Hi again,
> Now I stuck with the following error message.
> src/printutils.cc: In function ‘void PRINT_NOCACHE(const QString&)’:
> src/printutils.cc:46: error: ‘stderr’ was not declared in this scope
> src/printutils.cc:46: error: ‘fprintf’ was not declared in this scope
just patched that by applying the attached patch
But hey it wouldn't be fun if it would woork now. The next message I
came along:
/usr/bin/ld: warning: libboost_thread.so.1.40.0, needed by
/usr/lib/libCGAL.so, not found (try using -rpath or -rpath-link)
/usr/lib/libCGAL.so: undefined reference to
`boost::detail::get_tss_data(void const*)'
/usr/lib/libCGAL.so: undefined reference to
`boost::detail::set_tss_data(void const*,
boost::shared_ptr<boost::detail::tss_cleanup_function>, void*, bool)'
Thus it seems my boost system is out of date as well, at which point it
become a bit annoying due to increasing amount of evil injected libs
which I added now already to my standard system. But hey ... what I
expect by using a the trunk of a svn repro.
Will keep going on thanks
Torsten