similar to: README.mingw32

Displaying 20 results from an estimated 7000 matches similar to: "README.mingw32"

2003 Nov 06
2
MinGW build (static linking) problem
Hi! I am trying to build wxruby with statically linked wxWindows library, but so far - no luck - bunch of unresolved references during the linking phase. I''ve seen on the list that Curt was being able to build it, so any hint would be helpful. gcc 3.2.3 (MinGW 3.1.0) & MSYS 1.0.10rc2. Sincerely, Gour -- Gour gour@mail.inet.hr Registered Linux User #278493
2004 Aug 06
12
0.4.0 Compiling Under Mingw
> I am compiling wxRuby 0.4.0 on WinXP Home under MingW and MSYS 1.0. I can > compile wxWindows and Ruby fine and I get about 20 minutes into the wxRuby > compile and it quits, It says: [snip] > C:\mingw\bin\..\lib\gcc-lib\mingw32\3.2.3\..\..\..\..\mingw32\bin\ld.exe : > cannot find -lwxmsw241d > make: *** [wxruby.so] Error 1 > I replaced the $LIBS in the extconf.rb file
2003 Nov 07
6
DnD
Hi! Is drag''n''drop works currently under wxruby? I want an app, where you can drag files from a wxlistctrl to a wxtreectrl. Can anyone show a little example? Gergo -- +-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+ | http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy | | Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval
2003 Dec 13
5
Getting ready for 0.2 release
As I mentioned in October (wow, time moves quickly!), there are two big items I would like to have in a 0.2 release of wxRuby: 1. Binary builds for as many platforms as possible 2. A document describing how to use the standard wxWindows/wxPython documentation to develop wxRuby apps In order for this to happen in any reasonable time frame, I will need help. For those of you here who are not
2003 Aug 28
2
Problem Running Samples (Mingw, Ruby 1.8.0)
I believe I have followed Gour''s instructions to the letter for compiling wxwindows, ruby and wxruby. Indeed all of the compilation stages have worked flawlessly, however when I try to ruby any of the samples I get an error dialog "This application has failed to start because wxmsw241d.dll was not found ...." Looking in the c:/mingw/lib directory robertm@PC126 /mingw/lib $
2003 Dec 31
3
Whoo Hoo! I got a working Windows Build of wxRuby
I finally got a working native windows build of wxRuby (using a static build of wxWindows so everything is in a single dll -- wxruby.so)! Two things contributed to my success: 1) building wxWindows with the vc++ makefiles (instead of the vc++ projects), and 2) very careful attention to compiler/linker flags specified in extconf.rb. Kevin, I had to modify app.cpp, depend, extconf.rb, and wx.h. I
2003 Nov 06
2
wxruby & wxWindows site
Hi! By visiting wxWindows site I''ve noticed that wxruby is not listed amongst other different bindings projects (Perl, Python, Lua, Java, Haskell ..) Is it possible to include it on the list? Sincerely, Gour -- Gour gour@mail.inet.hr Registered Linux User #278493
2003 Nov 11
1
wxRuby is now linked from the wxWindows site
I sent a message to Julian (the primary author of wxWindows), and he immediately added wxRuby to the list of "Related Projects" on the "Community" page of the wxWindows site: http://wxwindows.org/ Thanks to Gour for suggesting this. We are also listed in the Ruby RAA, under Library, GUI. If anyone knows of other places we should be linked, let me know. Or better yet,
2003 Dec 29
5
Font support, MS Windows binaries, Mac status (?)
Wx::Font now supports almost all the methods of wxFont, which should be good news for anyone interested in rich text editing (FreeRIDE anyone?). These changes are checked in to CVS and my darcs repository. Thanks to Nobuaki Arima for submitting font support code. Although I didn''t actually use that font code, I did directly use the included sample file, and the changes to const.cpp.
2003 Oct 22
11
Survey results
Many thanks to the 23 people who took the time to respond to the survey. It really will help me spend my time more effectively. As promised, here are the results. I have inserted some comments inside [brackets]. 1. Have you downloaded wxRuby? YES 19 NO 4 2. Have you successfully built wxRuby? YES 14 NO 8 [We really need binary downloads so people don''t have to build anything.
2003 Nov 13
7
modified classes
-- +-[ Kontra, Gergely<kgergely@mcl.hu> PhD student Room IB113 ]---------+ | http://www.mcl.hu/~kgergely "Olyan langesz vagyok, hogy | | Mobil:(+36 20) 356 9656 ICQ: 175564914 poroltoval kellene jarnom" | +-- Magyar php mirror es magyar php dokumentacio: http://hu.php.net --+ -------------- next part -------------- A non-text attachment was scrubbed... Name:
2003 Nov 06
2
Gentoo ebuild
Hi! Since I switched from SuSE to Gentoo (before Novell era :-) I wrote a simple ebuild script for building wxruby on Gentoo. Few notes: a) in order to work, wxruby-0.1.0.tgz should contain wxruby-0.1.0 folder since it is a Gentoo policy and I hope it''s not a problem to change that for 0.2.0 b) I assumed that one needs Ruby >= 1.8.0 and wx >= 2.4.1. Is it OK? Please inspect
2003 Nov 10
5
picture organizer -- need a bit of help
While trying to develop a little wxruby program, I have some difficulties, namely: 1. I want to read all kind of graphic files, (mainly jpg, png and tiff is enough...) But, the current implementation seems to deal only with bmps and currently there is no way to call ::wxInitAllImageHandlers. 2. I think DnD is required in my case: I want to drop filenames on a TreeCtrl. I will try to add
2003 Nov 20
5
compile fail
Hi! I''m using winxp, wxwindows 2.4.2, mingw, msys: droptarget.o(.data$_ZTV18wxDropTargetHelper+0x20):droptarget.cpp: undefined reference to `wxDropTargetHelper::OnData(int, int, wxDragResult)'' textdroptarget.o(.text+0x26a):textdroptarget.cpp: undefined reference to `wxTextDropTargetHelper::wxTextDropTargetHelper()'' dataobject.o(.text+0x306):dataobject.cpp: undefined
2003 Nov 20
2
iaxComm new version installation problem
hi, i am trying to install iaxcomm-win-20031117.zip in my windows xp machine. i am really messed up with the wxwindows and the xrc support thing. can anyone give me links to which i need to download for this new version to work? i installed he older version succesfully... when i installed new version it just disappears.. i am missing something. i did download a 12 M wxWin file installed it and
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: >
2003 Aug 25
4
Re: ANN: wxRuby 0.1.0 Alpha has been released!
I''m not a Linux user. I suggest you subscribe to the wxRuby ML and get advice there from other Linux users. For the time being, I''ll cross-post this message to the wxRuby ML. Curt Markus Jais wrote: > > Curt Hibbs wrote: > > > http://rubyforge.org/project/showfiles.php?group_id=35&release_id=46 > > > > The code itself has been quite stable for
2004 Jan 04
4
wxRuby Windows installer available for testing
I have a first cut of a windows installer for wxRuby available for testing. It can be downloaded with this URL: http://curthibbs.us/wxruby-mswin-0.2_debug.zip This installer currently assumes that you have installed Ruby from Andy Hunt''s one-click Ruby Installer for Windows, *and* that you have installed it in the default directory (C:\ruby). I still need to figure out how to read
2003 Oct 25
9
Windows Compile Error
I''ve gotten a lot farther building wxRuby than I did a few months ago. But its getting late here and I''m going to bed. In the meantime, does anyone know why I''m getting this compile error: Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cl -MD -Zi -O2b2xg- -G6
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