[Ipe-discuss] Update on problems with compilation.

Steve M. Robbins steve at sumost.ca
Wed Nov 25 02:51:33 CET 2015


On November 24, 2015 06:50:05 AM Venkataraman Subramaniam wrote:
> I sorted out the problem in compiling by changing the line related to moc in
> config.mak from
> MOC	      ?= moc
>  to
> MOC	      ?= /usr/lib/i386-linux-gnu/qt5/bin/moc

Ah.  I ran into the same problem this weekend and solved it the same way. 

In my case, it was because Debian uses "qtchooser" to switch between versions 
of Qt development binaries.  It turns out there is a more elegant solution: 
set the variable QT_SELECT.  You can do this on the "make" line, e.g.

	make -C src QT_SELECT=qt5 ...

See "man qtchooser".

-Steve
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
Url : http://lists.science.uu.nl/pipermail/ipe-discuss/attachments/20151124/406f7855/attachment.bin 


More information about the Ipe-discuss mailing list