Where to post: problem compiling ruby1.8 with borland c 5.5

The ruby-dev is a Japanese list, isn’t it? So where should I post this
bug?
----- Forwarded message from KONTRA Gergely kgergely@mlabdial.hit.bme.hu -----

···

Date: Wed, 2 Jul 2003 23:13:59 +0900
To: ruby-talk@ruby-lang.org (ruby-talk ML)
Subject: problem compiling ruby1.8 with borland c 5.5

Hi!

I’ve problem compiling ruby-preview 1.8.0-preview3 on win98.
After doing bcc32\configure.bat, when I type make, it simply doesn’t
find the header files.
But I’ve set up the lib and include environment variables BEFORE
configuring:
----------[ other variables deleted ]----------
D:\tmp\ruby-1.8.0>set
PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\PROGRA~1\VIRUSB~1\BIN;D:\BORLAND\BCC55\BIN
LIB=d:\borland\bcc55\lib
INCLUDE=d:\borland\bcc55\include

The output of make is the following:

MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
Borlandbcc32 -q -O -5 -w- -DRUBY_EXPORT -I. -I. -I./ -I./missing -c
.\array.c
.\array.c:
Error E2209 .\win32/win32.h 25: Unable to open include file ‘windows.h’

Gergo


±[ Kontra, Gergelykgergely@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 --+

----- End forwarded message -----


±[ Kontra, Gergelykgergely@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 --+

KONTRA Gergely kgergely@mlabdial.hit.bme.hu writes:

The ruby-dev is a Japanese list, isn’t it? So where should I post this
bug?

It is not a bug.

I’ve problem compiling ruby-preview 1.8.0-preview3 on win98.
After doing bcc32\configure.bat, when I type make, it simply doesn’t
find the header files.
But I’ve set up the lib and include environment variables BEFORE
configuring:
----------[ other variables deleted ]----------
D:\tmp\ruby-1.8.0>set
PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\PROGRA~1\VIRUSB~1\BIN;D:\BORLAND\BCC55\BIN
LIB=d:\borland\bcc55\lib
INCLUDE=d:\borland\bcc55\include

This makes no sense. You should read the readme.txt in \borland\bcc55.

: b. Create a bcc32.cfg file which will set
: the compiler options for the Include
: and Lib paths (-I and -L switches to
: compiler) by adding these lines:
: -I"c:\Borland\Bcc55\include"
: -L"c:\Borland\Bcc55\lib"
: c. Create an ilink32.cfg file which will set
: the linker option for the Lib path by
: adding this line:
: -L"c:\Borland\Bcc55\lib"

···


eban

Damnit, thx, I hoped the installer’d done it ;(

Everything went fine :slight_smile:

···

On 0703, WATANABE Hirofumi wrote:

This makes no sense. You should read the readme.txt in \borland\bcc55.

±[ Kontra, Gergelykgergely@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 --+