You are not logged in.

#1 2007-07-01 11:24:56

Athanagor
Member
Registered: 2007-06-22
Posts: 4

About ALL libs !

I don't know who of you is developing in C/C++, but the person(s) who made the lib packages, always forgot to include the *config.h files into the installdirs. I had to download more than one ore two lib-sources to include those important files.
An Excerpt:
gtk(mm)
gdk(mm)
pango(mm)
glib(mm)
files in sigc++ have an error #include <sigc++config.h> (forgotten slash), also missing config.h
wxwidgets seems to have an error, a reason for that VLC doesn't run.

AND,AND AND .........

I hope you know these errors and are going to repair them, because with them it's impossible to use these packages and one has to download the sources and to install them manualy.

Please FIX them, because one doesn't need a package manager, if the packages have errors like this.
I wouldn't call this (Duke)  a stable distrib.

Bye, Athanagor.

Offline

#2 2007-07-01 11:38:01

xerverius
Member
From: ~
Registered: 2004-11-02
Posts: 230
Website

Re: About ALL libs !

Not a problem cuased by the distro imho, but the developers should add those files in the distfiles list in their resp. makefiles if they are needed (although i doubt that).

Offline

#3 2007-07-01 11:47:14

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: About ALL libs !

Post a bug report.

Offline

#4 2007-07-01 12:35:22

Athanagor
Member
Registered: 2007-06-22
Posts: 4

Re: About ALL libs !

Some adds:

files in sigc++ have an error #include <sigc++config.h> (forgotten slash), also missing config.h

it's sigc++config.h which is missing.

So, if anyone has the same problem, "just" download the libraries of the needed packages, untar them, run ./configure and then copy the nessasary *config.h to the include/directory.

"sigc++config.h" should be directly under include.

Hope, this may help.

I'm going to make a BUG-Report now.

So long, Athanagor.

Offline

#5 2007-07-01 15:08:43

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: About ALL libs !

Go file it in your own software project then

libsigc++2.0 /usr/lib/sigc++-2.0/include/sigc++config.h

$ pkg-config --cflags sigc++-2.0
-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include

Offline

Board footer

Powered by FluxBB