Upgrading kdeartwork I got the following error for the kscreensaver target:

/opt/local/include/QtGui/qlabel.h:45:10: fatal error: 'QtGui/qframe.h' file not 
found

/opt/local/include/QtGui is a symlink to the header folder in the QtGui 
framework, and qframe.h is there. The problem is that /opt/local/include/QtGui 
is passed as a search path to the compiler, but not /opt/local/include .

The kdeartwork port I have installed currently doesn't appear to include 
kscreensaver - which seems logical. Indeed, when I deactivate the module in 
CMakeCache.txt the build completes fine.

How does one achieve this in the Portfile? It would require passing 
-DBUILD_kscreensaver:BOOL=OFF to cmake .

R.

_______________________________________________
macports-users mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to