[softwerk-dev] Compiling from CVS... no go.
Status: Beta
Brought to you by:
pbd
|
From: Paul W. <sli...@ya...> - 2001-10-12 06:58:37
|
Hi there,
Now writing to the list like a good boy... sorry for the personal
mail, PD.
I have concluded that cvs softwerk is way out of date with pbd's other
cvs libs. No compile for me. Oh well.
But in the process I noticed some things in the softwerk README that
could use updating... new version attached, use it if it's useful.
I'm now trying the softwerk tarball with the included libs.
No joy there either. It fails at this point:
checking for libpbd - version >= 1.1.0... 1.1.1
checking if libpbd sane... no
configure: error: *** libgtkmmext requires libpbd v1.1, but it doesn't
appear to be installed
make: *** [.configured_gtkmmext] Error 1
I found the log in libs/gtkmmext/config.log:
configure: failed program was:
#line 3156 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
#endif
#include <stdio.h>
#include <pbd/version.h>
#include <pbd/transmitter.h>
Transmitter error(Transmitter::Error);
Transmitter info(Transmitter::Info);
Transmitter warning(Transmitter::Warning);
Transmitter fatal(Transmitter::Fatal);
int main(int argc,char **argv)
{
if (pbd_major_version!=1 ||
pbd_minor_version!=1 ||
pbd_micro_version!=1)
{ printf("(%d.%d.%d) ",
pbd_major_version,pbd_minor_version,pbd_micro_version);
return 1;
}
}
--
................ paul winkler ................
custom calendars: http://www.calendargalaxy.com
A member of ARMS: http://www.reacharms.com
home page: http://www.slinkp.com
|