On Tue, Jun 8, 2010 at 7:58 PM, Los Debillos <[email protected]> wrote:

> 2010/6/8 Douglas Hubler <[email protected]>:
> > On Tue, Jun 8, 2010 at 8:01 AM, Los Debillos <[email protected]>
> wrote:
> >> # make all install
> >> Makefile:800: warning: overriding commands for target
> `sipxopenfire.spec'
> >> Makefile:716: warning: ignoring old commands for target
> `sipxopenfire.spec'
> >> Generating BUILDSTAMP: 2010-06-08T11:31:02 hostedmaestro.com root
> >> make  all-am
> >> make[1]: Entering directory `/root/sources/sipx/BUILD/sipXopenfire'
> >> Makefile:800: warning: overriding commands for target
> `sipxopenfire.spec'
> >> Makefile:716: warning: ignoring old commands for target
> `sipxopenfire.spec'
> >> make[1]: Nothing to be done for `all-am'.
> >> make[1]: Leaving directory `/root/sources/sipx/BUILD/sipXopenfire'
> >> make: Nothing to be done for `install'.
> >>
> >> Make build still doesn't work.
> >
> > I see warnings, but no error,  what is result of this command after
> running this
> >  echo $?
> >
>
> # echo $?
> 0
>
> After returning to build directory, and "make build" or "make recurse
> TARGETS="all install"" I have the same errors, as before.
>
>

In ~/BUILD/sipXopenfire/Makefile file, you should comment / uncomment few
lines:

BUILD_ANT =
#BUILD_ANT = all-ant
CHECK_ANT =
#CHECK_ANT = check-ant
INSTALL_ANT =
#INSTALL_ANT = install-ant
#bin_SCRIPTS = sipxopenfire.sh sipxopenfire-initdb.sql sipxopenfire-setup.sh

becomes ...

#BUILD_ANT =
BUILD_ANT = all-ant
#CHECK_ANT =
CHECK_ANT = check-ant
#INSTALL_ANT =
INSTALL_ANT = install-ant
bin_SCRIPTS = sipxopenfire.sh sipxopenfire-initdb.sql sipxopenfire-setup.sh

After that, re-run make && make install
_______________________________________________
sipx-dev mailing list [email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
sipXecs IP PBX -- http://www.sipfoundry.org/

Reply via email to