Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

Make errorr..

[es] :: Linux desktop okruženja :: Make errorr..

[ Pregleda: 2568 | Odgovora: 2 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

Miroslav Strugarevic

Član broj: 5038
Poruke: 2689



+68 Profil

icon Make errorr..03.08.2003. u 05:31 - pre 252 meseci
Code:

Making all in paint
make[3]: Entering directory `/home/miroslav/download/gimp-1.3.17/app/paint'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/miroslav/download/gimp-1.3.17/app/paint'
Making all in text
make[3]: Entering directory `/home/miroslav/download/gimp-1.3.17/app/text'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../app -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include -DG_LOG_DOMAIN=\"Gimp-Text\"  -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED  -g -O2 -Wall -MT gimptext-vectors.o -MD -MP -MF ".deps/gimptext-vectors.Tpo" \
  -c -o gimptext-vectors.o `test -f 'gimptext-vectors.c' || echo './'`gimptext-vectors.c; \
then mv -f ".deps/gimptext-vectors.Tpo" ".deps/gimptext-vectors.Po"; \
else rm -f ".deps/gimptext-vectors.Tpo"; exit 1; \
fi
gimptext-vectors.c: In function `gimp_text_render_vectors':
gimptext-vectors.c:265: `FT_GLYPH_FORMAT_OUTLINE' undeclared (first use in this function)
gimptext-vectors.c:265: (Each undeclared identifier is reported only once
gimptext-vectors.c:265: for each function it appears in.)
make[3]: *** [gimptext-vectors.o] Error 1
make[3]: Leaving directory `/home/miroslav/download/gimp-1.3.17/app/text'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/miroslav/download/gimp-1.3.17/app'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/miroslav/download/gimp-1.3.17'
make: *** [all] Error 2
 
Odgovor na temu

random
Vladimir Vrzić
Beograd

Član broj: 85
Poruke: 3866
*.f.bg.ac.yu

Sajt: www.last.fm/user/vrza


+4 Profil

icon Re: Make errorr..03.08.2003. u 14:53 - pre 252 meseci
Proveri da li ti je configure script dobro detektovao FreeType biblioteku, i da li je ona dobro instalirana, tj. proveri da zaista imaš sve FreeType headere u /usr/include/freetype2.
int rand(void);

Those who do not understand Unix are condemned to reinvent it, poorly.

Upali lampicu — koristi Jabber!
 
Odgovor na temu

Arax
Smederevo

Član broj: 54579
Poruke: 30
*.8.eunet.yu.



Profil

icon Re: Make errorr..19.08.2006. u 10:48 - pre 214 meseci
I ja imam problem sa freetype2, kako mogu da resim ovaj problem, kada zelim da instaliram SGE, onda mi izbaci poruku

[root@localhost sge030809]# make install
== SGE r030809
== Note: Trying to be C friendly.
== FreeType2 support enabled.
== SDL_Image (SFont) support enabled.

g++ -Wall -O3 -ffast-math -I/usr/include/SDL -D_REENTRANT -fPIC -I/usr/include/f reetype2 -c sge_tt_text.cpp
In file included from sge_tt_text.cpp:39:
/usr/include/freetype2/freetype/freetype.h:20:2: #error "`ft2build.h' hasn't bee n included yet!"
/usr/include/freetype2/freetype/freetype.h:21:2: #error "Please always use macro s to include FreeType header files."
/usr/include/freetype2/freetype/freetype.h:22:2: #error "Example:"
/usr/include/freetype2/freetype/freetype.h:23:2: #error " #include <ft2build.h> "
/usr/include/freetype2/freetype/freetype.h:24:2: #error " #include FT_FREETYPE_ H"
make: *** [sge_tt_text.o] Error 1

Sta treba da uradim u /usr/include/freetype2/freetype/freetype.h
Logovanje uspesno, pacijent mrtav
 
Odgovor na temu

[es] :: Linux desktop okruženja :: Make errorr..

[ Pregleda: 2568 | Odgovora: 2 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.