View previous topic :: View next topic |
Author |
Message |
larclap at yahoo.com Guest
|
Posted: Wed Sep 02, 2009 12:41 pm Post subject: [Freeswitch-users] Error building FreeSWITCH |
|
|
I just updated using “svn up” which brought the source to 14741. After running “./configure”, I ran “make” and got the following output:
making all mod_lua
make[5]: swig: Command not found
make[5]: *** [mod_lua_wrap.cpp] Error 127
make[4]: *** [all] Error 1
make[3]: *** [mod_lua-all] Error 1
make[2]: *** [all-recursive] Error 1
Making all in build
+-------- FreeSWITCH Build Complete -----------+
+ FreeSWITCH has been successfully built. +
+ Install by running: +
+ +
+ make install +
+----------------------------------------------+
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
What did I do wrong?
Thanks, Lars |
|
Back to top |
|
|
Prometheus001 at gmx.net Guest
|
Posted: Wed Sep 02, 2009 1:25 pm Post subject: [Freeswitch-users] Error building FreeSWITCH |
|
|
I had the same problem. Must have been changed something in lua since
this morning.
Please install swig.
E.g. on Debian
sudo apt-get install swig
That did it for me.
Best regards
Peter
Lars Zeb schrieb:
Quote: |
I just updated using “svn up” which brought the source to 14741. After
running “./configure”, I ran “make” and got the following output:
making all mod_lua
make[5]: swig: Command not found
make[5]: *** [mod_lua_wrap.cpp] Error 127
make[4]: *** [all] Error 1
make[3]: *** [mod_lua-all] Error 1
make[2]: *** [all-recursive] Error 1
Making all in build
+-------- FreeSWITCH Build Complete -----------+
+ FreeSWITCH has been successfully built. +
+ Install by running: +
+ +
+ make install +
+----------------------------------------------+
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
What did I do wrong?
Thanks, Lars
------------------------------------------------------------------------
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
anthony.minessale at g... Guest
|
Posted: Wed Sep 02, 2009 1:39 pm Post subject: [Freeswitch-users] Error building FreeSWITCH |
|
|
yikes, dont swig your own stuff
just delete all the files that had merge issues and update again.
On Wed, Sep 2, 2009 at 1:14 PM, Peter P GMX <Prometheus001@gmx.net (Prometheus001@gmx.net)> wrote:
Quote: | I had the same problem. Must have been changed something in lua since
this morning.
Please install swig.
E.g. on Debian
sudo apt-get install swig
That did it for me.
Best regards
Peter
Lars Zeb schrieb:
Quote: |
I just updated using svn up which brought the source to 14741. After
running ./configure, I ran make and got the following output:
making all mod_lua
make[5]: swig: Command not found
make[5]: *** [mod_lua_wrap.cpp] Error 127
make[4]: *** [all] Error 1
make[3]: *** [mod_lua-all] Error 1
make[2]: *** [all-recursive] Error 1
Making all in build
+-------- FreeSWITCH Build Complete -----------+
+ FreeSWITCH has been successfully built. +
+ Install by running: +
+ +
+ make install +
+----------------------------------------------+
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
What did I do wrong?
Thanks, Lars
|
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org (FreeSWITCH-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
|