Ticket #11 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

COFF modules won't compile under linux

Reported by: larsivi Assigned to: AgentOrange
Priority: major Milestone: Beta 1.2 - COFF and ELF support
Component: COFF Loader Version:
Keywords: Cc: larsivar@igesund.net

Description

The reason is that the files use uppercase in their filenames, while the module names use lowercase. Since Linux is case sensitive, this won't work.

Change History

11/06/05 13:46:54 changed by larsivi

Tried to upload a diff, but Trac wouldn't allow me to. (I'll notify Brad)

11/16/05 01:43:21 changed by AgentOrange

  • status changed from new to assigned.

Should be fixed - someone on a linux box needs to verify.

11/16/05 16:18:03 changed by larsivi

Yes, this works now. But an "import ddl.coff.cursor" is missing in COFFModule.d

11/18/05 14:52:37 changed by larsivi

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

now it compiles cleanly on linux.