Following up on a thread from two months ago. I just tried to rebuild  
plplot-5.8.0-1003, and it failed because it cannot find the wxwidget  
headers:

...
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.  
-I. -I.. -I../include -I../include  -I../include  -I/sw/lib/ 
freetype219/include/freetype2  -I/sw/include/glib-2.0 -I/sw/lib/ 
glib-2.0/include -I/sw/include/pango-1.0 -I/usr/X11R6/include -I/usr/ 
X11R6/include/freetype2 -I/sw/include/gtk-2.0 -I/sw/include/atk-1.0 -I/ 
sw/lib/gtk-2.0/include -I/sw/include/libart-2.0 -I/sw/include/libxml2 - 
I/sw/include -I/sw/include/libgnomecanvas-2.0 -I/sw/include/ 
libgnomeprint-2.2 -I/sw/include/libgnomeprintui-2.2   -I/sw/include/ 
glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/pygtk-2.0    -g -O2 - 
MT wxwidgets.lo -MD -MP -MF ".deps/wxwidgets.Tpo" -c -o wxwidgets.lo  
wxwidgets.cpp; \
        then mv -f ".deps/wxwidgets.Tpo" ".deps/wxwidgets.Plo"; else rm -f  
".deps/wxwidgets.Tpo"; exit 1; fi
  g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I../ 
include -I/sw/lib/freetype219/include/freetype2 -I/sw/include/glib-2.0  
-I/sw/lib/glib-2.0/include -I/sw/include/pango-1.0 -I/usr/X11R6/ 
include -I/usr/X11R6/include/freetype2 -I/sw/include/gtk-2.0 -I/sw/ 
include/atk-1.0 -I/sw/lib/gtk-2.0/include -I/sw/include/libart-2.0 -I/ 
sw/include/libxml2 -I/sw/include -I/sw/include/libgnomecanvas-2.0 -I/ 
sw/include/libgnomeprint-2.2 -I/sw/include/libgnomeprintui-2.2 -I/sw/ 
include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/pygtk-2.0 -g  
-O2 -MT wxwidgets.lo -MD -MP -MF .deps/wxwidgets.Tpo -c wxwidgets.cpp   
-fno-common -DPIC -o .libs/wxwidgets.o
wxwidgets.cpp:52:19: error: wx/wx.h: No such file or directory
wxwidgets.cpp:53:23: error: wx/except.h: No such file or directory
wxwidgets.cpp:54:22: error: wx/image.h: No such file or directory
wxwidgets.cpp:55:24: error: wx/filedlg.h: No such file or directory
wxwidgets.cpp:56:24: error: wx/display.h: No such file or directory

All these files are in two places:

/sw/include/wx-2.8/wx/wx.h
/usr/include/wx-2.8/wx/wx.h

Mac OS X 10.5.2
Package manager version: 0.28.0
Distribution version: selfupdate-cvs Sun Mar  9 12:37:38 2008, 10.5,  
powerpc

thanks,

- Koen.




On Jan 4, 2008, at 4:57 PM, Dominique Dhumieres wrote:

> nm -m /usr/lib/libwx_macud-2.5.dylib | fgrep 'wxListBase'
>
> gives a list:
>
> 9bd78734 (__TEXT,__eh_frame) external  
> _ZN10wxListBase10DeleteNodeEP10wxNodeBase.eh
> 9bd7870c (__TEXT,__eh_frame) external  
> _ZN10wxListBase10DetachNodeEP10wxNodeBase.eh
> 9bd78860 (__TEXT,__eh_frame) external  
> _ZN10wxListBase11DeleteNodesEP10wxNodeBaseS1_.eh
> ff28d000 (absolute) external  
> _ZN10wxListBase12AppendCommonEP10wxNodeBase.eh
> 9bd78760 (__TEXT,__eh_frame) external  
> _ZN10wxListBase12DeleteObjectEPv.eh
> 9bd786e0 (__TEXT,__eh_frame) external  
> _ZN10wxListBase12DoDeleteNodeEP10wxNodeBase.eh
> ...
> 9ba06d3c (__TEXT,__text) external __ZNK10wxListBase4FindERK9wxListKey
> 9ba06cbc (__TEXT,__text) external __ZNK10wxListBase4ItemEm
> 9ba06e08 (__TEXT,__text) external __ZNK10wxListBase7IndexOfEPv
> aba10688 (__DATA,__const) external __ZTV10wxListBase
>
> but nothink without __Z*10.
>
> [pbook] /Users/dominiq% ls -l /usr/lib/libwx_macud-2.5.*.dylib
> -rwxr-xr-x 1 root wheel 6918948 Dec 27 01:12 /usr/lib/ 
> libwx_macud-2.5.3.0.0.dylib
> lrwxr-xr-x 1 root wheel      27 Aug 23  2005 /usr/lib/ 
> libwx_macud-2.5.3.dylib -> libwx_macud-2.5.3.0.0.dylib
>
> so my file /usr/lib/libwx_macud-2.5.3.0.0.dylib is about half of  
> yours.
>
> nm -m /usr/lib/libwx_macud-2.5.dylib | egrep "__const_coal"
>
> gives nothing
>
> Dominique
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Fink-devel mailing list
> Fink-devel@lists.sourceforge.net
> http://news.gmane.org/gmane.os.apple.fink.devel


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to