#430 closed defect (fixed)
Compile errors
Reported by: | SF/jsaathof | Owned by: | aquadran |
---|---|---|---|
Priority: | normal | Component: | Ports |
Version: | Keywords: | build | |
Cc: | Game: |
Description
There is a typo in a couple of files. It includes Chunk.h or Cunktype.h which cannot be found on case-sensitive systems.
The files are:
- scumm/smush/chunk.cpp (Chunk.h) - scumm/smush/chunk_type.h (Chunk.h) - scumm/smush/player.cpp (Chunk_type.h)
Please change to lowercase.
Besides the typo's I get a ld error for gameDetector.cpp: undefined reference to 'OSystem_SDL_create(int, bool)'
Jurriaan
P.S. I use a CVS checkout from a couple of minutes ago.
Ticket imported from: #599903. Ticket imported from: bugs/430.
Change History (5)
comment:1 by , 22 years ago
comment:3 by , 22 years ago
Status: | new → closed |
---|
comment:4 by , 15 years ago
Component: | → --Unset-- |
---|---|
Keywords: | build added |
Owner: | set to |
Resolution: | → fixed |
comment:5 by , 6 years ago
Component: | --Unset-- → Ports |
---|
Note:
See TracTickets
for help on using tickets.
Logged In: NO
the scummvm.dsw file for ms vc++ is also broken, looking for files like chunck.h (chunk.h), rect.cpp (file missing) and palette.cpp (file missing)