Ticket #15 (closed defect: fixed)

Opened 9 months ago

Last modified 3 months ago

libfreetype.so.6 can't be loaded

Reported by: Mauer Assigned to: aldacron
Priority: major Version:
Keywords: Cc:

Description

derelict.util.exception.SharedLibProcLoadException?: Failed to load proc FTC_MruNode_Prepend from shared library libfreetype.so.6

Change History

04/13/08 21:55:35 changed by aldacron

  • owner set to aldacron.
  • status changed from new to assigned.

DerelictFT is currently getting an overhaul from some Mac users. When that gets done, we'll see where we stand with this.

04/14/08 12:24:28 changed by Cyborg16

Actually I'm not a mac user if you're counting me (linux).

Question: why does fttypes.d use a version(CPU64BIT) statement? As far as I can tell CPU64BIT shouldn't be defined anywhere (except possibly the command line). Also note that "long" may be either a 32-bit or 64-bit integer with 64-bit C++ compilers, although of course a long is in that case always large enough (maybe you already know this). Of course it's probably slightly pointless in reality and at least if it's always int/long users know what it is.

04/14/08 20:42:18 changed by aldacron

I don't know why that CPU64BIT is in there. Someone else did the FT bindings.

06/17/08 22:43:37 changed by aldacron

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

As off revision 300, this should no longer be an issue.