Ticket #643 (closed bug: fixed)

Opened 3 months ago

Last modified 3 months ago

Compile issues due to folder reorg

Reported by: ChodTheWacko Assigned to:
Milestone: 3.2.0 Version:
Keywords: Cc:

Description

Several of the files use relative directories to compile, and files that are normally in what is now the root directory, and so tons of files fail to compile now.

for example #include "angband.h" needs to be changed to #include "../angband.h" etc etc.

Once you make all the necessarily changes to all the subdirectoried files, then it compiles fine.

Attachments

Change History

10/02/08 22:58:50 changed by takkaria

  • status changed from new to closed.
  • resolution set to fixed.

should be fixed in r1021, which is a slightly easier way of making things work than yours. :)


Add/Change #643 (Compile issues due to folder reorg)




Action