From: Christian J. <chr...@sl...> - 2001-10-30 13:15:02
|
Hello all Sorry that I haven't reported back yet. Unfortunately I haven't had time to investigate the issue further, since I haven't a MacOSX installation myself and my colleague who has has been busy with other work, we have set back wxperl for the moment because two guys have offered to write our app in C++ (but then they seem to take ages to respond again, so it's still not sure we won't get back to wxperl either). Christian. At 10:10 Uhr +0200 8.10.2001, Mattia Barbon wrote: >This might or might not be harmless; they seem to be linker >flags; if a plain >perl Makefile.PL fails to link, using >perl Makefile.PL EXTRA_LIBS="-framework Carbon -framework System" >might help > > > Note (probably harmless): No library found for -lwxxrc >go in 'directory-where-you-built-wx'/contrib/src/xrc and >do make && make install > > > How to go on? >The last error is some unimplemented wxWindows' function. >Just issue a > >make -k >make.log 2>&1 > >and send the resultimg make.log privately to me ( no need to clutter >the list ). If you know what you are doing, you might add > >#if !defined(__WXMAC__) > >Wx_Menu* >Wx_MDIParentFrame::GetWindowMenu() > >#endif > >( in ext/mdi/XS/MDIParentFrame.xs ) > >and any other missing function >Otherwise I'll do it once I have the log > >Thanks for your work! >Mattia |