Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Problème to compile Code::Blocks...
Crepuscule:
No, I still have the same problem...
RRRrrrrr
Alpha:
Could you describe what the specific problem is?
Have you tried moving wxWidgets' and Code::Blocks' source directories to a path without any spaces or non-English characters?
--- Quote from: Crepuscule on December 02, 2011, 10:19:52 am ---It's good! I found where is the configuration file of Code::Blocks (C:\Documents and Settings\userName\Application Data\codeblocks). I will try deleting this folder.
--- End quote ---
Yes, this is where all settings are stored (except for the .layout files created in the same directory as most projects). If you are just trying to change/delete global variables, you can do that through Settings->Global variables...
Crepuscule:
--- Quote from: Alpha on December 03, 2011, 09:23:08 pm ---Could you describe what the specific problem is?
Have you tried moving wxWidgets' and Code::Blocks' source directories to a path without any spaces or non-English characters?
--- Quote from: Crepuscule on December 02, 2011, 10:19:52 am ---It's good! I found where is the configuration file of Code::Blocks (C:\Documents and Settings\userName\Application Data\codeblocks). I will try deleting this folder.
--- End quote ---
Yes, this is where all settings are stored (except for the .layout files created in the same directory as most projects). If you are just trying to change/delete global variables, you can do that through Settings->Global variables...
--- End quote ---
My problem is:
I have 2 computers :
- On the first (the one I use in general) : I tryed to install the source code of code blocks, following the manual given on the wiki of Code::Blocks site. I did all the procedure but when I compile the Code::Blocks project and next when I run the application, a warning message appears explaining me that many plugins were not read, and the application can't work (for example, if I try to conifgure the compiler (Setting --> Compilers and debuggers...) the software crash). I can't start also a debug session...
- On my second computer, I did exactly all the same procedure of installation. At the end, when I compile and run Code::Blocks I can do everything I want (debug, confiration of code::blocks... etc...). On the second computer, I did the procedure in a virtual machine... it is the only difference.
I tryed also to change the path of code::blocks... instead of "C:\Programmation\CodeBlocks" I put the standard path : "C:\Program Files\CodeBocks"... on the both path, the application doesn't run...
At a moment, I thought the problem could be about the configuration of Code::Blocks (I remember few weeks ago, I changed some parameters on my first computer to adapt a new compiler that is not in the standard list of compilers of Code::Blocks). So, I uninstalled Code::Blocks of the computer, I deleted the folder nammed "CodeBlocks" in "C:\Documents and settings\User\ApplicationData\codeBlocks" and did again all the procedure of installation... but the problem is still here...
I don't understand what happen, I already tryed many things...
Crepuscule
Alpha:
(I am assuming I understanding you correctly that your problem is your self-compiled Code::Blocks fails to load plugins on start-up.)
When building from source, the only way (well, almost the only way) this could occur is if you did not run update.bat after compiling. If you did run update.bat, this means zip.exe was not on the path at that time.
As a side note (this is not really a problem),
--- Quote from: Crepuscule on December 02, 2011, 07:41:25 am ---[...]
I will begin again to start fron 0 on my first computer
[...]
--- End quote ---
if you to have the splash screen display the actual revision number, svn.exe must be in the path (I normally add [...]\svn\bin to the path in a Command Prompt window, then launch Code::Blocks from that same window) while Code::Blocks is compiling.
Navigation
[0] Message Index
[*] Previous page
Go to full version