bugAdonthell - Bugs: bug #11035, Problem compiling the Adonthell...

 
 

bug #11035: Problem compiling the Adonthell 0.3.4 test release

Submitted by:  None
Submitted on:  Wed 17 Nov 2004 10:28:03 AM UTC  
 
Category: NoneSeverity: 3 - Normal
Item Group: NoneStatus: Fixed
Privacy: PublicAssigned to: Kai Sterker <ksterker>
Open/Closed: Closed

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Fri 26 Nov 2004 11:49:20 AM UTC, comment #1:

Fixed. Will appear in CVS soon.

Kai Sterker <ksterker>
Project AdministratorIn charge of this item.
Wed 17 Nov 2004 10:28:03 AM UTC, original submission:

I had one minor problem when compiling the Adonthell 0.3.4 test release on my Debian (unstable) box. I had to replace the following lines of SDL_ttf.c:

#include <freetype/freetype.h>
#include <freetype/ftoutln.h>
#include <freetype/ttnameid.h>
#include <freetype/internal/ftobjs.h>

with this instead:

#include <ft2build.h>
#include FT_FREETYPE_H
#include FT_OUTLINE_H
#include FT_TRUETYPE_IDS_H
#include FT_INTERNAL_OBJECTS_H

I don't know when this change was made to the FreeType library, so I don't know if there's any need for making it work with both older and newer versions. I'm using 2.1.7, plus whatever changes Debian has made.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 3 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Fri 26 Nov 2004 11:49:20 AM UTCksterkerStatusNone=>Fixed
  Assigned toNone=>ksterker
  Open/ClosedOpen=>Closed

Back to the top


Powered by Savane 3.1-cleanup1