Compiling Gidieon under FreeBSD
Harald Fernengel
harry at kdevelop.org
Wed Jun 25 18:19:02 UTC 2003
Hi,
On Wednesday 25 June 2003 12:13, Tony Byrne wrote:
> I've just checked out a fresh copy of the CVS sources and the
> compiler is now complaining about missing gideon includes.
> For example,
>
> environmentvariableswidgetbase.h
>
> and
>
> runoptionswidgetbase.h
This looks like broken Makefiles.
I built gideon on FreeBSD lately, the trick is to use configure with
"--with-extra-includes=DIR" and "--with-extra-libs=DIR" since FreeBSD
installs the headers in different directories.
Check config.log, it will tell you what's missing, locate it, add the pathes
and you should get a smooth build. (Please don't hack the configure script or
the Makefiles themselves!).
A fix for the buildsystem to automatically add those pathes by default under
FreeBSD would be highly welcome!
Best regards,
Harry
More information about the KDevelop-devel
mailing list