On Sat, Feb 02, 2008 at 02:48:39AM -0500, Daniel Melnechuk wrote: > I downloaded 20080201 snapshot and tried to build and when i run > configure i get these messages: > > checking vale.h usability... no > checking vale.h presence... no > checking for vale.h... no > configure: error: Vale version 0.0.1 or newer is required to compile > Callweaver. > > [...] > > My set of commands to build vale are: > > $ curl -O http://www.soft-switch.org/downloads/vale/vale-0.0.2.tgz > $ tar zxf vale-0.0.2.tgz > $ cd vale-0.0.1 > $ CFLAGS="-I/usr/local/callweaver/include" LDFLAGS="-L/usr/local/ > callweaver/lib" \ > ./configure --prefix=/usr/local/callweaver > $ make > $ sudo make install > > The vale lib and the vale headers are in the correct place. The 1.2.0- > RC5 configure worked fine but it didn't need vale.
You should drop the --prefix from the configure command for vale and let it put it in /usr/local (not /usr/local/callweaver). trunk needs vale, 1.2 doesn't Mike -- Mike Jagdis Web: http://www.eris-associates.co.uk Eris Associates Limited Tel: +44 7780 608 368 Reading, England Fax: +44 118 926 6974 _______________________________________________ Callweaver-users mailing list [email protected] http://lists.callweaver.org/mailman/listinfo/callweaver-users
