wxruby-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Wxruby-dev] Building on OS X...SUCCESS!


From: Richard Kilmer
Subject: Re: [Wxruby-dev] Building on OS X...SUCCESS!
Date: Fri, 4 Jul 2003 09:20:14 -0400

It looks like you did not patch the fontdialog.cpp file and there was one thing not handled in region.cpp. These should be able to be applied directly.

Also, I am travelling to OSCON (Portland) on Sunday and will be out of email range until then. On Sunday night, I will post to you the weird behavior I get with this running under OS X.

Best,

Rich

Index: fontdialog.cpp
===================================================================
RCS file: /cvsroot/wxruby//wxruby/src/fontdialog.cpp,v
retrieving revision 1.7
diff -r1.7 fontdialog.cpp
62a63
> #if defined(__WXGTK__) || defined(__WXMSW__)
70a72,81
> #else
>     wxGenericFontDialog *ptr;
>     Data_Get_Struct(self, wxGenericFontDialog, ptr);
>     if(argc==1)
>       ptr = new wxGenericFontDialog();
>     else if(argc==2)
>       ptr = new wxGenericFontDialog(parent,*data);
>     else
>       ptr = new wxGenericFontDialog();
> #endif

Index: region.cpp
===================================================================
RCS file: /cvsroot/wxruby//wxruby/src/region.cpp,v
retrieving revision 1.7
diff -r1.7 region.cpp
180a181
> #if defined(__WXGTK__) || defined(__WXMSW__)
189a191
> #endif




On Friday, July 4, 2003, at 12:45  AM, Kevin Smith wrote:

Rich,

I've checked in all the OS X patches you submitted. Hopefully I got them
all correct. It still builds under Linux.

Let me know...

Kevin




_______________________________________________
Wxruby-dev mailing list
address@hidden
http://mail.nongnu.org/mailman/listinfo/wxruby-dev






reply via email to

[Prev in Thread] Current Thread [Next in Thread]