[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Help Compiling Ruby 1.8.1

Zach Dennis

11/12/2003 6:03:00 PM

>There should be a disclaimer that you
>can't run configure.bat from within the bcc32 directory.

Ok. I see the usage in the example in the README file. Can't believe I
missed it.

Zach

-----Original Message-----
From: Zach Dennis [mailto:zdennis@mktec.com]
Sent: Wednesday, November 12, 2003 1:01 PM
To: ruby-talk ML
Subject: Re: Help Compiling Ruby 1.8.1


Ok...got it to get past that point!! There should be a disclaimer that you
can't run configure.bat from within the bcc32 directory. I had to run it
from the parent of that directory. So i did this:

I:\source\languages\ruby\source\ruby-1.8.1>bcc32\configure

instead of

I:\source\languages\ruby\source\ruby-1.8.1\bcc32>configure

But I am at my second point of errors. I can run 'make' and it goes good for
a while. Then I get:

ilink32 -q -Gn -S:0x2000000 -Tpe c0x32.obj main.obj
dmyext.obj,miniruby.
exe,nul,bccwin32-ruby18-static.lib cw32.lib import32.lib ws2_32.lib
Fatal: Unable to open file 'C0X32.OBJ'

** error 2 ** deleting miniruby.exe

Any ideas?

Thanks again,

Zach



-----Original Message-----
From: Zach Dennis [mailto:zdennis@mktec.com]
Sent: Wednesday, November 12, 2003 12:37 PM
To: ruby-talk ML
Subject: Re: Help Compiling Ruby 1.8.1


Yes I do, I have one for my user profile and one for the system environment.
The user profile is:

%USERPROFILE%\Local Settings\Temp

The system environment is:

%SystemRoot%\TEMP


Zach


-----Original Message-----
From: nobu.nokada@softhome.net [mailto:nobu.nokada@softhome.net]
Sent: Wednesday, November 12, 2003 12:34 PM
To: ruby-talk ML
Subject: Re: Help Compiling Ruby 1.8.1


Hi,

At Thu, 13 Nov 2003 02:22:10 +0900,
Zach Dennis wrote:
> I:\source\languages\ruby\source\ruby-1.8.1\bcc32>configure
> 1 file(s) copied.
> MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
> MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
> Creating Makefile
>
> ** error 1 ** deleting -prologue-

Hmmm, do you set TEMP environment variable?

--
Nobu Nakada