Re: [softwerk-dev] Troubles with Softwerk
Status: Beta
Brought to you by:
pbd
|
From: Dave P. <dl...@br...> - 2000-11-28 02:28:15
|
Greetings:
It compiled fine, not one complaint. So what do you think is happening
?
The extern came straight from the config.log file, no changes made
here.
Best regards,
== Dave Phillips
Paul Barton-Davis wrote:
>
> So, when you put this into conftest.C:
>
> ----------------------------------------------------------------------
> #line 3121 "configure"
> #include "confdefs.h"
> #ifdef __cplusplus
> extern "C" void exit(int); // BTW - I want to know where this comes from!
> #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;
> }
> }
> ----------------------------------------------------------------------
>
> and then try to compile it with :
>
> ----------------------------------------------------------------------
> 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 \
> -L/home/dlphil \
> p/softwerk-1.99.1/libs/lib -L/usr/local/lib -lpbd -lltdl -lsigc \
> -lpthread
> ----------------------------------------------------------------------
>
> what happens ?
>
> _______________________________________________
> Softwerk-dev mailing list
> Sof...@li...
> http://lists.sourceforge.net/mailman/listinfo/softwerk-dev
--
|