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

K

KONTRA Gergely

The ruby-dev is a Japanese list, isn't it? So where should I post this
bug?
----- Forwarded message from KONTRA Gergely <[email protected]> -----

Date: Wed, 2 Jul 2003 23:13:59 +0900
To: (e-mail address removed) (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, Gergely<[email protected]> 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 -----
 
W

WATANABE Hirofumi

KONTRA Gergely said:
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"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,772
Messages
2,569,593
Members
45,112
Latest member
BrentonMcc
Top