Hi Eric,
I'm having some difficulties building the example coming with ObjectHandler (lastest cvs version) under Windows using VC++ 6.0. The linker is complaining about undefined symbols while linking against log4cxx-0.9.7. (Linking against 0.9.7 works fine on MacOS X.) What version of log4cxx are you using on Windows ? Thanks, Aurelien Découvrez nos promotions exclusives "destination de la Tunisie, du Maroc, des Baléares et la Rép. Dominicaine sur Yahoo! Voyages : http://fr.travel.yahoo.com/promotions/mar14.html |
Hi Aurelian
I'm using log4cxx version 0.9.7 (and MSDEV version 6). Please could you check the items below: - log4cxx should be unzipped to a path containing no spaces as the library seems to complain otherwise - please build log4cxx, project "static", configuration "Win32 Debug". - you need to manually set environment variable LOG4CXX_DIR to the top level log4cxx directory e.g. C:\log4cxx-0.9.7 - if MSDEV is running you need to restart it to pick up the new environment variable. - build ObjectHandler and Example, configuration "Win32 Debug" If you're still having trouble please email the exact error message and we'll figure it out. I intend to tweak the way ObjectHandler links to log4cxx but I'll hold off on that for the moment so as not to create any further confusion. Regards, Eric On Mon, 14 Mar 2005 19:23:48 +0100 (CET), Aurelien Chanudet <[hidden email]> wrote: > Hi Eric, > > I'm having some difficulties building the example > coming with ObjectHandler (lastest cvs version) under > Windows using VC++ 6.0. The linker is complaining > about undefined symbols while linking against > log4cxx-0.9.7. (Linking against 0.9.7 works fine on > MacOS X.) > > What version of log4cxx are you using on Windows ? > > Thanks, > Aurelien > > Découvrez nos promotions exclusives "destination de la Tunisie, du Maroc, des Baléares et la Rép. Dominicaine sur Yahoo! Voyages : > http://fr.travel.yahoo.com/promotions/mar14.html > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Quantlib-dev mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/quantlib-dev > |
In reply to this post by Aurelien Chanudet-2
Hi Eric
Thanks for your prompt reply and valuable instructions. It turned out that I was trying to link against log4cxx, project "static", configuration "Win 32 Unicode Release/Debug" instead of "Win32 Debug". Aurelien Découvrez nos promotions exclusives "destination de la Tunisie, du Maroc, des Baléares et la Rép. Dominicaine sur Yahoo! Voyages : http://fr.travel.yahoo.com/promotions/mar14.html |
Free forum by Nabble | Edit this page |