Hi all!
At last I found some time to try compiling TDE on FreeBSD - and I have a question, too :-)
First of all, I manged to compile tqt3 using gcc47 and as fas as I can tell all provided testprograms (example/ and tutorial/) are working as expected, just "examples/thread" ends up non-responsive. I have not tried gcc48.
What I did not get right: * I failed to set the correct compiler, so I had to add a symlink from g++47 -> g++ and gcc47 -> gcc * I had to add "-thread" to configure, otherwise the build fails (debian: both "-thread" and "-no-thread" builds succeed) * I had to add "LD_LIBRARY_PATH=<...>/tqt3/lib", otherwise the build fails because "tquic" misses it's libriaries. * some build options like OpenGL support etc.
So my questions are: * Is there a way to set the compiler gp "g++47" and "gcc47" ? * What are the build options for the current debian build? "configure" gives me this list:
Build type: freebsd-g++
Configuration ....... nocrosscompiler minimal-config small-config medium-config large-config full-config styles tools kernel widgets dialogs iconview workspace inputmethod network canvas table xml sql release dll thread largefile stl system-mng system-jpeg system-png png no-glibmainloop gif zlib bigcodecs x11sm xshape xkb inputmethod STL support ......... yes PCH support ......... no IPv6 support ........ no Thread support ...... yes NIS support ......... no CUPS support ........ no Large File support .. partial GIF support ......... yes MNG support ......... plugin (system) JPEG support ........ plugin (system) PNG support ......... yes (system) Glib main loop support ......... no zlib support ........ yes OpenGL support ...... no NAS sound support ... no Session management .. yes XShape support ...... yes Xinerama support .... no Tablet support ...... no Xcursor support ..... no XRandR support ...... no XRender support ..... no Xft support ......... no XKB Support ......... yes immodule support .... yes immodule ext support no
Nik