VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
larclap at yahoo.com Guest
|
Posted: Tue Jun 09, 2009 10:56 am Post subject: [Freeswitch-users] Error making FS configure |
|
|
I tried to make FS current with the following command, which got errors in the ../configure step. Is it OK to proceed to make install?
make clean && svn up && ./configure
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libedit.pc
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: configuring in libs/pcre
configure: running /bin/sh './configure.gnu' --prefix=/usr/local/freeswitch --cache-file=/dev/null --srcdir=.
configure: error: cannot find sources (pcre.h.in) in .
configure: error: /bin/sh './configure.gnu' failed for libs/pcre
Thanks, Lars |
|
Back to top |
|
|
mike at jerris.com Guest
|
Posted: Tue Jun 09, 2009 11:07 am Post subject: [Freeswitch-users] Error making FS configure |
|
|
I updated the pcre lib last night, and it is trying to add files that are already there in your working copy. You can try doing:
rm -rf libs/pcre && svn update && ./bootstrap.sh && ./configure && make current
Mike
On Jun 9, 2009, at 12:01 PM, Ken Rice wrote:
|
|
Back to top |
|
|
krice at freeswitch.org Guest
|
Posted: Tue Jun 09, 2009 11:08 am Post subject: [Freeswitch-users] Error making FS configure |
|
|
Re-bootstrap if you just updated several fixes to the build system and an update to the pcre lab were recently commited... If you follow the –trunk mailing everyone tries to tag commits that require this in their commit messages From: Lars Zeb <larclap@yahoo.com> Reply-To: <freeswitch-users@lists.freeswitch.org> Date: Tue, 9 Jun 2009 08:54:41 -0700 To: <freeswitch-users@lists.freeswitch.org> Subject: [Freeswitch-users] Error making FS configure I tried to make FS current with the following command, which got errors in the ../configure step. Is it OK to proceed to make install? make clean && svn up && ./configure configure: creating ./config.status config.status: creating Makefile config.status: creating libedit.pc config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating examples/Makefile config.status: creating config.h config.status: executing depfiles commands configure: configuring in libs/pcre configure: running /bin/sh './configure.gnu' --prefix=/usr/local/freeswitch --cache-file=/dev/null --srcdir=. configure: error: cannot find sources (pcre.h.in) in . configure: error: /bin/sh './configure.gnu' failed for libs/pcre 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 |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|