News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

FreeBSD port - Makefile bugs

Started by Voodoo, April 27, 2006, 01:26:12 AM

Previous topic - Next topic

Voodoo

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

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

> 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

Oh my GOD! BerliOS server in DOWN!

David Perfors

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