wxruby-dev
[Top][All Lists]
Advanced

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

[Wxruby-dev] wxRuby checked-in to CVS


From: Curt Hibbs
Subject: [Wxruby-dev] wxRuby checked-in to CVS
Date: Mon, 2 Dec 2002 07:12:02 -0800

This is my last cross-post to the FreeRIDE developer's list. After this I
will only post wxRuby development stuff to the wxRuby developer's list:

        http://savannah.gnu.org/mail/?group=wxruby

Ok, I have checked in the current state of the wxRuby development, and below
I have copied the contents of my changelog entry:

2002-12-02 06:17  curthibbs

        * Initial checkin of wxRuby. This is still very much a
        work-in-progress. The directory structure and where files
        live will need to be changed, but this will suffice for now.

        So far, all work been done under Windows XP. No other
        platforms have been tested. We need to develop a suite
        of unit tests to cover the functionality of wxWindows
        that we want to expose in wxRuby as well as to help us
        in porting/testing wxRuby on other platforms.

        I have checked in both makefiles and VC++ 6.0
        project files. To build and run wxRuby outside of VC++,
        do the following (from the base wxruby project directory):

                nmake -f makefile.win

        To run the test program, change the current directory
        to wxRuby's "swig" subdirectory and run:

                ruby test.rb

        I have a VC++ project defined that is setup for debugging
        the C/C++ source code. Currently, this depends on my
        directory layout of ruby, wxwindows, and wxruby (this will
        need to change).

        DIRECTORY STRUCTURE FOR VC++ PROJECT

        As checked in, this currently relies on the layout of my
        development directories:

                +
                |
                + wxruby
                |   |
                |   + swig
                |
                + ruby-173
                |
                + rubysrc
                |
                + wxMSW-2.3.2

        wxRuby
                This is the base wxRuby project directory. It contains
                makefiles and VC++ project files.

        swig
                Contains all of the wxRuby files.

        ruby-173
                Contains my installation of Ruby 1.7.3. (used by the
                VC++ project to run and debug the test program)

        rubysrc
                Contains the unpacked source code for Ruby 1.7.3 (I think
                the only thing used from here is "ruby.h").

        wxMSW-2.3.2
                wxWindows 2.3.2 for MS Windows. Header files are used from
                here when building wxRuby.






reply via email to

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