On Monday 19 May 2008 14:49:47 James McKenzie wrote: > [EMAIL PROTECTED] wrote: > > MacBook Pro, Leopard 10.5.2 > > > > I have run fink selfupdate and fink update-all. > > > > I'm still having problems getting htmldoc-1.8.23 to build; there are > > ld errors: > > > > Making all in htmldoc... > > Linking htmldoc... > > Undefined symbols: > > "operator new(unsigned long)", referenced from: > > GUI::GUI(char const*)in gui.o > > GUI::GUI(char const*)in gui.o > > [...] > > GUI::GUI(char const*)in gui.o > > GUI::GUI(char const*)in gui.o > > GUI::GUI(char const*)in gui.o > > GUI::GUI(char const*)in gui.o > > _main in htmldoc.o > > _main in htmldoc.o > > "operator delete(void*)", referenced from: > > GUI::~GUI() in gui.o > > GUI::~GUI() in gui.o > > GUI::~GUI() in gui.o > > Fl_Input::~Fl_Input()in gui.o > > Fl_Secret_Input::~Fl_Secret_Input()in gui.o > > Fl_Secret_Input::~Fl_Secret_Input()in gui.o > > _main in htmldoc.o > > ld: symbol(s) not found > > collect2: ld returned 1 exit status > > make[1]: *** [htmldoc] Error 1 > > > > Any ideas as to where the problem is? Is there another library > > which needs to be linked in? > > Are you using XCode 3.0? > I did a compile and build and two additional dependencies appeared for > this package. They were fltk and fltk-X11. Both installed without > errors. htmldoc also appears to have installed properly as well. > > James McKenzie > > >
Did you pick fltk-x11 from the dependency choices? I got the same errors when I used that, although the build process didn't stop, and a .deb without the 'htmldoc' executable got created. This seems to work properly if you use the obsolete fltk instead. The old fltk and fltk-X11 aren't actually drop-in compatible, so the package really shouldn't give a choice. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
