Ticket #435 (new defect)

Opened 2 months ago

Vidalia fails to build if spaces are in the build path

Reported by: edmanm Owned by: developer
Priority: minor Milestone:
Component: Vidalia Version:
Keywords: Cc:

Description

If you try to build Vidalia from a location with spaces in the path, you will get errors like the following:

[ 36%] Generating vidalia_win_res.obj
gcc: and\: No such file or directory
gcc: Settings/zugu/Desktop/Vidalia/src/vidalia/res: No such file or directory
gcc: C:/Documents: No such file or directory
gcc: and: No such file or directory
gcc: Settings/zugu/Desktop/Vidalia/src/vidalia/res/vidalia_win.rc: No such file
or directory
gcc: warning: `-x c' after last input file has no effect
gcc: no input files
C:\MinGW\bin\windres.exe: no resources
mingw32-make[2]: *** [src/vidalia/vidalia_win_res.obj] Error 1
mingw32-make[1]: *** [src/vidalia/CMakeFiles/vidalia.dir/all] Error 2
mingw32-make: *** [all] Error 2

This is really a CMake bug, but it would be nice to find a workaround.

Note: See TracTickets for help on using tickets.