[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

How compile a makefile in windows

Marcelo Junior

5/29/2007 3:45:00 AM

I modified the archive object.c(in C:\ruby\src\ruby-1.8.6>), I created
the archive extconfig.rb with the following content:

require "mkmf"
create_makefile("Object")

and run
ruby extconfig.rb

â??Makefileâ? was created, and run:

ruby makefile

but, appear this error:

makefile:2: unknown regexp option - h
makefile:6: syntax error, unexpected '.'
makefile:7: syntax error, unexpected tIDENTIFIER, expecting $end
topdir = c:/ruby/lib/ruby/1.8/i386-mswin32


What it is happening?

--
Posted via http://www.ruby-....

1 Answer

Nobuyoshi Nakada

5/29/2007 4:51:00 AM

0

Hi,

At Tue, 29 May 2007 12:44:53 +0900,
Marcelo Junior wrote in [ruby-talk:253367]:
> ruby makefile

Makefile is for make command.

--
Nobu Nakada