User forums > Using Code::Blocks
Unable to compile C++
killerbot:
really simple, do not mix with rc2 though : nightlies can overwrite each other
Michael:
--- Quote from: idcarlos on March 01, 2006, 12:55:22 pm ---Nightly builds are easy to update?
-Have diffs or I need entire CB?
-Install or only replace files?
--- End quote ---
Nightly builds are easy to install. Just download it with the libraries you eventually need, unpack and run. Personally, I prefer to build it myself from SVN sources. You can post, if you have problems.
--- Quote from: idcarlos on March 01, 2006, 12:55:22 pm ---In only 1 hour I have found some problems... ¿People use CB on windows or is focused for Linux?
--- End quote ---
C::B is still in development. Anyway, it works very good and it is stable.
About Linux and Windows, it is a bit difficult to say. I would say that most of the users that use C::B have Windows XP (some Windows 2000/NT or Win98SE). Anyway, there is good number of Linux users too. And some with MacOSX... :D
C::B is cross-platform, so you can build and use it in Windows, Linux and MacOSX.
Best wishes,
Michael
Michael:
--- Quote from: killerbot on March 01, 2006, 01:03:49 pm ---though : nightlies can overwrite each other
--- End quote ---
Hmmm, I was not aware that with nightly builds this was possible.... :?
Ok, I will change my post :D.
Best wishes,
Michael
killerbot:
I mean : you can unpack them on top of the previous one.
The only time this might be a problem is when a certain plug-in would no longer be included, then the old one will not be overwritten and remaind in your plug-in dir ( and might get out of sync with the sdk).
idcarlos:
Hi.
I have instaled 28/02/2006 build
All bugs that i have detected are fixed.
The project can't be compiled because I chande the XML file to replace the paths :oops:
I replace something like this
--- Code: (xml) ---<Add directory='"D:\Archivos de programa\Archivos comunes\GTK\2.0\include\gdkmm-2.4"' />
--- End code ---
With
--- Code: (xml) ---<Add directory="..\..\include\gdkmm-2.4"" />
--- End code ---
And the project never work, without a good error msg...
This not it's a bug because I made a bad cbp file, but...
Lines in DEV-cpp like this:
"D:\Archivos de programa\Archivos comunes\GTK\2.0\include\gdkmm-2.4"
Are translated
--- Code: (xml) ---<Add directory='"D:\Archivos de programa\Archivos comunes\GTK\2.0\include\gdkmm-2.4"' />
--- End code ---
Any I thing that It's better
--- Code: (xml) ---<Add directory="D:\Archivos de programa\Archivos comunes\GTK\2.0\include\gdkmm-2.4" />
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version