Hi Randolph,

Thanks for checking this out. Since everything builds fine on other platforms 
-- and on Win with VS 2008 -- I'm not in a hurry to change the CMakeLists.txt 
file globally to include the quotes. I'll test the change on other platforms 
and compilers when I get a chance; if it doesn't break the others, I'll just 
change it. Otherwise we'll need yet another conditional to deal with Windows. 

- Rob

-----Original Message-----
From: Randolph M. Fritz [mailto:[email protected]] 
Sent: Wednesday, June 26, 2013 7:46 PM
To: [email protected]
Subject: Re: [Radiance-dev] cmake / VS 2010 Express build problem

Got it.

This is a bug, due to missing quotes in InstallRules\CMakeLists.txt.

Lines 18-23 of that file should read:
get_filename_component(qgif_plugin "${QT_QGIF_${qt_plugin_term}_RELEASE}" NAME) 
get_filename_component(qico_plugin "${QT_QICO_${qt_plugin_term}_RELEASE}" NAME) 
get_filename_component(qjpeg_plugin "${QT_QJPEG_${qt_plugin_term}_RELEASE}"
NAME)
get_filename_component(qmng_plugin "${QT_QMNG_${qt_plugin_term}_RELEASE}" NAME) 
get_filename_component(qsvg_plugin "${QT_QSVG_${qt_plugin_term}_RELEASE}" NAME) 
get_filename_component(qtiff_plugin "${QT_QTIFF_${qt_plugin_term}_RELEASE}"
NAME)

Not sure if I have an old version of InstallRules\CMakeLists.txt or if my 
configuration is different.


_______________________________________________
Radiance-dev mailing list
[email protected]
http://www.radiance-online.org/mailman/listinfo/radiance-dev

_______________________________________________
Radiance-dev mailing list
[email protected]
http://www.radiance-online.org/mailman/listinfo/radiance-dev

Reply via email to