|
From: <wki...@gm...> - 2016-12-19 23:16:42
|
On 12/19/2016 04:35 PM, Clement de l'Hamaide wrote:
> You are right, I did not realized you are using 14.04, only 16.04 provide
> the required package from the patch
actually, i saw something about 14.10 having Qt5.3 and i think 5.3.1 but...
> That's the reason why I update my distro as soon as a new one come out (I
> just switched to Linux Mint 18.1)
yeah, we used to play the chase game but it was much too much trouble so we went
with the LTS releases and we stick to them until their end... being a BOfH is so
much nicer and fulfilling like this ;) O:)
> You either have to update to 16.04 or disable the feature at CMake level
> with ENABLE_FGQCANVAS=OFF
yes, we did figure out that this is a define so we added
"-DENABLE_FGQCANVAS=off" to the FG_CMAKEARGS line at the top of the dnc
script... it is easily removed if james wants to pursue the make files and get
them right so that the FGQCANVAS doesn't continue to break things at the (at
least) configure stage... seems like a (and i am not a make file majician)
normal "IFDEF ELSE ENDIF" type thing should be able to avoid this...
FWIW: as we don't know cmake (or even plain old make) we don't know if false,
off, 0 and no are all viable options... since we use "yes" for another option,
we would prefer to use "no" for this one for consistency instead of 'off'...
--
NOTE: No off-list assistance is given without prior approval.
*Please keep mailing list traffic on the list* unless
private contact is specifically requested and granted.
|