Hi,

it looks like the Makefile.defs fails to define all the directories. Seems to me it skips the whole upper section (the makefile_defs trick to include it only once apparently does not work due to some make peculiarities).

Could you try to remove the first four lines and line 278 and try again?

Stefan

Nathaniel L Keeling wrote:
I am trying to install sems 1.2.1 on Solaris Sparc. It seems to compile ok, but when I perform "make install" I get all of the messages. None of the executables (e.g. sems) is found nor the directories where they are supposed to be. I looked into the directory where I untarred the source and I do see the so objects, this is why I think the compile was successful.

make[3]: Leaving directory `/usr/local/source/sems-1.2.1/apps/webconference'
make[3]: Entering directory `/usr/local/source/sems-1.2.1/apps/webconference'
../../core/../Makefile.defs:293: warning: overriding commands for target `/'
../../core/../Makefile.defs:290: warning: ignoring old commands for target `/'
../../core/../Makefile.defs:296: warning: overriding commands for target `/'
../../core/../Makefile.defs:293: warning: ignoring old commands for target `/'
../../core/../Makefile.defs:299: warning: overriding commands for target `/'
../../core/../Makefile.defs:296: warning: ignoring old commands for target `/'
make[3]: `../../core/lib/webconference.so' is up to date.
make[3]: Leaving directory `/usr/local/source/sems-1.2.1/apps/webconference'
mkdir -p /webconference
/bin/sh: /webconference/0.wav: not found
/bin/sh: wav/0.wav: cannot execute
/bin/sh: /webconference/1.wav: not found
/bin/sh: wav/1.wav: cannot execute
/bin/sh: /webconference/2.wav: not found
/bin/sh: wav/2.wav: cannot execute
/bin/sh: /webconference/3.wav: not found
/bin/sh: wav/3.wav: cannot execute
/bin/sh: /webconference/4.wav: not found
/bin/sh: wav/4.wav: cannot execute
/bin/sh: /webconference/5.wav: not found
/bin/sh: wav/5.wav: cannot execute
/bin/sh: /webconference/6.wav: not found
/bin/sh: wav/6.wav: cannot execute
/bin/sh: /webconference/7.wav: not found
/bin/sh: wav/7.wav: cannot execute
/bin/sh: /webconference/8.wav: not found
/bin/sh: wav/8.wav: cannot execute
/bin/sh: /webconference/9.wav: not found
/bin/sh: wav/9.wav: cannot execute
/bin/sh: /webconference/beep.wav: not found
/bin/sh: wav/beep.wav: cannot execute
/bin/sh: /webconference/entering_conference.wav: not found
/bin/sh: wav/entering_conference.wav: cannot execute
/bin/sh: /webconference/first_participant.wav: not found
/bin/sh: wav/first_participant.wav: cannot execute
/bin/sh: /webconference/pin_prompt.wav: not found
/bin/sh: wav/pin_prompt.wav: cannot execute
/bin/sh: /webconference/wrong_pin.wav: not found
/bin/sh: wav/wrong_pin.wav: cannot execute
make[2]: [webconference_audio] Error 1 (ignored)
mkdir -p /
if [ -f "webconference.so" ]; then \
          //webconference.so ; \
          webconference.so /; \
        fi
/bin/sh: //webconference.so: not found
/bin/sh: webconference.so: not found
make[2]: *** [install] Error 1
make[2]: Leaving directory `/usr/local/source/sems-1.2.1/apps/webconference'


make[2]: Entering directory `/usr/local/source/sems-1.2.1/apps/examples/tutorial/cc_acc' ../../../../core/../Makefile.defs:293: warning: overriding commands for target `/' ../../../../core/../Makefile.defs:290: warning: ignoring old commands for target `/' ../../../../core/../Makefile.defs:296: warning: overriding commands for target `/' ../../../../core/../Makefile.defs:293: warning: ignoring old commands for target `/' ../../../../core/../Makefile.defs:299: warning: overriding commands for target `/' ../../../../core/../Makefile.defs:296: warning: ignoring old commands for target `/' make[3]: Entering directory `/usr/local/source/sems-1.2.1/apps/examples/tutorial/cc_acc' ../../../../core/../Makefile.defs:293: warning: overriding commands for target `/' ../../../../core/../Makefile.defs:290: warning: ignoring old commands for target `/' ../../../../core/../Makefile.defs:296: warning: overriding commands for target `/' ../../../../core/../Makefile.defs:293: warning: ignoring old commands for target `/' ../../../../core/../Makefile.defs:299: warning: overriding commands for target `/' ../../../../core/../Makefile.defs:296: warning: ignoring old commands for target `/'
make[3]: Nothing to be done for `deps'.
make[3]: Leaving directory `/usr/local/source/sems-1.2.1/apps/examples/tutorial/cc_acc' make[3]: Entering directory `/usr/local/source/sems-1.2.1/apps/examples/tutorial/cc_acc' ../../../../core/../Makefile.defs:293: warning: overriding commands for target `/' ../../../../core/../Makefile.defs:290: warning: ignoring old commands for target `/' ../../../../core/../Makefile.defs:296: warning: overriding commands for target `/' ../../../../core/../Makefile.defs:293: warning: ignoring old commands for target `/' ../../../../core/../Makefile.defs:299: warning: overriding commands for target `/' ../../../../core/../Makefile.defs:296: warning: ignoring old commands for target `/'
make[3]: `../../../../core/lib/cc_acc.so' is up to date.
make[3]: Leaving directory `/usr/local/source/sems-1.2.1/apps/examples/tutorial/cc_acc'
mkdir -p /
if [ -f "cc_acc.so" ]; then \
          //cc_acc.so ; \
          cc_acc.so /; \
        fi
/bin/sh: //cc_acc.so: not found
/bin/sh: cc_acc.so: not found
make[2]: *** [install] Error 1
make[2]: Leaving directory `/usr/local/source/sems-1.2.1/apps/examples/tutorial/cc_acc'

Thanks

Nate


------------------------------------------------------------------------

_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems


--
Stefan Sayer
VoIP Services Consulting and Development

Warschauer Str. 24
10243 Berlin

tel:+491621366449
sip:[email protected]
email/xmpp:[email protected]


_______________________________________________
Sems mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/sems

Reply via email to