User forums > Nightly builds
The 23 January 2007 build is out.
Raedwulf:
I can provide a temporary mirror, bygreen if you need one?
What is wrong, you can't download from the berlios site?
basurapr:
Wow, better RAD with the new wxSmith :D.
wart101:
Just want to say that this IDE is great, it has made my code writing so much easier so thanks GUYS.
Alturin:
The latest SVN checkout gave me the problem mentioned in the 21/22 januari nightly thread.
The compiler master path was changed to "C:\MinGW", while it's in "D:\Projects\MinGW" (C::B itself is in D:\Projects\Codeblocks).
Also, the Compiler, Linker and Resource Compiler paths were set to the default "C:\MinGW\include", "C:\MinGW\lib" and "C:\MinGW\include".
When I set them back / and or copy MinGW to C:\, I get the following error:
--- Quote ----------------- Build: default in C::B KeyBinder ---------------
mingw32-g++.exe -Wall -g -Winvalid-pch -pipe -mthreads -fmessage-length=0 -fexceptions -include "sdk.h" -DBUILDING_PLUGIN -DCB_PRECOMP -DWX_PRECOMP -DHAVE_W32API_H -D__WXMSW__ -DWXUSINGDLL -DcbDEBUG -DTIXML_USE_STL -DwxUSE_UNICODE -g -ID:\Projects\Codeblocks\sdk -ID:\Projects\Codeblocks\sdk\wxscintilla\include -ID:\Projects\wxWidgets-2.6.2\include -ID:\Projects\wxWidgets-2.6.2\lib\gcc_dll\mswu -ID:\Projects\wxWidgets-2.6.2\contrib\include -ID:\Projects\MinGW\include -c D:\Projects\Codeblocks\src\plugins\contrib\keybinder\keybinder.cpp -o .objs\keybinder.o
cc1plus.exe: sdk.h: No such file or directory
Process terminated with status 1 (0 minutes, 4 seconds)
0 errors, 0 warnings
Build log saved as: D:\Projects\Codeblocks\src\plugins\contrib\keybinder\keybinder_build_log.html
--- End quote ---
I've tried installing the latest nightly, and recompiling from source, with the same results.
I get the missing header ("sdk.h") error in both the C::B project file as well as the contrib plugins workspace.
Any idea what I'm doing wrong here?
Running: Dual Core laptop with WinXP SP2, tried both rev 3538 (latest) and rev 3532 (latest nightly).
If you need any other information, feel free to ask.
PS. Works fine on my Desktop, where I have had MinGW installed on C:\MinGW from the beginning.
PS2. Using gcc 3.4.2 Windows/unicode
killerbot:
--- Quote ---The compiler master path was changed
--- End quote ---
No it was not, it all had to do how it was set and how it was used for a validation check.The most recently nightly supports both ways (but that's not the issue here). What I am thinking is, when you build some include dir's are no longer correct (or global variable). Check those to see if they match the location where sdk.h is.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version