[Fluxus] Ubuntu Hardy debs

gabor papp gabor.lists at mndl.hu
Sun May 25 01:05:49 PDT 2008


i also have the font path problem on fedora:
PolyGlyph::PolyGlyph: could not load font: 
/var/tmp/fluxus-0.15-1.20080524cvs.fc8-root/usr/share/fluxus-015/share/fluxus-0.15/material/fonts/Bitstream-Vera-Sans-Mono.ttf

the font path is hardcoded in FluxusMain.cpp that i had to change
GLEditor::InitFont("/usr/local/share/fluxus-0.15/material/fonts/Bitstream-Vera-Sans-Mono.ttf");
to
GLEditor::InitFont(DATA_LOCATION 
"/material/fonts/Bitstream-Vera-Sans-Mono.ttf");

the problem with this is that DATA_LOCATION is prefixed by DESTDIR, 
which is a temporary directory in /var when compiling the rpm.

i assume that DESTDIR is used only for specifying the install directory 
when building packages. otherwise PltPrefix could be used.

i think that DataInstall and CollectsInstall should be prefixed by 
DESTDIR, but DATA_LOCATION and COLLECTS_LOCATION which are set in 
CCFLAGS, should not be.

what do you think?

gabor



More information about the Fluxus mailing list