Compiling CenterICQ

iconara

Registered
I have a hard time installing CenterICQ (www.centericq.de), which is said to compile on Mac OS X. For me, however, it doesn't...

The latest version is 4.8.7, it requires ncurses (installed in jaguar), libsigc++ 1.0 (which finally compiled...) and glib (found on macosx.forked.net). Now why doesn't CenterICQ compile?

The configure script executes fine (although the same checks are made at least two times...), but when I try to make the app make doesn't want to...

This is the message I get from make:

Code:
[enzo:Downloads/centericq-4.8.7.1] theo% make
make  all-recursive
Making all in kkconsui-0.1
Making all in include
make[3]: Nothing to be done for `all'.
Making all in src
c++ -DPACKAGE=\"kkconsui\" -DVERSION=\"0.1\"  -I. -I.  -I../include -I../../kkstrtext -I../../kkstrtext-0.1    -g -O2 -I/sw/include -c texteditor.cc
In file included from ../include/linkedlist.h:6,
                 from ../include/texteditor.h:13,
                 from texteditor.cc:46:
../include/conf.h:13:23: _G_config.h: No such file or directory
make[3]: *** [texteditor.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2

I'm running MOSX 10.2.1 on a TiBook.

theo
 
Back
Top