Author |
Message |
New User Guest
Offline
|
Posted: Thu Jan 20, 2005 1:06 pm Post subject: Windows Compile |
 |
|
|
|
I have been working on compiling the latest asss distribution in windows and I have a few changes to the release version of Makefile.devcpp that I needed to make in order to compile. My question is: should these changes be made to the release or am I doing something wrong:
1. Uncomment the "include Makefile.deps" line inorder to make the .inc files compile.
2. Change
INSTALL = $(DEPS)/install.exe
to
INSTALL = $(DEPS)/thisinstall.exe
to match the filename in the released file.
Other than that, it looks like I have it working. Thanks. |
|
Back to top |
|
 |
Smong Server Help Squatter

Joined: 1043048991 Posts: 0x91E Offline
|
Posted: Fri Jan 21, 2005 10:30 am Post subject: |
 |
|
|
|
I commented the line as you said, but I kept install.exe, as that is what it is called in my windeps directory.
However I am missing sparse.inc so it still won't compile.
Here is one fix for a warning I get in main.c:236 Quote: | local BOOL WINAPI winshutdown(DWORD shutdowntype) | The bit in bold is the new bit. |
|
Back to top |
|
 |
Grelminar Creator of Asss
Joined: Feb 26 2003 Posts: 378 Offline
|
Posted: Mon Jan 24, 2005 2:51 am Post subject: |
 |
|
|
|
I have no idea where you got your released files from, but the asss-1.3.5.zip file that I uploaded (md5sum 7f006eac...) has a file named "install.exe", and the line "include Makefile.deps" is uncommented in both Makefiles. |
|
Back to top |
|
 |
-Smong- Guest
Offline
|
Posted: Tue Jan 25, 2005 6:35 am Post subject: |
 |
|
|
|
I read the guys post wrong, I thought it said comment out the line. I can't get it to compile if it is uncommented anyway.
I hope Dev-cpp executes the tools it needs with paths instead of just by name as I also have cygwin installed which could be messing it up somehow. |
|
Back to top |
|
 |
|