On Mon, Jun 22, 2009 at 12:08 PM, Paul Alfille <[email protected]> wrote: > > Hmm, > > I'm using OpenSUSE 11.1 or Ubuntu 9.04 with only an issue with > libtool. I use Christian Magnusson's workaround (copy /usr/bin/libtool > to owfs/src/scripts/ltmain.sh -- or something like that -- I don't > have a development system near by) and run the standard ./bootstrap && > ./configure && make && sudo make install > > Do you have php5-devel installed? > > Paul Alfille > > On Sat, Jun 20, 2009 at 11:52 PM, Gregg Levine<[email protected]> wrote: > > Hello! > > I normally do not use PHP. nor have any real reason to do so. So I was > > surprised to see what's found on the tail of the attached file. It > > complains that I should either upgrade to PHP5 (done that with this > > distribution) or downgrade to 1.3.36 of SWIG. And all of this happens > > because the the whole build process can't confirm that I do not have > > PHP4 installed, which is no longer supported, or that I should do the > > downgrade on SWIG. > > > > > > I confess I am some what surprised by this, especially since the > > peculiar problems with the libtool program didn't surface with the > > currently active release number, nor did the problem related above > > either. > > > > Paul what release of SWIG are you using for your builds? 1.3.36 is > > about two maybe three years old by now. > > (Tail of script below signature. Length of file too long for idiotic > > mailman to release without moderator approval. I believe the one in > > use by the FSF and by Coreboot, two of my other particpations allow > > larger files. I also conpressed using bzip2 the original and attached > > it.) > > ----- > > Gregg C Levine [email protected] > > "This signature was once found posting rude > > messages in English in the Moscow subway." > > > > Making all in php > > make[3]: Entering directory `/usr/src/owfs/owfs/module/swig/php' > > /usr/bin/swig -php4 -o ow_wrap.c ../ow.i > > *** -php4 is no longer supported. > > *** Either upgrade to PHP5 or use SWIG 1.3.36 or earlier. > > make[3]: *** [ow_wrap.c] Error 1 > > make[3]: Leaving directory `/usr/src/owfs/owfs/module/swig/php' > > make[2]: *** [all-recursive] Error 1 > > make[2]: Leaving directory `/usr/src/owfs/owfs/module/swig' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/usr/src/owfs/owfs/module' > > make: *** [all-recursive] Error 1 > > r...@jimkirk2:/usr/src/owfs/owfs# > >
Hello! Good question. Slackware doesn't use the -devel ideas when creating their packages, they normally stuff everything into a package. This includes the development end of things, plus the regular libraries. Now I swapped back from 1.3.39 of SWIG to 1.3.36 and everything worked. I'm keeping a numbered release ready to go if the one from CVS doesn't want to work properly. I imagine you're almost ready to go for releasing the actual, correct? ----- Gregg C Levine [email protected] "This signature was once found posting rude messages in English in the Moscow subway." ------------------------------------------------------------------------------ Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register today! http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
