Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Compiler and project file changes in latest SVN.

<< < (4/5) > >>

Urxae:

--- Quote from: rickg22 on November 28, 2005, 11:28:44 pm ---Why not post a bug report on the distcc site? Annoy those guys until they get it working ;-)

--- End quote ---

It's not so much a bug as a completely unsupported platform :(. Only Windows with cygwin is supported...

yop:
Here's what I got building a cb plugin using latest svn build.

--- Code: ---mingw32-g++.exe -Wall -D__GNUWIN32__ -DWXUSINGDLL -DBUILDING_PLUGIN  -IC:\wxWidgets-2.6.2\include -IC:\wxWidgets-2.6.2\lib\gcc_dll\msw -IC:\wxWidgets-2.6.2\contrib\include -IC:\Documents and Settings\yop\My Documents\Workbench\codeblocks\src\sdk -IC:\Documents and Settings\yop\My Documents\Workbench\codeblocks\src\sdk\tinyxml -IC:\Documents and Settings\yop\My Documents\Workbench\codeblocks\src\sdk\wxscintilla\include -IC:\MinGW\include  -c qtworkbench.cpp -o .objs\qtworkbench.o
qtworkbench.cpp:14:26: pipedprocess.h: No such file or directory
qtworkbench.cpp:15:21: manager.h: No such file or directory
qtworkbench.cpp:16:69: licenses.h: No such file or directory
qtworkbench.cpp:17:28: projectmanager.h: No such file or directory
In file included from qtworkbench.cpp:18:
qtworkbench.h:26:58: cbplugin.h: No such file or directory
qtworkbench.h:27:60: settings.h: No such file or directory

--- End code ---
It used to compile yesterday  :(
The files it complains about are in C:\Documents and Settings\yop\My Documents\Workbench\codeblocks\src\sdk which is in -I

Urxae:

--- Quote from: yop on November 29, 2005, 12:18:08 am ---
--- Code: ---mingw32-g++.exe [...] -IC:\Documents and Settings\yop\My Documents\Workbench\codeblocks\src\sdk -IC:\Documents and Settings\yop\My Documents\Workbench\codeblocks\src\sdk\tinyxml -IC:\Documents and Settings\yop\My Documents\Workbench\codeblocks\src\sdk\wxscintilla\include [...]

--- End code ---

--- End quote ---

Looks like there's a bug in the new command line generator: it doesn't properly quote parameters with spaces in them.
You might want to file a bug report here (unless of course one of the developers replies it's fixed already before you see this ;))

rickg22:
I tested the modified compilation, and I'm very satisfied with it! :D

The delay has shortened to 0.8 seconds, and I doubt it can get any better! :)

Now it's only matter of fixing those paths.

mandrav:

--- Quote from: Urxae on November 29, 2005, 12:58:20 am ---
--- Quote from: yop on November 29, 2005, 12:18:08 am ---
--- Code: ---mingw32-g++.exe [...] -IC:\Documents and Settings\yop\My Documents\Workbench\codeblocks\src\sdk -IC:\Documents and Settings\yop\My Documents\Workbench\codeblocks\src\sdk\tinyxml -IC:\Documents and Settings\yop\My Documents\Workbench\codeblocks\src\sdk\wxscintilla\include [...]

--- End code ---

--- End quote ---

Looks like there's a bug in the new command line generator: it doesn't properly quote parameters with spaces in them.
You might want to file a bug report here (unless of course one of the developers replies it's fixed already before you see this ;))

--- End quote ---

Thanks for this. I 'll fix it ASAP.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version