On Tue, Jul 31, 2007 at 03:29:49PM +0530, Praveen A wrote: > Hi, > > I'm getting the following error while compiling gnash cvs on debian > lenny. configure script recommended installing libcurl3-dev but there > is only libcurl4-dev in lenny and the compilation failed with the > following error. I guess it is because of an API change from curl3 to > curl4, shouldn't we update it with curl4 API?
> > ../server/.libs/libgnashserver.so: undefined reference to > `curl_adapter::make_stream(char const*, std::basic_string<char, > std::char_traits<char>, std::allocator<char> > const&)' Nah, curl_adapter::make_stream is a Gnash function, nothing to do with CURL interface. The problem must be somewhere else. Make sure to try a fresh build as the build scripts have been pretty much changed lately. > -- > Join The DRM Elimination Crew Now! > http://fci.wikia.com/wiki/Anti-DRM-Campaign _______________________________________________ Gnash mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash
