View Issue Details

IDProjectCategoryView StatusLast Update
0002363Spring engineLinuxpublic2011-06-17 12:01
Reporterspliff Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionsuspended 
Product Version0.82.7+git 
Summary0002363: Ubuntu build issues
DescriptionWas walking CarRepairer through building on Ubuntu (latest version I think) and noticed some issues.

1.) The wiki mentions `sudo apt-get build-dep spring`. I believe Car ran this but the dependencies apparently weren't installed.

2.) The CMake freetype script returns FREETYPE_INCLUDE_DIR-NOTFOUND. Ubuntu stores its freetype headers in /usr/include/freetype2/freetype/ which may be non-standard.
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

abma

2011-02-21 05:55

administrator   ~0006417

it looks like cmake uses "freetype-config" to search for the freetype headers. is it installed? (belongs to libfreetype6-dev)

i'm using ubuntu 10.4 too and compiling works fine without setting something manual.

hoijui

2011-06-17 12:01

reporter   ~0006759

if something with apt-get build-deb is wrong still, please report it to the maintainers of spring on Ubuntu:
http://springrts.com/wiki/Linux:Packaging#Ubuntu

/usr/include/freetype2/freetype/
This is the standard location for freetype headers, and it is searched on Linux by out find script (rts/build/cmake/FindFreetype.cmake), and i am pretty sure that freetype-config would search it too, if it is installed.

Issue History

Date Modified Username Field Change
2011-02-21 05:27 spliff New Issue
2011-02-21 05:55 abma Note Added: 0006417
2011-02-21 05:57 abma Status new => feedback
2011-06-17 12:01 hoijui Note Added: 0006759
2011-06-17 12:01 hoijui Status feedback => closed
2011-06-17 12:01 hoijui Resolution open => suspended