solutions to 2 problems
- From: Tom Shannon <tshanno bsd medctr luc edu>
- To: guppi-list gnome org
- Subject: solutions to 2 problems
- Date: Sat, 10 Jul 1999 17:03:49 -0500 (CDT)
Hi, its me, again :)
I added these lines to the src/containers/DataSet.h file in
goose-0.0.9 and recompiled.
#include <glib.h>
#include "RCArray.h"
#include "Permutation.h"
#include "Exception.h"
#include "DataSet.h"
#include "DataConverter.h"
I got the following error:
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/specfns -I../../src/util -I../../src/linear -I../../src/containers -I/usr/include -g -O2 -ansi -pedantic -Wall -c KernelDE.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/specfns -I../../src/util -I../../src/linear -I../../src/containers -I/usr/include -g -O2 -ansi -pedantic -Wall -c -fPIC -DPIC KernelDE.cpp -o KernelDE.lo
In file included from ../../src/containers/DataSet.h:32,
from ../../src/containers/RealSet.h:36,
from descriptive.h:29,
from KernelDE.cpp:30:
/usr/include/glib.h:66: glibconfig.h: No such file or directory
This undoubtedly stems from the fact that I upgraded my glib and glib-devel
rpm packages to 1.2.3-1 since last compiling goose-0.0.9.
I figure you all might get tired of hearing from someone who only
brings you more problems. So I found a solution for this one.
I changed line 103 in goose's src/stats/Makefile from:
INCLUDES = -I$(top_srcdir)/src/specfns -I$(top_srcdir)/src/util -I$(top_srcdir)/src/linear -I$(top_srcdir)/src/containers -I$(includedir)
to
INCLUDES = -I$(top_srcdir)/src/specfns -I$(top_srcdir)/src/util -I$(top_srcdir)/src/linear -I$(top_srcdir)/src/containers -I$(includedir) $(GLIB_CFLAGS)
I also had to change the lines 33 and 34 in goose's src/containers/DateSet.h:
#include <RCArray.h>
#include <DataSet.h>
to
#include <goose/RCArray.h>
#include <goose/DataSet.h>
goose-0.0.9 with these changes and guppi-0.11 now compile. Guppi
seems to run OK but I haven't played with it much.
Others with the updated glib/glib-devel and RH 6.0 may also have
to make these corrections.
Tom
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]