search for: extra_cppflag

Displaying 6 results from an estimated 6 matches for "extra_cppflag".

Did you mean: extra_cppflags
2007 Nov 01
6
Universal Binary on OS X
...ing produced and my PPC build machine is getting a little old I thought I would try making a universal version of the Mac OS X gem. After a little investigation it turned out to be surprisingly easy to do, just pass --enable-universal_binary when building wxWidgets and add -arch ppc -arch i386 to $extra_cppflags and $extra_ldflags in rakemacosx.rb. Now the problem, the resulting GEM is 9.6MB. How does everyone feel about downloading a file that size and not using half of what is inclosed in it? I had a feeling that people would not like that big of a build so I built a gem task that uses lipo and generat...
2005 Jul 24
11
Official name change to wxruby2
The CVS module has been renamed from wxruby-swig to wxruby2, and I have checked in the related changes to reflect the name change. Anyone with a CVS tree will need to re-checkout from CVS because of the module name change. There is now a wx.rb in the lib/ directory, which loads the wxruby2 shared library that gets built. I have tagged this as 0.0.22. Next steps: - Apply Choice.i patch from
2007 Jul 20
0
[1126] trunk/wxruby2/rake/rakemswin.rb: Remove deprecated cl.exe option to get rid of MSW compile warning
...p;nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2007-07-20 21:21:08 UTC (rev 1126) </span><span class="lines">@@ -64,7 +64,6 @@ </span><span class="cx"> ].join('' '') </span><span class="cx"> $extra_cppflags = [ </span><span class="cx"> "/GR", </span><del>- "/GX", </del><span class="cx"> "/EHsc", </span><span class="cx"> "-DSTRICT", </span><span class="cx&...
2007 Mar 17
0
[885] branches/wxruby2/wxwidgets_282/rake/rakemacosx.rb: Compile flag fixes for OS X/Wx 2.8
...9;') </span><del>-$wx_libs << '' -lobjc -framework Foundation'' </del><ins>+$wx_libs << '' -framework Foundation -framework Appkit'' </ins><span class="cx"> </span><span class="cx"> $extra_cppflags = ''-x objective-c++'' </span><span class="cx"> $extra_ldflags = "-dynamic -bundle -flat_namespace -undefined suppress" </span></span></pre> </div> </div> </body> </html>
2007 Feb 09
20
Hello Everyone
I have a bit of a problem with installation. I installed wxX11 in my linux box. I compiled the demos and all the demos, save dbbrowse, work. I think I have a functional wx. Now I''m trying to install wxRuby from source, since I have a 64 bit machine. I only have permission to my home directory so my installation is : /usr/people/stevenq/Applications/wxX11/
2007 Jul 23
0
[1142] trunk/wxruby2/README: Updated README with latest version info and Kevin credit
...;cx"> </span><span class="cx"> When editing a platform-dependent rakefile, you might </span><span class="cx"> merely need to set one or more of the following variables: </span><ins>+ </ins><span class="cx"> $extra_cppflags </span><span class="cx"> $extra_ldflags </span><span class="cx"> $extra_objs </span><span class="cx"> $extra_libs </span><span class="cx"> </span><span class="cx"> </span&...