Re: [softwerk-dev] Troubles with Softwerk
Status: Beta
Brought to you by:
pbd
|
From: Dave P. <dl...@br...> - 2000-11-27 18:34:43
|
Paul Barton-Davis wrote:
> i know you said you did this, and i apologize for having a hard time
> believing that the config.log you sent me corresponded to this
> sequence of events. the "sanity" test consists of a test program
> compilation, and when it fails, the autoconf system prints the program
> source out in config.log. Can you take another look (and send it to me ?)
>
> it will be in libs/build/gtkmmext/config.log, which you might not know.
Ah, now we're getting somewhere. I was finding it in libs/src/gtkmmext,
I'm an idiot, sorry... :(
Here's what that config.log reports:
configure:3020: checking for pbd-config
configure:3056: checking for libpbd - version >= 1.1.0
configure:3110: checking if libpbd sane
configure:3149: c++ -o conftest -g -O2
-I/home/dlphilp/softwerk-1.99.1/libs/include
-I/usr/local/lib/sigc++/include -I/usr/local/include conftest.C
/home/dlphilp/
softwerk-1.99.1/libs/lib/libltdl.la
-L/home/dlphilp/softwerk-1.99.1/libs/lib -L/usr/local/lib -lpbd -lsigc
-lpthread 1>&5
c++: /home/dlphilp/softwerk-1.99.1/libs/lib/libltdl.la: No such file or
directory
configure: failed program was:
#line 3121 "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;
}
}
So what is libltdl.la and where should I find it ?
Best regards,
== Dave Phillips
author, The Book Of Linux Music & Sound
(http://www.nostarch.com/lms.htm)
maintainer, The Linux Soundapps Site
(http://www.bright.net/~dlphilp/linuxsound/)
Currently listening to: "Lush Life" by Johnny Hartman and John
Coltrane...just too beautiful for words...
|