Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: masu on November 20, 2005, 09:07:41 pm

Title: C::B 1.0rc2 running on FreeBSD 6.0
Post by: masu on November 20, 2005, 09:07:41 pm
Hello all,

I managed to get C::B built and running on my FreeBSD 6.0 machine.
It was built against wxWidgets 2.6.

best regards,
Matthias
Title: Re: C::B 1.0rc2 running on FreeBSD 6.0
Post by: Ceniza on November 20, 2005, 09:22:20 pm
Nice, me too :)

You can find my lovely screenshot in the screenshots section :P
Title: Re: C::B 1.0rc2 running on FreeBSD 6.0
Post by: masu on November 20, 2005, 10:14:46 pm
Have you built it using autoconf toolchain?
I had problems with it and used a Makefile created with C::B 1.0rc1.
Title: Re: C::B 1.0rc2 running on FreeBSD 6.0
Post by: Ceniza on November 20, 2005, 11:11:42 pm
Yep, just the suggested method: bootstrap, configure, make and make install.
Title: Re: C::B 1.0rc2 running on FreeBSD 6.0
Post by: anonuser on November 20, 2005, 11:58:27 pm
Check the developers thread I'm doing an actual port.
Title: Re: C::B 1.0rc2 running on FreeBSD 6.0
Post by: masu on November 21, 2005, 01:45:40 pm
... I'm doing an actual port.

I have already submitted my port to freebsd.org.
Title: Re: C::B 1.0rc2 running on FreeBSD 6.0
Post by: anonuser on November 22, 2005, 08:26:31 am
Full on with bsd ports make file depeds checking and configurable options?
Cause if you did then I feel like I ran a big a loop. Made a pach file and everything x.x
Title: Re: C::B 1.0rc2 running on FreeBSD 6.0
Post by: masu on November 22, 2005, 11:08:12 am
Full on with bsd ports make file depeds checking and configurable options?

Yes with everything that's needed to build the port automatically (Makefile, patches, distinfo, etc.).
It seems we tried to port it in parallel, because I submitted my port on 19th of November without
knowing that you are also working on this topic.
Title: Re: C::B 1.0rc2 running on FreeBSD 6.0
Post by: anonuser on November 22, 2005, 01:35:51 pm
heh. I was waiting for my changes (prefix.cpp) to be merged in so we could have a more standards complient copy in source with no patchfile needed.
Title: Re: C::B 1.0rc2 running on FreeBSD 6.0
Post by: masu on November 22, 2005, 02:12:01 pm
I was not aware of your post in the development section at the time I submitted the port,
I am sorry.
Title: Re: C::B 1.0rc2 running on FreeBSD 6.0
Post by: anonuser on November 22, 2005, 04:18:34 pm
No problem, I thought I'd waiit to see if Mandrav (SP) would apply the changes to prefix.cpp so there would be no need for any patches.