I have tested it. It built fine, however when I open it and I go to settings->Editor/Environment and I hit 'ok' or 'cancel' (I don't even have to make a change) CB will crash and close, don't know why, maybe I did something wrong because I had a problem following the patch file.
Header Autocompletion Popup not Showing the Whole Name
Yeah I noticed it was outdated but still it was of a tremendous help. I have reviewed it today and there you can see how to fix the DIRECT2D error. I will check it out now. This is probably not the place but I will take the opportunity and ask you: How does one go from the beginner level and reach the level you are and be able to contribute to the codeblocks development. I really love codeblocks and I would love to be able to give my contribute(hopefully a big one). Any suggestions?
Only an update: I deleted the whole 'codeblocks-code-r12201-trunk' folder and unzipped it again and started the building steps from the very beginning, I followed every step I described above and this time it built succefully. I am running codeblocks and 'not adding parentheses' issue is solved. Thank you very much.
Ok, I see. Thanks for all your help. One more question though: Apply the patch to a copy of the source code... The way I have to do is like I did it? It is just to go int the file and add that line of code?
Ok, I see. Thanks for all your help. One more question though: Apply the patch to a copy of the source code... The way I have to do is like I did it? It is just to go int the file and add that line of code?
I am running Code::Blocks 'Release 20.03 rev 11983 (2020-03-12 18:24:30) gcc 8.1.0 Windows/unicode - 64 bit' on Win 10 64 bit version 1909, I use the MinGw compiler that comes with the codeblocks. I am trying to build the codebloks trunk revision I openned the CodeBlocks_wx31_64.cbp project in src folder and I use wxWidgets-3.1.3. In the project build options I added '\src\exchndl\win64\lib' to 'search directories' in the linker tab. I go in 'src/sdk/wxscintilla/src/PlatWX.cpp' line 66 and I commented...
I am running Code::Blocks 'Release 20.03 rev 11983 (2020-03-12 18:24:30) gcc 8.1.0 Windows/unicode - 64 bit' on Win 10 64 bit version 1909, I use the MinGw compiler that comes with the codeblocks. I am trying to build the codebloks trunk revision I openned the CodeBlocks_wx31_64.cbp project in src folder and I use wxWidgets-3.1.3. In the project build options I added '\src\exchndl\win64\lib' to 'search directories' in the linker tab. I go in 'src/sdk/wxscintilla/src/PlatWX.cpp' line 66 and I commented...
I just spent the last few hours trying to successfully build codeblocks from the source code and I finally made it. As I was just trying to make it compile I didn't try to make the change in PlatWX, so now I am trying to get the patch to work. I added the line SetExtraStyle(GetExtraStyle() & ~wxWS_EX_BLOCK_EVENTS); But it is throwing 'undefined reference' errors: devel31_64\libwxscintilla_cb.a(Catalogue.o):Catalogue.cxx:(.rdata$.refptr.lmOScript[.refptr.lmOScript]+0x0)||undefined reference to `lmOScript'...
Sorry, as you can see all of this is really new to me. Thanks for the link and the info's. Appreciate it.
I am the owner of the ticket but I created it because I posted this problem in Codeblocks Forum and I was told to create a ticket here. 1 and 2 are def not for me, I once tried to compile the entire source code but it threw a lot of errors that I tried googling but found nothing that would help so I gave up. I always saw those nightly builds but never really looked into them. 4 is too much time to wait for a simple fix. Isn't there any guide that shows users how to compile the source code, maybe...
So what happens now? So if I go and download the latest Codeblocks version the problem will be solved? Sorry I don't know how this works.
ooh thanks.
That's me who posted there, and I was asked to create a ticket here, as you can see in the last reply.
Related forum link That's me who posted there, and I was asked to create a ticket here, as you can see in the last reply.
[CB 20.03 Bug Report] Not adding parentheses after function name auto completion