On 2016-11-28 13:52:56 deloptes wrote:
Leslie Turriff wrote:
g++ -luuid -o Tutorial1
main.o -L/usr/lib64 -L/usr/lib64 -L/usr/X11R6/lib64 -luuid -ltqt
-lXext -lX11 -lm
Add link to tqt-mt lib
g++ ... -lX11 -lm -ltqt-mt
...and that fixes it. How would I have known that?
It sounds like we have some documentation to update on the Wiki. Do you
mind getting some notes together on what was unexpected / what you had to
fix? Many of the main developers (including myself) are so used to
working on TDE that we rarely have the opportunity to see the tools
through fresh eyes, as you have just (painfully) done.
Thanks!