Re: [PHP-DEV] Build error (xslt)

2002-04-11 Thread Yasuo Ohgaki
Jani Taskinen wrote: >>> >>>you should also add --with-expat-dir=[DIR]... >>> >> >>I did >>./cvsclean; cvs update; ./buildconf; ./configure ; make >> >>This time, it worked if I add --with-expat-dir=/usr. >> >>Problem: >> CLI does not use bandled expat when --enable-sxlt, >> --enable-sablot is use

Re: [PHP-DEV] Build error (xslt)

2002-04-11 Thread Jani Taskinen
>> >> >> you should also add --with-expat-dir=[DIR]... >> > >I did >./cvsclean; cvs update; ./buildconf; ./configure ; make > >This time, it worked if I add --with-expat-dir=/usr. > >Problem: > CLI does not use bandled expat when --enable-sxlt, > --enable-sablot is used. > > --with-expat-dir

Re: [PHP-DEV] Build error (xslt)

2002-04-10 Thread Yasuo Ohgaki
Sterling Hughes wrote: >> -o sapi/cli/php -Wl,--export-dynamic -L/usr/local/lib >>-L/usr/X11R6/lib -L/usr/local/phoenix/lib -L/usr/local/pgsql/lib >>/usr/local/lib/libsablot.so -lxmltok -lxmlparse /usr/lib/libsnmp.so -lmm >>-lpq -lphoenix /usr/local/lib/libmhash.so /usr/local/lib/libmcrypt.so

Re: [PHP-DEV] Build error (xslt)

2002-04-10 Thread Yasuo Ohgaki
Yasuo Ohgaki wrote: > Sterling Hughes wrote: > >>> -o sapi/cli/php -Wl,--export-dynamic -L/usr/local/lib >>> -L/usr/X11R6/lib -L/usr/local/phoenix/lib -L/usr/local/pgsql/lib >>> /usr/local/lib/libsablot.so -lxmltok -lxmlparse /usr/lib/libsnmp.so >>> -lmm -lpq -lphoenix /usr/local/lib/libmhash

Re: [PHP-DEV] Build error (xslt)

2002-04-10 Thread Yasuo Ohgaki
Sterling Hughes wrote: >> -o sapi/cli/php -Wl,--export-dynamic -L/usr/local/lib >>-L/usr/X11R6/lib -L/usr/local/phoenix/lib -L/usr/local/pgsql/lib >>/usr/local/lib/libsablot.so -lxmltok -lxmlparse /usr/lib/libsnmp.so -lmm >>-lpq -lphoenix /usr/local/lib/libmhash.so /usr/local/lib/libmcrypt.so

Re: [PHP-DEV] Build error (xslt)

2002-04-10 Thread Sterling Hughes
> -o sapi/cli/php -Wl,--export-dynamic -L/usr/local/lib > -L/usr/X11R6/lib -L/usr/local/phoenix/lib -L/usr/local/pgsql/lib > /usr/local/lib/libsablot.so -lxmltok -lxmlparse /usr/lib/libsnmp.so -lmm > -lpq -lphoenix /usr/local/lib/libmhash.so /usr/local/lib/libmcrypt.so > /usr/lib/libltdl.so

[PHP-DEV] Build error (xslt)

2002-04-10 Thread Yasuo Ohgaki
-o sapi/cli/php -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/phoenix/lib -L/usr/local/pgsql/lib /usr/local/lib/libsablot.so -lxmltok -lxmlparse /usr/lib/libsnmp.so -lmm -lpq -lphoenix /usr/local/lib/libmhash.so /usr/local/lib/libmcrypt.so /usr/lib/libltdl.so -ldl -lgd

Re: [PHP-DEV] Build error

2002-03-19 Thread Sascha Schumann
> It won't be a problem in releases anyway, these come with the pregenerated > files, but perhaps it's a good idea to remove the .re files from this. > Sascha, what's your opinion on this? Why should we prevent users from changing the source by delivering only parts of the source-code?

Re: [PHP-DEV] Build error

2002-03-19 Thread Sascha Schumann
On Tue, 19 Mar 2002, [EMAIL PROTECTED] wrote: > On Tue, 19 Mar 2002, Yasuo Ohgaki wrote: > > > Is it possible to bundle re2c? or make it required > > build tool? and delete generated C source? > > I think this is not a good idea, the install base of re2c is very small. > No major distribution inc

Re: [PHP-DEV] Build error

2002-03-18 Thread derick
On Tue, 19 Mar 2002, Yasuo Ohgaki wrote: > > I think this is not a good idea, the install base of re2c is very small. > > No major distribution includes it. > > > > I have no problem with that, too. > If anyone get strange build error and you have re2c, > suspect re2c generated files. It won

Re: [PHP-DEV] Build error

2002-03-18 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > On Tue, 19 Mar 2002, Yasuo Ohgaki wrote: > > >>Is it possible to bundle re2c? or make it required >>build tool? and delete generated C source? > > > I think this is not a good idea, the install base of re2c is very small. > No major distribution includes it. > I

Re: [PHP-DEV] Build error

2002-03-18 Thread derick
On Tue, 19 Mar 2002, Yasuo Ohgaki wrote: > Is it possible to bundle re2c? or make it required > build tool? and delete generated C source? I think this is not a good idea, the install base of re2c is very small. No major distribution includes it. Derick -

Re: [PHP-DEV] Build error

2002-03-18 Thread Yasuo Ohgaki
Markus Fischer wrote: > On Tue, Mar 19, 2002 at 04:46:10PM +0900, Yasuo Ohgaki wrote : > >>I finally found out why I get build error for CGI. >>Since I have re2c installed on my system, it creates >>C source. Since C source generated by re2c is in >>repository, it can differ a little and sometim

Re: [PHP-DEV] Build error

2002-03-18 Thread Markus Fischer
On Tue, Mar 19, 2002 at 04:46:10PM +0900, Yasuo Ohgaki wrote : > I finally found out why I get build error for CGI. > Since I have re2c installed on my system, it creates > C source. Since C source generated by re2c is in > repository, it can differ a little and sometimes > results in undefined s

[PHP-DEV] Build error

2002-03-18 Thread Yasuo Ohgaki
Hi, I finally found out why I get build error for CGI. Since I have re2c installed on my system, it creates C source. Since C source generated by re2c is in repository, it can differ a little and sometimes results in undefined symbol when compiling. (It did in my case. Since I never edit the CVS