Page 1 of 1

Error to compile Tome 300alpha19: Unable to open 'pwd.h'

Posted: Sun Jul 25, 2010 4:11 am
by hernaldo
Hi, it's my forst post. I follow this instructions http://pousse.rapiere.free.fr/tome/tome-compile.htm to compile Tome-300alpha19 using the makefile.bcc that I get from the Tome 2.2.2 source, but I get this error:

Code: Select all

C:\tome-300alpha19-src\src>c:\borland\BCC55\Bin\make.exe -f makefile.bcc
MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
        c:\Borland\BCC55\Bin\bcc32 -jb -j1 -Hc -tW -lGn -w-   -D_WIN32_WINNT=0x0
400 -DWINVER=0x0400   -DUSE_TRANSPARENCY -DUSE_EGO_GRAPHICS -DSUPPORT_GAMMA   -I
c:\Borland\BCC55\include -I. -Ilua -DUSE_LUA   -DUSE_PRECISE_CMOVIE   -DUSE_WINS
OCK   -DIRC_SERVER=\"irc.worldirc.org\" -DIRC_PORT=\"6667\" -DIRC_CHANNEL=\"\#an
gband\"  -c -ogods.obj gods.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
gods.c:
Error E2209 h-system.h 36: Unable to open include file 'pwd.h'
Error E2228 h-system.h 36: Too many error or warning messages
*** 2 errors in Compile ***

** error 1 ** deleting gods.obj
Why I get this error??

help please!

Re: Error to compile Tome 300alpha19: Unable to open 'pwd.h'

Posted: Sun Jul 25, 2010 5:14 am
by Shoob
I can point to why it is messing up, but it has been ages since I last compiled anything, so I can only guess at where to point you to go.

basically, it looks like you are trying to use the tome 2.2.2 makefile to compile tome 3. ToME2 and ToME3 are two different programs, and to compile ToME3 you should use the makefile that comes with it.

Re: Error to compile Tome 300alpha19: Unable to open 'pwd.h'

Posted: Sun Jul 25, 2010 5:49 am
by hernaldo
Correct!!! I downloaded the version 2.2.2 and it Works!!!

My idea is translate to the spanish language, only i might check the character encoding (i hope that it's Latin or UTF-8 so i can put the acents (?, á, é, etc.)

thank you!