Author Topic: C::B 1.0rc2 running on FreeBSD 6.0  (Read 7142 times)

masu

  • Guest
C::B 1.0rc2 running on FreeBSD 6.0
« 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

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: C::B 1.0rc2 running on FreeBSD 6.0
« Reply #1 on: November 20, 2005, 09:22:20 pm »
Nice, me too :)

You can find my lovely screenshot in the screenshots section :P

masu

  • Guest
Re: C::B 1.0rc2 running on FreeBSD 6.0
« Reply #2 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.

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: C::B 1.0rc2 running on FreeBSD 6.0
« Reply #3 on: November 20, 2005, 11:11:42 pm »
Yep, just the suggested method: bootstrap, configure, make and make install.

anonuser

  • Guest
Re: C::B 1.0rc2 running on FreeBSD 6.0
« Reply #4 on: November 20, 2005, 11:58:27 pm »
Check the developers thread I'm doing an actual port.

masu

  • Guest
Re: C::B 1.0rc2 running on FreeBSD 6.0
« Reply #5 on: November 21, 2005, 01:45:40 pm »
... I'm doing an actual port.

I have already submitted my port to freebsd.org.

anonuser

  • Guest
Re: C::B 1.0rc2 running on FreeBSD 6.0
« Reply #6 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

masu

  • Guest
Re: C::B 1.0rc2 running on FreeBSD 6.0
« Reply #7 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.

anonuser

  • Guest
Re: C::B 1.0rc2 running on FreeBSD 6.0
« Reply #8 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.

masu

  • Guest
Re: C::B 1.0rc2 running on FreeBSD 6.0
« Reply #9 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.

anonuser

  • Guest
Re: C::B 1.0rc2 running on FreeBSD 6.0
« Reply #10 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.