undefined keyword when compiling

The place to discuss creating, porting and modifying Celestia's source code.
Topic author
abramson
Posts: 408
Joined: 22.07.2003
With us: 21 years 4 months
Location: Bariloche, Argentina

undefined keyword when compiling

Post #1by abramson » 07.09.2005, 17:46

Dear People,

Good to be back after a long absence. Greetings to all.

I decided to try a compile of Celestia from the CVS, to see if I can help in the development. I followed Walton's and Paolo's indications (I already had most of the tools, since I have been using the C++ linker to link my Fortran programs...). Everything was smooth until near the end, when I obtained the following error from the RC, that stopped the compilation:

Code: Select all

'.\Release\cel_engine.lib' is up-to-date
   cd ..
   cd celestia
   nmake /NOLOGO celestia.mak CFG=Release
   rc /l 0x409 /d "NDEBUG" /fo .\Release\celestia.res /i "res" .\res\celestia.rc
.\res\celestia.rc(226) : error RC2104 : undefined keyword or key name: DTS_RIGHTALIGN


Does anybody know what is causing it? Has anyone also seen it?

Any help will be appreciated.

Regards,

Guillermo

Return to “Development”