User forums > Nightly builds

The 06 August 2013 build (9246) is out.

<< < (6/7) > >>

ollydbg:

--- Quote from: White-Tiger on September 06, 2013, 12:16:06 am ---anyway... here are a few suggestions / patches:
Link ConsoleRunner statically. This allows one to use a compiler with sjlj (and CB build with that) but also compile and run code with dwarf. Otherwise ConsoleRunner tries to find libgcc with sjlj but can't because Code::Blocks set's the environment variable to the dwarf tool-chain.

--- End quote ---
I don't understand fully, I use nightly build C::B which is built from TDM GCC 4.7.1 sjlj, but I mainly use PCX's MinGW GCC 4.6.3 dwarf2, I don't have any issue.

--- Quote ---(not sure how that "-static" works for Linux... but it's important for Windows... -static-libgcc doesn't work) Also I've set exchndl to be compiled when one compiles Code::Blocks... I can't see a reason for not compiling it as it's bad to go without it.

--- End quote ---
I think the reason is: exchndl need libbfd or other libraries which are not available for a normal MinGW distribution. If you enable them, many user will complain. :)

White-Tiger:

--- Quote from: ollydbg on September 07, 2013, 06:09:23 pm ---[...]
I think the reason is: exchndl need libbfd or other libraries which are not available for a normal MinGW distribution. If you enable them, many user will complain. :)

--- End quote ---
k... makes sense :P I'm using MinGW-builds... didn't had to add anything ;)

@edit:
you might ignore the ConsoleRunner stuff for now... I couldn't reproduce it :P I only know I had to use static... but I don't know why... nor do I have any idea what was different or what I did... (I just wanted to test the dwarf build of mingw-build to find out if it's able to cross-compile for x86_64 and not only for x86... and it couldn't... Why isn't there any compiler out there that uses dwarf on x86 and seh on x86_64 in one toolchain?)

ollydbg:

--- Quote from: White-Tiger on September 08, 2013, 04:36:04 am ---@edit:
you might ignore the ConsoleRunner stuff for now... I couldn't reproduce it :P ...

--- End quote ---
Ok.
Btw, when you say "ConsoleRunner", do you mean just click the "run" button of the toolbar when you create a console project?

White-Tiger:
run or compile&run yes... nvm... it won't work right now...
I must have screwed up then anything else, so nvm :P

ollydbg:

--- Quote from: ollydbg on August 12, 2013, 03:51:58 am ---
--- Quote from: jens on August 12, 2013, 01:36:10 am ---@ollydbg:
can you test the attached patch ?

Just a quick and rough one. It also zooms the folding margin, but not the changebar and marker margin.
The changebar-margin is just 4 px small, so it does not really matter, and the maerker margin would need tweaking of all plugins that use it, and I do not have the time at the moment.


--- End quote ---
Hi, jens, thanks, I just test this patch, and it fix the problem I reported.


--- End quote ---
Jen, can you commit this patch to trunk? Thanks.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version