Author Topic: please help to fix the autotools system of rev10899  (Read 3963 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
please help to fix the autotools system of rev10899
« on: September 09, 2016, 11:26:37 pm »
Hi, I have apply the patch https://sourceforge.net/p/codeblocks/tickets/66/
Can any one fix the auto-tools build system? Thanks.
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 Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: please help to fix the autotools system of rev10899
« Reply #1 on: September 10, 2016, 09:45:46 am »
Should be done in trunk, also some other (more or less) minor fixes to the (core) project-files.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: please help to fix the autotools system of rev10899
« Reply #2 on: September 10, 2016, 04:21:37 pm »
Should be done in trunk, also some other (more or less) minor fixes to the (core) project-files.
Thanks.
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.