From: Bruce S. <Bru...@nc...> - 2008-01-13 00:50:42
|
I would think you'd have to address your question to the glibmm experts, not to VPython users....? As to configure issues, what configure typically does on Linux is check for basic resources being available, and in what form. For example, is a C++ compiler available, are there libraries available on which glibmm depends, etc. A script for configuring the building of glibmm does not check that all the glibmm files are present, because a tarball for glibmm is supposed to contain all the glibmm files. Bruce Sherwood chris lyon wrote: > I'm having problems compiling glibmm-2.14.0 > it configures ok but upon trying make I get: > > In file included from regex.cc:4: > ../../glib/glibmm/regex.h:29:25: error: glib/gregex.h: No such file or > directory > ../../glib/glibmm/regex.h:594: error: ‘GRegexEvalCallback’ has not been > declared > > ...... > > > any ideas how this can be happening? My understanding is configure > checks for the required bits and pieces before make runs? How do I > address this problem? > > Chris > |