BCC32 under win environment

Ask a Question related to Ruby, Design and Development.

  1. #1

    Default BCC32 under win environment

    Has anyone compiled ruby with bcc32 under a windows environment( preferably
    win2000 ) successfully?

    I'm having troubles.

    Zach

    -----Original Message-----
    From: Ian Macdonald [mailto:ian@caliban.org]
    Sent: Thursday, November 13, 2003 5:29 AM
    To: ruby-talk ML
    Subject: Re: problems with rb_str_split()


    On Thu 13 Nov 2003 at 18:17:27 +0900, ts wrote:
    > >>>>> "I" == Ian Macdonald <ian@caliban.org> writes:
    >
    > I> On Wed 12 Nov 2003 at 20:02:33 +0900, ts wrote:
    >
    > >> Well, I don't have this problem with 1.8.1
    > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    > I> Try running it with warnings enabled (-w):
    >
    > With -v warning are enabled
    >
    > I> [ianmacd@jiskefet]$ ruby -raa -wve 1
    > I> ruby 1.8.0 (2003-08-04) [i686-linux-gnu]
    >
    > nasun% ruby -raa -wve 1
    > ruby 1.8.1 (2003-10-31) [sparc-solaris2.8]
    > ./aa.so: warning: found abc
    > ./aa.so: warning: found def
    > -e:1: warning: useless use of a literal in void context
    > nasun%
    So, it was just a bug in 1.8.0? Unfortunately, that's still the latest
    official version, so I'm stuck with the issue at work for the time
    being.

    Thanks for your reply.

    Ian
    --
    Ian Macdonald | Fifth Law of Procrastination:
    System Administrator | Procrastination avoids boredom; one never
    [email]ian@caliban.org[/email] | has the feeling that there is nothing
    [url]http://www.caliban.org[/url] | important to do.
    |




    Zach Dennis Guest

  2. Similar Questions and Discussions

    1. Developing ASP.NET in mostly Mac environment
      I am fairly new to online database development, but am attempting to build a database driven system for monitoring testing and scores for an online...
    2. Using PHP in a .Net environment?
      Hello, I am working on a project that needs to use an opensource code library written in PHP and uses MySQL. I dont want to have to rewrite the...
    3. DB2 environment on WinNT
      I want to use the "db2 prep" command to compile the .sqc file to .cpp file in the VC IDE, but when I run the command directly, DB2 will tell me...
    4. How to set the run time environment
      Hi, My project uses MSAccess form as the GUI and MSAccess as backend.we are using maketable queries, appendqueries to extract data from DB2 tables...
    5. ask for help for setting up the asp.net dev environment
      Hi, I was setting up a dev environment for using asp.net. I set up the IIS and Visual Studio.NET and tried some aspx pages but did not get the...
  3. #2

    Default Re: BCC32 under win environment

    Zach Dennis wrote:
    > Has anyone compiled ruby with bcc32 under a windows environment( preferably
    > win2000 ) successfully?
    >
    > I'm having troubles.
    Zach,

    I compiled it with no trouble by following the steps in readme.bcc32 in
    the bcc32 folder--both under Win2K and WinXP. Start a console. Be sure
    you are in the "Ruby-1.8.1" directory. Then, set your path to include
    both bin & the lib of bcc
    (path=%path%;c:\borland\bcc55\bin;c:\borland\bcc55 \bib) and just follow
    the remaining steps.

    It worked, and I was able to run basic Ruby programs successfully.
    However, what keeps me using Andy's Win32 install is all the little
    extras! Even though I can compile with bcc, I have no clue how to
    compile all the great *.so file (like Oracle) that make Ruby such a
    valuable tool for me.

    Also, there's a unique item with bcc32. When you read a file, you must
    be sure to include the binary flag "b" or you'll have trouble with
    stripping characters--IIRC, lone CR's in mac files on my Win box.

    (Now, if I only had a 4D plug-in to run Ruby in that environment!)

    --
    Regards,

    Mark Smith
    maslists [at] cox [dot] net
    Mark Smith Guest

  4. #3

    Default Re: BCC32 under win environment

    Mark,

    You use 4d to? I didn't think there were any other Ruby'ers out there who
    used it! Maybe we shall have to write some 4D-extensions for Ruby. =)

    Zach

    -----Original Message-----
    From: Mark Smith [mailto:spam@fakeaddress.net]
    Sent: Sunday, November 16, 2003 9:07 PM
    To: ruby-talk ML
    Subject: Re: BCC32 under win environment


    Zach Dennis wrote:
    > Has anyone compiled ruby with bcc32 under a windows environment(
    preferably
    > win2000 ) successfully?
    >
    > I'm having troubles.
    Zach,

    I compiled it with no trouble by following the steps in readme.bcc32 in
    the bcc32 folder--both under Win2K and WinXP. Start a console. Be sure
    you are in the "Ruby-1.8.1" directory. Then, set your path to include
    both bin & the lib of bcc
    (path=%path%;c:\borland\bcc55\bin;c:\borland\bcc55 \bib) and just follow
    the remaining steps.

    It worked, and I was able to run basic Ruby programs successfully.
    However, what keeps me using Andy's Win32 install is all the little
    extras! Even though I can compile with bcc, I have no clue how to
    compile all the great *.so file (like Oracle) that make Ruby such a
    valuable tool for me.

    Also, there's a unique item with bcc32. When you read a file, you must
    be sure to include the binary flag "b" or you'll have trouble with
    stripping characters--IIRC, lone CR's in mac files on my Win box.

    (Now, if I only had a 4D plug-in to run Ruby in that environment!)

    --
    Regards,

    Mark Smith
    maslists [at] cox [dot] net



    Zach Dennis Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139