[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

Re: [XaraXtreme-dev] wxOil compiling issues



Luke,

I'm seeing simular problems with using a wxGTK build from it's build directory (in /home/jlh92/Xara/wxGTK/Debug). I suspect this is because wx-config is returning a complex command:

jlh92@hamlet ~ $ Xara/wxGTK-2.6.3/Debug/wx-config --utility=wxrc
eval LD_LIBRARY_PATH=/home/jlh92/Xara/wxGTK-2.6.3/Debug/lib /home/jlh92/Xara/wxGTK-2.6.3/Debug/utils/wxrc/wxrc

Wow. Who would have thought it would do that. Could you try r1219
(just checked in) which quotes $(WXRC) when passed as an argument
and runs "sh -c" on it, if it has a space in - this will of course
break anyone who has a path with a space in to wxrc, but that's
inevitable as the above example you gave *is* a valid path with
spaces in...

Alex