Re: [Fink-users] wxpython-py23-2.5.2.8-1 fails to compile

2004-10-17 Thread Alexander K. Hansen
On Oct 17, 2004, at 2:56 PM, Fernando Pereira wrote:
With XCode 1.5, OSX 10.3.5
c++ -fno-strict-aliasing -Wno-long-double -no-cpp-precomp 
-mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes 
-I/sw/include -DSWIG_GLOBAL -DHAVE_CONFIG_H -DWXP_USE_THREAD=1 
-UNDEBUG -D__WXDEBUG__ -D__WXGTK__ -D_FILE_OFFSET_BITS=64 
-D_LARGE_FILES -DWX_PRECOMP -DNO_GCC_PRAGMA -Iinclude -Isrc 
-I/sw/lib/wx/include/gtk2d-2.5 -I/sw/include/wx-2.5 
-I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/usr/X11R6/include 
-I/sw/include/atk-1.0 -I/sw/include/pango-1.0 
-I/usr/X11R6/include/freetype2 -I/sw/include/glib-2.0 
-I/sw/lib/glib-2.0/include -I/sw/include/python2.3 -c 
src/gtk/_core_wrap.cpp -o 
build-gtk2/temp.darwin-7.5.0-Power_Macintosh-2.3/src/gtk/_core_wrap.o 
-O3
src/gtk/_core_wrap.cpp:579: error: `wxPyCheckForApp' was not declared 
in this
   scope
src/gtk/_core_wrap.cpp:579: error: too many initializers for 
`wxPyCoreAPI'
src/gtk/_core_wrap.cpp: In function `void SWIG_AsCharArray(PyObject*, 
char*,
   long unsigned int)':
src/gtk/_core_wrap.cpp:884: warning: int format, size_t arg (arg 2)
src/gtk/_core_wrap.cpp:900: warning: int format, size_t arg (arg 2)
src/gtk/_core_wrap.cpp: In function `PyObject* 
_wrap_IntersectRect(PyObject*,
   PyObject*, PyObject*)':
src/gtk/_core_wrap.cpp:4850: error: `wxPyCheckForApp' undeclared 
(first use
   this function)
src/gtk/_core_wrap.cpp:4850: error: (Each undeclared identifier is 
reported
   only once for each function it appears in.)
/sw/include/wx/wxPython/wxPython_int.h: In function `PyObject*
   _wrap_Window_GetSizer(PyObject*, PyObject*, PyObject*)':
/sw/include/wx/wxPython/wxPython_int.h:113: error: too many arguments 
to
   function `PyObject* wxPyMake_wxSizer(wxSizer*)'
src/gtk/_core_wrap.cpp:28140: error: at this point in file
/sw/include/wx/wxPython/wxPython_int.h: In function `PyObject*
   _wrap_Window_GetContainingSizer(PyObject*, PyObject*, PyObject*)':
/sw/include/wx/wxPython/wxPython_int.h:113: error: too many arguments 
to
   function `PyObject* wxPyMake_wxSizer(wxSizer*)'
src/gtk/_core_wrap.cpp:28197: error: at this point in file
/sw/include/wx/wxPython/wxPython_int.h: In function `PyObject*
   _wrap_SizerItem_GetSizer(PyObject*, PyObject*, PyObject*)':
/sw/include/wx/wxPython/wxPython_int.h:113: error: too many arguments 
to
   function `PyObject* wxPyMake_wxSizer(wxSizer*)'
src/gtk/_core_wrap.cpp:34647: error: at this point in file

-- F
This looks the same as
http://article.gmane.org/gmane.os.apple.fink.devel/9298
which had a solution proposed in
http://article.gmane.org/gmane.os.apple.fink.devel/9300
--
Alexander K. Hansen
Fink Documentarian
Day Job:  Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] wxpython-py23-2.5.2.8-1 fails to compile

2004-10-17 Thread Fernando Pereira
On Oct 17, 2004, at 3:07 PM, Alexander K. Hansen wrote:
This looks the same as
http://article.gmane.org/gmane.os.apple.fink.devel/9298
which had a solution proposed in
http://article.gmane.org/gmane.os.apple.fink.devel/9300
Thanks, it worked!
-- F

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] wxpython-py23

2004-10-14 Thread Huw Davies
On 14/10/2004, at 4:32 AM, Martin Costabel wrote:
From Jeff's answer on fink-devel:
It's apparently caused by some rogue include files installed directly 
to /sw by an buggy package (probably an earlier version of the wxgtk 
or wxpython package). A workaround is to delete the 
/sw/include/wx/wxPython directory.  After that, wxpython-py23 should 
build and install correctly.
Many thanks. I now have wxpython-py23 compiled and installed.
Huw Davies   | e-mail: [EMAIL PROTECTED]
Melbourne| If soccer was meant to be played in the
Australia| air, the sky would be painted green

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] wxpython-py23

2004-10-14 Thread Dominique Dhumieres
MArtin Costable wrote:

 It's apparently caused by some rogue include files installed directly to 
 /sw by an buggy package (probably an earlier version of the wxgtk or 
 wxpython package). A workaround is to delete the /sw/include/wx/wxPython 
 directory.  After that, wxpython-py23 should build and install correctly.

I confirm that's solved the problem for me too.

Dominique


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users