2008/6/6 norman <[EMAIL PROTECTED]>: > Hi, > I have a small issue when building the examples. > using gentoo and following the install wiki at > > I get this error: > > Scanning dependencies of target mandelbrot.wtmake[2]: Leaving directory > `/home/khine/downloads/wt/build'make[2]: Entering directory > `/home/khine/downloads/wt/build'[ 88%] Building CXX object > examples/mandelbrot/CMakeFiles/mandelbrot.wt.dir/MandelbrotImage.o[ 89%] > Building CXX object > examples/mandelbrot/CMakeFiles/mandelbrot.wt.dir/MandelbrotExample.oLinking > CXX executable mandelbrot.wtCMakeFiles/mandelbrot.wt.dir/MandelbrotImage.o: > In function `MandelbrotImage::generate(long long, long long, int, int, > std::basic_ostream<char, std::char_traits<char> >>&)':/home/khine/downloads/wt/examples/mandelbrot/MandelbrotImage.C:120: > undefined reference to `gdImagePngPtr'collect2: ld returned 1 exit > statusmake[2]: *** [examples/mandelbrot/mandelbrot.wt] Error 1make[2]: > Leaving directory `/home/khine/downloads/wt/build'make[1]: *** > [examples/mandelbrot/CMakeFiles/mandelbrot.wt.dir/all] Error 2make[1]: > Leaving directory `/home/khine/downloads/wt/build'make: *** [all] Error > 2make: Leaving directory `/home/khine/downloads/wt/build/examples' > > Any advise >
Apparantly libgd was found, but you're missing some symbols in that library. What version of libgd are you using? On the other hand, you really don't need libgd for Wt. If just that example fails, you can still continue playing around with the library and the other examples, don't let it spoil the fun. Regards, Wim. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
