|
[wxperl-users] [ wxperl-Bugs-860704 ] Mac OSX 10.3 compilation error.
From: SourceForge.net <noreply@so...> - 2003-12-16 00:39
|
Bugs item #860704, was opened at 2003-12-16 00:39 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=115655&aid=860704&group_id=15655 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Adam Buchbinder (gdrago23) Assigned to: Nobody/Anonymous (nobody) Summary: Mac OSX 10.3 compilation error. Initial Comment: I'm running Mac OSX 10.3 with Apple's standard developer tools (from their website). Compiled and installed wxWindows from the 20031211 CVS build (though I needed to set OSX_DEPLOYMENT; the wxWindows sample applications build and run on my system. I grabbed wxPerl 0.18 from CPAN, manually did a perl Makefile.PL --disable-stc --disable-xrc and then ran make. It says (after the rest of the build process): g++ -c -I. -I. -I/usr/local/lib/wx/include/mac-2.5 -Os - DVERSION=\0.18\ -DXS_VERSION=\0.18\ "-I/System/ Library/Perl/5.8.1/darwin-thread-multi-2level/CORE" - D__WXMAC__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES - DWX_PRECOMP -DNO_GCC_PRAGMA Wx.c Wx.c: In function `void XS_Wx_wxLogTrace(PerlInterpreter*, CV*)': Wx.c:4612: error: no matching function for call to `wxLogTrace(const wxChar*&)' /usr/local/include/wx/log.h:508: error: candidates are: void wxLogTrace(long unsigned int, const wxChar*, ...) /usr/local/include/wx/log.h:510: error: void wxLogTrace(const wxChar*, const wxChar*, ...) make: *** [Wx.o] Error 1 This is significantly beyond me. Is there anything obvious that I'm missing? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=115655&aid=860704&group_id=15655 |
| Thread | Author | Date |
|---|---|---|
| [wxperl-users] [ wxperl-Bugs-860704 ] Mac OSX 10.3 compilation error. | SourceForge.net <noreply@so...> |