News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 14 September 2015 build (10499) is out.

Started by killerbot, September 14, 2015, 09:29:50 PM

Previous topic - Next topic

oBFusCATed

teto: Can you please open 3 tickets on sf.net, so we won't forget about these issues? I can't handle them at the moment and they'll get lost in the forum.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]


cges30901

Codeblocks for openSUSE Tumbleweed doesn't work. I have tried 1-click install and  the repository way, but I can't install it. I am using openSUSE Tumbleweed 64 bit.

shurick

Quote from: cges30901 on September 22, 2015, 03:27:18 PM
Codeblocks for openSUSE Tumbleweed doesn't work. I have tried 1-click install and  the repository way, but I can't install it. I am using openSUSE Tumbleweed 64 bit.
Try now.
Packages for openSUSE http://codeblocks.esy.es  (binaries and sources) for 32-bit and 64-bit.

cges30901


critic

Hi!

I tried to find TDM 4.9.2 32 bits SJLJ that has bfd and iberty libraries to be able to build exchndl.dll, but without success. Could you provide some information about or provide links to guide me where I can find all the required parts? Or maybe you have your own TDM bundle you use from building C::B. As I understand I can build C::B from sources as well using the mentioned compiler.

Thanks in advance!

ollydbg

Quote from: critic on October 08, 2015, 10:07:55 AM
Hi!

I tried to find TDM 4.9.2 32 bits SJLJ that has bfd and iberty libraries to be able to build exchndl.dll, but without success. Could you provide some information about or provide links to guide me where I can find all the required parts? Or maybe you have your own TDM bundle you use from building C::B. As I understand I can build C::B from sources as well using the mentioned compiler.

Thanks in advance!
You must use try to build an quite old revision of C::B trunk code, please update the latest revision, because exchndl.dll is now directly put in code repo now, so you don't need to "build" them from source code.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

critic

Quote from: ollydbg on October 08, 2015, 10:15:00 AM
don't need to "build" them from source code.
Ok, but I want use Dr.MinGW sources in my project and iberty library is required. Where do you get iberty binaries for gcc bundle? Or you build it from sources?