Werner,

Thanks for looking into this, and also having the patience to upgrade  
XCode.

I confirm that I can now build with the wxwidgets driver, but I can't  
run the examples because I get a bus error.

wx-config --version
2.6.3

-Hazen

On Feb 1, 2007, at 4:47 AM, Werner Smekal wrote:

> Hi,
>
> I tried now to compile plplot 5.7.2 source release on Mac OS X  
> 10.4.8/PPC with the newest XCode 2.4 installed (gcc version 4.0.1  
> (Build 5367)) with the autotools build system and I can't confirm  
> this bug. It chokes on the wxWidgets driver though but the cxx  
> bindings are no problem. So I conclude that this is no problem on  
> the plplot side. I'll defer this bug report than.
>
> Regards,
> Werner
>
> [EMAIL PROTECTED] wrote:
>> Does anyone know whether this problem building the PLplot c++   
>> bindings is actually a problem with g++ 4.0.1 being more picky  
>> than  4.0.0? Or has something else gone wrong?
>> Thanks,
>> -Hazen
>>> Initial Comment:
>>> I've run into a build error under Mac OS X 10.4.8 (both Intel  
>>> and  PPC):
>>>
>>> Making all in c++
>>> if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -  
>>> DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../include  -  
>>> I../../include -I../../libltdl   -g -O2 -MT plstream.lo -MD -MP - 
>>> MF  ".deps/plstream.Tpo" -c -o plstream.lo plstream.cc; \
>>> then mv -f ".deps/plstream.Tpo" ".deps/plstream.Plo"; else rm -f   
>>> ".deps/plstream.Tpo"; exit 1; fi
>>> mkdir .libs
>>>  g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../  
>>> include -I../../include -I../../libltdl -g -O2 -MT plstream.lo - 
>>> MD - MP -MF .deps/plstream.Tpo -c plstream.cc  -fno-common -DPIC  
>>> - o .libs/plstream.o
>>> plstream.cc: In member function 'virtual void cxx_pltr2::xform  
>>> (PLFLT, PLFLT, PLFLT&, PLFLT&) const':
>>> plstream.cc:101: error: 'cerr' was not declared in this scope
>>> make[3]: *** [plstream.lo] Error 1
>>> make[2]: *** [all-recursive] Error 1
>>> make[1]: *** [all-recursive] Error 1
>>> make: *** [all] Error 2
>>>
>>> Using
>>>
>>> g++ --version
>>> powerpc-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer,  
>>> Inc.  build 5367)
>>> Copyright (C) 2005 Free Software Foundation, Inc.
>
>
> -- 
> Dipl. Ing. Werner Smekal
> Institut fuer Allgemeine Physik
> Technische Universitaet Wien
> Wiedner Hauptstr 8-10
> A-1040 Wien
> Austria
>
> email: [EMAIL PROTECTED]
> web:   http://www.iap.tuwien.ac.at/~smekal
> phone: +43-(0)1-58801-13463 (office)
>        +43-(0)1-58801-13469 (laboratory)
> fax:   +43-(0)1-58801-13499


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to