User forums > Using Code::Blocks
file path with space is truncated
3rdshiftcoder:
hi-
Compiling: da4Main.cpp
mingw32-g++.exe: Files\CodeBlocks\Projects\da4\da4Main.cpp -o obj\Debug\da4Main.o: No such file or directory
mingw32-g++.exe: no input files
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
I believe one issue is if you look above that it starts out as Files instead of c:\Program Files\Projects\da4\da4Main.cpp
I am not sure how to have the build target specified accurately. I am teaching myself how to put the settings in. I found wxPack which saved me because it contains all the ".a" files and the ".dll" files.
I saw how you can specify the exact name in the linker of the dll with the -l option. It looks like if I can get help fixing this space in the path name issue it will take off running.
Thanks.
3rdshiftcoder
stahta01:
What version/SVN of Code::Blocks?
What OS?
Tim S.
3rdshiftcoder:
Hi-
code blocks 8.02
wxwidgets wx 2.8.7
O/S WinXP
I'm not sure about SVN. I don't think I checked it out of SVN if I understand that acronym right. I think it was a pre-built binary downloaded from the main site.
thanks,
3rdshiftcoder
Jenna:
You should try a recent nightly, that issue should not happen then.
Look at the topics of the nightly board: http://forums.codeblocks.org/index.php/board,20.0.html .
The first topics of th ethreads includes links to the binary package (no installer) and the needed dll's (mingw10m.dll and wxwidgets) C::B is linked against.
There are also a link that tells you how to use a nightly.
It's really straightforward, no registry magic needed.
3rdshiftcoder:
ok jens-
Thanks. I have to fool with a nightly build tomorrow because I am already on borrowed time with sleep for the day job. It looks straightforward at a glance as you said. I bookmarked it.
I really appreciate the help -
3rdshiftcoder
Navigation
[0] Message Index
[#] Next page
Go to full version