View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002363 | Spring engine | Linux | public | 2011-02-21 05:27 | 2011-06-17 12:01 |
| Reporter | spliff | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | suspended | ||
| Product Version | 0.82.7+git | ||||
| Summary | 0002363: Ubuntu build issues | ||||
| Description | Was 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. | ||||
| Tags | No tags attached. | ||||
| Checked infolog.txt for Errors | |||||
|
|
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. |
|
|
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. |
| 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 |