PDA

View Full Version : trouble compiling recent qwt-svn



majortom9
26th October 2014, 21:07
Hi,
Was wondering if anyone else has run in to this error compiling qwt from svn source from r2055 forward?
Have confirmed I am not the only user seeing this...
Compiles fine with r2048 and previous...
But when checking out/compiling any revision from r2055 forward getting an error...

for example:
'svn update -r r2055'
'~/Qt/5.2.1/gcc/bin/qmake qwt.pro'
'make'
results in:

http://pastebin.com/J4mTiGvp

here is a 'diff' created against r2055 vs r4048 showing the changes in r2055.
http://pastebin.com/QbK7yAg8
This is on a system with Mint 17 and Qt 5.2.1
Is there something we are doing wrong?

Uwe
27th October 2014, 06:57
There was a "lib" subdirectory missing in textengines.pri.

Fixed in SVN,
Uwe

majortom9
27th October 2014, 12:11
Thank You Uwe,
that last commit fixes it for sure...
Side Note: I did have to upgrade from Qt 5.2.1 to Qt 5.3 to get through compiling all of the examples. I think it was the scatterplot or
spectrogram example that was failing to compile after this last commit via Qt 5.2.1. Installing the latest Qt fixed that though. All good here now!

much appreciated.