Author Topic: The 14 September 2015 build (10499) is out.  (Read 32195 times)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 14 September 2015 build (10499) is out.
« Reply #15 on: September 20, 2015, 08:09:22 pm »
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!]

Offline teto

  • Almost regular
  • **
  • Posts: 127
Re: The 14 September 2015 build (10499) is out.
« Reply #16 on: September 22, 2015, 07:51:43 am »
Done.

Offline cges30901

  • Single posting newcomer
  • *
  • Posts: 2
Re: The 14 September 2015 build (10499) is out.
« Reply #17 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.

Offline shurick

  • Multiple posting newcomer
  • *
  • Posts: 35
Re: The 14 September 2015 build (10499) is out.
« Reply #18 on: September 26, 2015, 09:22:56 am »
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.

Offline cges30901

  • Single posting newcomer
  • *
  • Posts: 2
Re: The 14 September 2015 build (10499) is out.
« Reply #19 on: September 29, 2015, 11:12:51 am »
Thanks! It works now.

Offline critic

  • Multiple posting newcomer
  • *
  • Posts: 93
Re: The 14 September 2015 build (10499) is out.
« Reply #20 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!

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: The 14 September 2015 build (10499) is out.
« Reply #21 on: October 08, 2015, 10:15:00 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.

Offline critic

  • Multiple posting newcomer
  • *
  • Posts: 93
Re: The 14 September 2015 build (10499) is out.
« Reply #22 on: October 08, 2015, 12:24:49 pm »
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?