[2.1.2-Linux] Makefile error

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
User avatar
Bio Hazard
Posts: 4019
Joined: Fri Aug 15, 2003 8:15 pm
Location: ferret ~/C/ZDL $
Contact:

[2.1.2-Linux] Makefile error

Post by Bio Hazard »

Looks like someone broke Linux compatibility in wadsrc/wadsrc.

On the last line, it says to run the command "..\tools\makewad\makewad.EXE" which we all know isin't valid in Linux,

Simply changing the '\\'s to '/' and removing the .EXE fixes it. I'm sure you could do some kind if ifdef thing for it since it worked before.

(actually, upon further reasearch, it was the Linux way anyway before. Makes sense since the VC version doesn't use makefiles)
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49234
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

The file in question should not be part of the distribution because it is auto-generated. So it seems the only way to fix it is to be more careful while packing things together. This isn't something that can be fixed in the project itself because the file isn't part of it. It's just being created in a directory that gets packed into the distribution package so apparently it's too easy to add by accident.
Post Reply

Return to “Closed Bugs [GZDoom]”