[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Rer [Wxruby-dev] Building on OS X...SUCCESS!
From: |
Kevin Smith |
Subject: |
Re: Rer [Wxruby-dev] Building on OS X...SUCCESS! |
Date: |
03 Jul 2003 23:24:05 -0700 |
On Thu, 2003-07-03 at 22:30, Gour wrote:
> Kevin Smith (address@hidden) wrote:
> > Ok. Clearly your system is using a different wxString than mine. I'm
> > using wxWindows 2.4. What version are you using?
>
> The latest one - 2.4.1.
Ok. Please create a wxtest.cpp containing this:
---
#include "wx/wx.h"
wxString a = "";
const char* p = a;
wxString* x = new wxString("");
---
Then compile it with the command:
g++ `wx-config --cxxflags` -c wxtest.cpp
On my system, it compiles with no errors or warnings. What happens for
you?
Thanks,
Kevin
- Rer [Wxruby-dev] Building on OS X...SUCCESS!, Gour, 2003/07/03
- Re: Rer [Wxruby-dev] Building on OS X...SUCCESS!, Kevin Smith, 2003/07/03
- Re: Rer [Wxruby-dev] Building on OS X...SUCCESS!, Gour, 2003/07/04
- RE: Rer [Wxruby-dev] Building on OS X...SUCCESS!, Curt Hibbs, 2003/07/04
- Re: Rer [Wxruby-dev] Building on OS X...SUCCESS!,
Kevin Smith <=
- Re: Rer [Wxruby-dev] Building on OS X...SUCCESS!, Gour, 2003/07/04
- Re: Rer [Wxruby-dev] Building on OS X...SUCCESS!, Kevin Smith, 2003/07/04
- Re: Rer [Wxruby-dev] Building on OS X...SUCCESS!, Gour, 2003/07/04
- Re: Rer [Wxruby-dev] Building on OS X...SUCCESS!, Kevin Smith, 2003/07/04
- Re: Rer [Wxruby-dev] Building on OS X...SUCCESS!, Gour, 2003/07/05
- [Wxruby-dev] wxRuby and unicode (was: Building on OS X...SUCCESS!), Kevin Smith, 2003/07/05
- Re: Rer [Wxruby-dev] Building on OS X...SUCCESS!, Gour, 2003/07/05
- [Wxruby-dev] Error wxBitmapButtonBase::OnSetBitmap (was: Building on OS X...SUCCESS!), Kevin Smith, 2003/07/05