Author Topic: Code::Blocks on FreeBSD  (Read 478 times)

Offline SpaceCadet

  • Multiple posting newcomer
  • *
  • Posts: 22
Code::Blocks on FreeBSD
« on: May 10, 2023, 07:04:06 pm »
Successfully built Code::Blocks svn13263 on FreeBSD 13.  now with all plugins building and installing.  there are a few minor patches that are needed to get the paths to work.  i don't know how to merge this stuff into the Code::Blocks code or i would do it.

i am using it, its GREAT!

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5784
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Code::Blocks on FreeBSD
« Reply #1 on: May 11, 2023, 02:00:12 pm »
Nice work!

You can post the patches in the Sourceforge's ticket system:  https://sourceforge.net/p/codeblocks/tickets/
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.