On (14:29 03/10/06), Anglade Pierre-Matthieu <[EMAIL PROTECTED]> put forth the proposition: > OK, so just add it the way I've shown, or you can also add it in your > /etc/ld.conf (don't forget to run ldconfig afterwards)
I've just downloaded the latest CVS and now get a different error: log.cpp:65:34: boost/thread/mutex.hpp: No such file or directory log.cpp:66: error: `boost' has not been declared log.cpp:66: error: expected initializer before "io_mutex" log.cpp: In member function `gnash::LogFile& gnash::LogFile::operator<<(char)': log.cpp:384: error: `boost' has not been declared log.cpp:384: error: `scoped_lock' was not declared in this scope log.cpp:384: error: expected `;' before "lock" log.cpp:384: warning: unused variable 'scoped_lock' log.cpp: In member function `gnash::LogFile& gnash::LogFile::operator<<(long int)': log.cpp:402: error: `boost' has not been declared log.cpp:402: error: `scoped_lock' was not declared in this scope log.cpp:402: error: expected `;' before "lock" log.cpp:402: warning: unused variable 'scoped_lock' log.cpp: In member function `gnash::LogFile& gnash::LogFile::operator<<(unsigned int)': log.cpp:420: error: `boost' has not been declared log.cpp:420: error: `scoped_lock' was not declared in this scope log.cpp:420: error: expected `;' before "lock" log.cpp:420: warning: unused variable 'scoped_lock' log.cpp: In member function `gnash::LogFile& gnash::LogFile::operator<<(long unsigned int)': log.cpp:438: error: `boost' has not been declared log.cpp:438: error: `scoped_lock' was not declared in this scope log.cpp:438: error: expected `;' before "lock" log.cpp:438: warning: unused variable 'scoped_lock' log.cpp: In member function `gnash::LogFile& gnash::LogFile::operator<<(float)': log.cpp:456: error: `boost' has not been declared log.cpp:456: error: `scoped_lock' was not declared in this scope log.cpp:456: error: expected `;' before "lock" log.cpp:456: warning: unused variable 'scoped_lock' log.cpp: In member function `gnash::LogFile& gnash::LogFile::operator<<(double&)': log.cpp:474: error: `boost' has not been declared log.cpp:474: error: `scoped_lock' was not declared in this scope log.cpp:474: error: expected `;' before "lock" log.cpp:474: warning: unused variable 'scoped_lock' log.cpp: In member function `gnash::LogFile& gnash::LogFile::operator<<(void*)': log.cpp:509: error: `boost' has not been declared log.cpp:509: error: `scoped_lock' was not declared in this scope log.cpp:509: error: expected `;' before "lock" log.cpp:509: warning: unused variable 'scoped_lock' log.cpp: In member function `gnash::LogFile& gnash::LogFile::operator<<(std::string&)': log.cpp:528: error: `boost' has not been declared log.cpp:528: error: `scoped_lock' was not declared in this scope log.cpp:528: error: expected `;' before "lock" log.cpp:528: warning: unused variable 'scoped_lock' log.cpp: In member function `gnash::LogFile& gnash::LogFile::operator<<(const char*)': log.cpp:572: error: `boost' has not been declared log.cpp:572: error: `scoped_lock' was not declared in this scope log.cpp:572: error: expected `;' before "lock" log.cpp:572: warning: unused variable 'scoped_lock' log.cpp: In member function `gnash::LogFile& gnash::LogFile::operator<<(const unsigned char*)': log.cpp:624: error: `boost' has not been declared log.cpp:624: error: `scoped_lock' was not declared in this scope log.cpp:624: error: expected `;' before "lock" log.cpp:624: warning: unused variable 'scoped_lock' log.cpp: In member function `std::ostream& gnash::LogFile::operator<<(std::ostream&(&)(std::ostream&))': log.cpp:686: error: `boost' has not been declared log.cpp:686: error: `scoped_lock' was not declared in this scope log.cpp:686: error: expected `;' before "lock" log.cpp:686: warning: unused variable 'scoped_lock' make[2]: *** [log.lo] Error 1 make[2]: Leaving directory `/mnt/str1/downloads/gnash/gnash/libbase' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/mnt/str1/downloads/gnash/gnash' make: *** [all] Error 2 I looked for a --disable-log option but didn't see one. > > On 10/3/06, David Woodfall <[EMAIL PROTECTED]> wrote: > >On (10:46 03/10/06), Anglade Pierre-Matthieu <[EMAIL PROTECTED]> put forth > >the proposition: > >> again a stupid one: > >> in the compilation command line do you see something like > >> -L/usr/X11R6/lib ? > > > >No I don't see any X11R6 in command line: > > > >g++ -shared -nostdlib > > /usr/lib/gcc/i486-slackware-linux/3.4.6/../../../crti.o > > /usr/lib/gcc/i486-slackware-linux/3.4.6/crtbeginS.o .libs/config.o > > .libs/container.o .libs/image.o .libs/image_filters.o .libs/jpeg.o > > .libs/log.o .libs/membuf.o .libs/network.o .libs/postscript.o .libs/rc.o > > .libs/triangulate_float.o .libs/triangulate_sint32.o .libs/tu_file.o > > .libs/tu_file_SDL.o .libs/tu_random.o .libs/tu_timer.o .libs/tu_types.o > > .libs/utf8.o .libs/utility.o .libs/curl_adapter.o .libs/zlib_adapter.o > > .libs/Thread.o .libs/URL.o -ljpeg -L/usr/lib /usr/lib/libcurl.so > > /usr/lib/libidn.so -lssl -lcrypto -ldl -lz /usr/lib/libSDL.so > > /usr/lib/libGL.so -lGLU /usr/lib/libSDL_mixer.so -lrt > > -L/usr/lib/gcc/i486-slackware-linux/3.4.6 > > -L/usr/lib/gcc/i486-slackware-linux/3.4.6/../../../../i486-slackware-linux/lib > > -L/usr/lib/gcc/i486-slackware-linux/3.4.6/../../.. /usr/lib/libstdc++.so > > -lm -lc -lgcc_s /usr/lib/gcc/i486-slackware-linux/3.4.6/crtendS.o > > /usr/lib/gcc/i486-slackware-linux/3.4.6/../../../crtn.o -march=athlon-xp > > -Wl,-soname -Wl,libgnashbase.so.0 -o .libs/libgnashbase.so.0.0.0 > > > > > >> > >> On 10/3/06, David Woodfall <[EMAIL PROTECTED]> wrote: > >> >On (09:31 03/10/06), Anglade Pierre-Matthieu <[EMAIL PROTECTED]> put > >forth > >> >the proposition: > >> >> Sorry for this weird/dumb question but: > >> >> Have you checked that you have libGLU installed and where it is > >> >> installed on your system ? > >> > > >> >Yes, > >> > > >> >~ 09:09 ;) locate libGLU > >> >/usr/X11R6/lib/libGLU.so.1.3 > >> >/usr/X11R6/lib/libGLU.so > >> >/usr/X11R6/lib/libGLU.so.1 > >> >/usr/X11R6/lib/libGLU.a > >> > > >> > > >> >> > >> >> On 10/3/06, David Woodfall <[EMAIL PROTECTED]> wrote: > >> >> >Hi, I'm having problems compiling because of an 'unable to find > >-lGLU' > >> >> >error. I see on the bug page that some people have used > >> >> > --with-opengl-lib=/usr/X11R6/lib/ to compile but I can't get this to > >> >work. > >> >> >It still gives same error. > >> >> > > >> >> >Am I missing something else? > >> >> > > >> >> >I'm using Slackware 11.0rc5 with a 2.6.15 kernel. > >> >> > > >> >> >P.S. I'm using CVS because I want to get sound working. If there is > >> >> >another way to do this I'd be glad of the info. > >> >> > > >> >> >Cheers > >> >> > > >> >> >-- > >> >> >What if everything is an illusion and nothing exists? In that case, > >I > >> >> >definitely overpaid for my carpet. > >> >> > -- Woody Allen, "Without Feathers" > >> >> > > >> >> > > >> >> > > >> >> >_______________________________________________ > >> >> >Gnash mailing list > >> >> >[email protected] > >> >> >http://lists.gnu.org/mailman/listinfo/gnash > >> >> > > >> >> > >> >> > >> >> -- > >> >> Pierre-Matthieu Anglade > >> >> > >> >> > >> >> _______________________________________________ > >> >> Gnash mailing list > >> >> [email protected] > >> >> http://lists.gnu.org/mailman/listinfo/gnash > >> > > >> >-- > >> >Watson's Law: > >> > The reliability of machinery is inversely proportional to the > >> >number and significance of any persons watching it. > >> > > >> > > >> > > >> >_______________________________________________ > >> >Gnash mailing list > >> >[email protected] > >> >http://lists.gnu.org/mailman/listinfo/gnash > >> > > >> > >> > >> -- > >> Pierre-Matthieu Anglade > >> > >> > >> _______________________________________________ > >> Gnash mailing list > >> [email protected] > >> http://lists.gnu.org/mailman/listinfo/gnash > > > >-- > >San Francisco isn't what it used to be, and it never was. > > -- Herb Caen > > > > > > > >_______________________________________________ > >Gnash mailing list > >[email protected] > >http://lists.gnu.org/mailman/listinfo/gnash > > > > > -- > Pierre-Matthieu Anglade > > > _______________________________________________ > Gnash mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/gnash -- Rudin's Law: If there is a wrong way to do something, most people will do it every time. _______________________________________________ Gnash mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash
