On Thu, May 18, 2006 at 05:31:53PM +0200, Martin Michlmayr wrote:
>> g++ -o src/socketserverthread.os -c 
>> -DNO_CONFIG_H-DVERSION=\"1.4.4\"-DPACKAGE=\"skim\"-DSCIM_VERSION=\"1.4.4\" 
>> -I/usr/include/scim-1.0 -DSCIM_BINARY_VERSION=\"1.4.0\" 
>> -DSCIM_LIBDIR=\"/usr/lib\" -I/usr/include/kde -I/usr/include/qt3 
>> -DENABLE_DEBUG=0 -DQT_THREAD_SUPPORT -D_REENTRANT -fPIC -O2 -DNDEBUG 
>> -DNO_DEBUG -DQT_NO_TRANSLATION -I. -Isrc -Isrc src/socketserverthread.cpp

Note the
"-DNO_CONFIG_H-DVERSION=\"1.4.4\"-DPACKAGE=\"skim\"-DSCIM_VERSION=\"1.4.4\""
here; something seems to be cutting off the last character of every argument.
(I actually tried adding an extra space at the end of the -DNO_CONFIG_H
argument in the script; it added an extra " in the front and an extra space
in the end, but no extra " in the end, so it looks like it's actually eating
a character off every parameter!)

Downgrading to scons in stable seems to fix the problem, so this sounds very
much like a scons bug to me. Cc-ing [EMAIL PROTECTED]

/* Steinar */
-- 
Homepage: http://www.sesse.net/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to