search for: rakemswin

Displaying 20 results from an estimated 20 matches for "rakemswin".

2007 Jul 20
0
[1126] trunk/wxruby2/rake/rakemswin.rb: Remove deprecated cl.exe option to get rid of MSW compile warning
...x solid #ccc;margin:10px 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[1126] trunk/wxruby2/rake/rakemswin.rb: Remove deprecated cl.exe option to get rid of MSW compile warning</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>1126</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <...
2007 Apr 28
0
[975] branches/wxruby2/wxwidgets_282/rake/rakemswin.rb: Correct spacing for link command; remove odbc and db_table which aren''t
...gin:10px 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[975] branches/wxruby2/wxwidgets_282/rake/rakemswin.rb: Correct spacing for link command; remove odbc and db_table which aren''t</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>975</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date&l...
2007 Mar 17
0
[884] branches/wxruby2/wxwidgets_282/rake/rakemswin.rb: Compile flag fixes for Windows/Wx 2.8 (Artur Kuptel)
...gin:10px 0;} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[884] branches/wxruby2/wxwidgets_282/rake/rakemswin.rb: Compile flag fixes for Windows/Wx 2.8 (Artur Kuptel)</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>884</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-03-...
2006 Sep 12
6
Patch for Unicode on windows
This patch makes Unicode the default build for windows. You can override the default by setting a WXRUBY_NO_UNICODE environment variable. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
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
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
...How does the Config hash get filled with values? How do I check that Config::CONFIG["LDFLAGS"] and Config::CONFIG["LIBS"] contains the right values? Here is a grep of the config hash -- shs@cybert /store/download/wxruby-2.0.1 $ grep -r ''CONFIG\['' * rake/rakemswin.rb:lib_ruby = File.join(Config::CONFIG[''libdir''], Config::CONFIG[''LIBRUBY'']) rake/rakemswin.rb: mv ''msvcp80.dll'', Config::CONFIG[''bindir''] rake/rakemswin.rb: mv ''msvcr80.dll'', Config::CONFIG[''bind...
2006 Aug 21
1
Patch to rakemswin.rb
This patch file removes a bad include path in the windows build. I''m not sure it ever served a purpose but it produced: "-I::TOPDIR". It was -supposed- to produce "-IC:\ruby" (for my system) but there''s no point in adding that to the include path. Since wxRuby compiles fine without it, I took it out. I also took out the -I.. line since it, too, was
2004 Oct 01
14
wxruby-swig on Windows & possible release
...at do you think? Are we far enough along to contemplate a release? Building wxruby-swig on windows is actually going pretty smoothly, but I want to build it with vc++ 7.1 to match the one-click ruby installer (which is also built with vc++ 7.1). But in order to do so I need to make some changes to rakemswin.rb. The main problem I need to correct is the way debug symbols are picked up (the linker option /PDBTYPE no longer exists in vc++ 7). There might be more but I don''t know yet. Anyway, is there any objection to my modifying and checking in rakemswin.rb for vc++ 7.1.? Or, should I leave it...
2004 Jun 10
2
Building wxruby-swig on WinXP
Sorry for the lameness, but I need things explained to me very slowly... -----Original Message----- Subject: RE: [Wxruby-users] wxGrid Question > > Yes, grab the latest tarball from the above location. Then, you should > install rubygems if you haven''t already: > http://rubyforge.org/projects/rubygems/ > > That should allow you to easily install rake: >
2006 Aug 12
5
Windows build?
I performed a get on the CVS WxRuby2; I have installed wxWidgets 2.6.3 and SWIG 1.3.29. Additionally I am running Visual Studio on Windows XP. When I run rake to compile I receive the following error. App.cpp c:\wxWidgets-2.6.3/include\wx/platform.h(190) : fatal error C1083: Cannot open include file: ''wx/setup.h'': No such file or directory rake aborted! Command failed with
2005 Sep 18
1
wxScintilla patch missing from zip
Here''s the last piece of the puzzle you''ll need to get this working (other than modifying the platform specific stuff like rakemswin.rb). Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2005 Jul 31
5
SWIG compilation
The result of the compilation after installing swig results in lots of errors of the sort: WindowDisabler.obj : error LNK2001: unresolved external symbol _SWIG_Ruby_ConvertPtr I can see this is defined in rubydef.swg but I''m not sure why this isn''t just included in the files that need it. Can any swig experts tell me what I need to do to progress? I''m using
2006 Aug 14
6
Patches to rake files
...b: - Added a $debug_build variable so when we do eventually we can also release non debug builds. I did not make this a constant on purpose so in the package tasks we can change it to false if we want to always make non debug builds by default. - Changed wx_config to use the $debug_build variable rakemswin.rb: - Updated the copyright year. - removed the $DEBUG const and make use of $debug_build instead. rakemacosx.rb: - Updated the copyright year. - Removed $wx_version = "2.6.1" because it is set in use_wx_config above. - Removed commented out code, it has not been used in awhile and we ca...
2004 Apr 22
13
Rake and VC++ 6
Has anybody tried the new wxruby-swig from the msvc++ command line compiler using ''rake''? The rakefile seems to depend on the wx_config method, which doesn''t exist for msw because it doesn''t have BASH to execute the shell script. Has anyone hacked the rakefile to fix this? Nick
2005 Aug 03
24
patch for Icon
I just checked out a fresh copy and had to tweak wxIcon.h to get it to compile on Mac OS X and windows. The problem is with: wxIcon(const wxString& filename, wxBitmapType type = wxBITMAP_TYPE_XPM, int desiredWidth=-1, int desiredHeight=-1); that signature is only used on GTK on other systems it is: wxIcon(const wxString& name, long
2007 Mar 15
0
[ wxruby-Patches-9297 ] Patch to compile wxruby 0.0.39 on windows (vc2003, swig 1.3.31, wxwidgets 2.8.0)
...y (None) Summary: Patch to compile wxruby 0.0.39 on windows (vc2003,swig 1.3.31,wxwidgets 2.8.0) Initial Comment: I''m sorry for the size of this beast, but the changes to wxruby were made just to support the other project i was working on, so they accumulated :) Main parts of this patch rakemswin.rb : updated to WxWidgets 2.8 and using File.join for file paths. Also building in debug mode creates a more verbose pdb file (''-Zi'') option events.rb : removed 2 messages that were not supported in Wx2.8 WxChoice.h/wxCombo.h/wxControlWithItems.h/wxFontData.h/wxHtmlCell.h/ App.i...
2006 Oct 18
0
progress on porting wxscintilla
...intilla as libwxscintilla.a. To do this, turns out all I needed to do was make release But I had to go a tortuous route to find this out. Anyway, this gives me a library against which I can build the wxscintilla sample. It also builds without error when added to wxruby (following the model of rakemswin). I get a Scintilla.o, and a libwxscintilla.a is linked into wxruby2.bundle. All seems good, but when I run bigdemo.rb, I don''t get Scintilla - it seems Scintilla isn''t a constant. Any tips as to what might be happening? I wondered if I needed to build a unicode wxscintilla?...
2006 Sep 12
0
Unicode
OK, I got a Unicode build going. I''ll have to send in a patch for rakemswin.rb in order to enable compiling the unicode build. After that, I''ll upload my patch for scintilla. Roy
2007 Jul 23
0
[1142] trunk/wxruby2/README: Updated README with latest version info and Kevin credit
...rectory: </del><ins>+Platform-dependent rakefiles are used to set up compiler-specific +settings. The following platforms are currently fully supported: </ins><span class="cx"> </span><del>- Mac OSX: rakemacosx.rb - MS Windows VC++: rakemswin.rb </del><ins>+ Mac OSX (gcc): rakemacosx.rb + MS Windows (VC++): rakemswin.rb + Linux (GTK2 + gcc): rakelinux.rb + +For other platforms, you may need to edit the appropriate +platform-dependent rake file if your system is not yet supported, or if +it is unusual. These...
2006 Sep 12
6
Scintilla
wxScintilla already comes with a SWIG friendly header file. I modified the rakewx and the Scintilla.i file to include it directly from the wxScintilla install. This means it''s an odd-ball compared to our other classes. Does anyone see a problem with this? I think it''s best to use the one supplied with the installation to avoid problems of the header file getting out of