Some Cygwin problems- no "make" command and a missing commands.dat?

Posted by Anaxilea on Tue 25 Nov 2008 09:58 PM — 3 posts, 14,809 views.

#0
As a long-time Imm, I'm familiar with building and basic C++, but this is my first attempt to create my own MUD using SMAUG. I'm attempting to compile it using Cygwin, but it doesn't allow me to use the "make" command, and I've been unsuccessful in all attempts to look up a place to download a possible missing file for it.

After a while, I just gave up on it and downloaded the exe that supposedly makes 1.04a work without a linux-style compiler, but when I try to run this through the command prompt, I get the following error.
---
C:\Users\Jordan>C:\cygwin\smaug1.02a\dist\src\SMAUG
Tue Nov 25 14:50:05 2008 :: Booting Database
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Tue Nov 25 14:50:05 2008 :: [*****] BOOT: ---------------------[ Boot Log ]-----
---------------
Tue Nov 25 14:50:05 2008 :: Loading commands
Tue Nov 25 14:50:05 2008 :: [*****] BUG: Cannot open commands.dat
---
After a little research, I found that I've got commands.dat in the right file, and nothing seems to be wrong with it.

I'm sure it's just an idiot newbie mistake I'm making, but any ideas?

Thanks in advance,
Anaxilea
Australia Forum Administrator #1
You need to be in the correct directory - if simply running the smaug.exe file, you need to be in the area directory.
USA #2
Also, to run 'make', you need to have the program installed (see the Cygwin install program, look for "make").