Author Topic: FreeBSD port - Makefile bugs  (Read 4479 times)

Voodoo

  • Guest
FreeBSD port - Makefile bugs
« on: April 27, 2006, 01:26:12 am »
I encountered some problems trying to compile CodeBlocks 1.0rc2 under FreeBSD 6.0.
The sources were downloaded from  odeblocks.org, the port file from freebsd.org.

1.     In the port makefile xargs with -e option used on lines 48 and 52, but one should use -E option instead I guess.
2.     All sources have Windows style line ends. GCC doesn't make a big deal out of it while FreeBSD patch won't patch files with line ends other than UNIX.

Now waiting for compilation process to complete.

sethjackson

  • Guest
Re: FreeBSD port - Makefile bugs
« Reply #1 on: April 27, 2006, 01:31:04 am »
Why don't you compile from SVN? HEAD has sooo many bug fixes/new features.... Oh about CR/LF line ends. You need to run dos2unix on the sources (RC2 only. SVN does not have this problem AFAIK)......

Voodoo

  • Guest
Re: FreeBSD port - Makefile bugs
« Reply #2 on: April 27, 2006, 09:39:00 am »
> Why don't you compile from SVN?
As well as all users of FreeBSD I prefer to setup programs from ports if it is possible.
I shall try to setup today the program from SVN, because i can't compile 1.0rc2. =)

Sorry of my English =).

Voodoo

  • Guest
Re: FreeBSD port - Makefile bugs
« Reply #3 on: April 27, 2006, 09:45:35 am »
Oh my GOD! BerliOS server in DOWN!

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: FreeBSD port - Makefile bugs
« Reply #4 on: April 27, 2006, 11:20:09 am »
yup, since April 26 2006 (as far as I know...) (I don't know the time....)
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring