Hi, I downloaded and installed Html tidy from sourceforge CVS. I followed the instructions and installed it using autotools in gnuauto directory and it installed correctly. I verified that the libraries are in /usr/local/lib directory. When I' trying to compile and link a little program I made using this line g++ -g -Wall -otidys main.cpp -L ./usr/local/lib I get these error messages: /home/loc/workspace/tidyReloaded/main.cpp:33: undefined reference to `tidyNodeGetType' /home/loc/workspace/tidyReloaded/main.cpp:33: undefined reference to `tidyNodeIsADDRESS' /home/loc/workspace/tidyReloaded/main.cpp:33: undefined reference to `tidyNodeIsAPPLET' and so on.. Obviously I'm doing something wrong, could anyone point mein the right direction? Is thisĀ g++ -g -Wall -otidys main.cpp -L ./usr/local/lib correct for compilation? Thanks, AlejoReceived on Sunday, 14 September 2008 17:45:50 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 2 June 2009 18:21:38 GMT