You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

subatomic

Beginner

  • "subatomic" started this thread

Posts: 6

Location: Berlin

  • Send private message

1

Wednesday, January 17th 2007, 8:30am

need help with kde on OSX via darwinports

I'm trying to get kdelibs3 installed on OSX via DarwinPorts but can't get passed autoheader.
OK, maybe not the typical installation but still very similar in the process.

all the deps were compiled and installed without probs but KDE need autoconf 2.53 and the process stops there.

Source code

1
2
localhost:~ root# /usr/local/bin/autoheader --version
autoheader (GNU Autoconf) 2.53

I run in terminal

port install kdelibs3 AUTOCONF=/usr/local/bin AUTOHEADER=/usr/local/bin

but make keeps saying I've got 2.60

Source code

1
2
3
4
*** YOU'RE USING autoheader (GNU Autoconf) 2.60.
*** KDE requires autoheader 2.53 or newer
make: *** [cvs] Error 1
kdelibs3-3.5.1-3 cvs-build failed!

autoconf-2.53 is found, but not autoheader
/usr/local/bin is also in my PATH

I've got 2.60 and 2.53, but how do I tell darwin where to look?

This post has been edited 1 times, last edit by "subatomic" (Jan 23rd 2007, 2:57pm)