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

Everything from To-Do lists to discussion of the latest developments for ToME 3.x.x go here

Moderator: Moderator

Post Reply
Message
Author
hernaldo
Posts: 3
Joined: Sun Jul 25, 2010 3:42 am

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

#1 Post 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!

Shoob
Reaper
Posts: 1535
Joined: Mon Jan 22, 2007 6:31 pm
Location: East of the sun, west of the moon

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

#2 Post 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.
Oliphant am I, and I never lie.

hernaldo
Posts: 3
Joined: Sun Jul 25, 2010 3:42 am

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

#3 Post 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!

Post Reply