trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: November 2016

Re: [trinity-users] Re: Struggling with "C++ GUI Programming with Qt 3"

From: "Timothy Pearson" <kb9vqf@...>
Date: Mon, 28 Nov 2016 16:43:52 -0600
> 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!