Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 25th July 2005, 08:45 AM
newbieX Offline
Registered User
 
Join Date: Jul 2005
Posts: 27
Exclamation freetype installation problems

hi um this is my 1st thread , im a new to lunix and im using Fedora core 3 at the moment
ive been having troubles trying to install freetype-1.3.1
./configure --prefix=/usr
goes perfectly but after that the "make" command doesnt go as well i get a problem saying
----------------------------------------------------------------------------------------
make[1]: *** [gwin_x11.o] Error 1
make[1]: Leaving directory `/root/Desktop/freetype-1.3.1/test`
make: *** [tttest] Error 2
-----------------------------------------------------------------------------------------
any help would be appriciated
(just in case some1 suggests using freetype-2.1.10 im having bigger problems installing that )
Reply With Quote
  #2  
Old 25th July 2005, 09:59 AM
newbieX Offline
Registered User
 
Join Date: Jul 2005
Posts: 27
is there something wrong with my description?
do i need to include more info? or no 1 had this problem before?
__________________
my linuX boX
AMD Athlon Processor
750 MHz
256 MB Ram
nVIDIA Riva TNT 2
Fedora Core 3
Reply With Quote
  #3  
Old 25th July 2005, 10:48 AM
brahms Offline
Registered User
 
Join Date: Aug 2004
Posts: 434
The error that breaks the make process is likely to be earlier in the output than the three lines you've included. Can you post the complete output of the make command?

Also, is there a reason you need to install freetype from source? You should be able to install 2.1.9 with yum.
Code:
yum install freetype
__________________
:cool:
Reply With Quote
  #4  
Old 25th July 2005, 11:57 AM
newbieX Offline
Registered User
 
Join Date: Jul 2005
Posts: 27
umm my linux box doesnt detect my modem even with its drivers .grrr ,
so im typing this up on my windows box
i can do more lines but ill have to type them as i can not just simply paste it here would the last 10 lines be sufficeient?
and thanks alot for taking the time to reply
__________________
my linuX boX
AMD Athlon Processor
750 MHz
256 MB Ram
nVIDIA Riva TNT 2
Fedora Core 3
Reply With Quote
  #5  
Old 25th July 2005, 04:02 PM
brahms Offline
Registered User
 
Join Date: Aug 2004
Posts: 434
Quote:
Originally Posted by newbieX
i can do more lines but ill have to type them as i can not just simply paste it here would the last 10 lines be sufficeient?
Possibly, although it's hard to tell.
Quote:
and thanks alot for taking the time to reply
No worries, although I'd really like to know why you're taking the time to compile freetype instead of getting your modem working.
__________________
:cool:
Reply With Quote
  #6  
Old 25th July 2005, 04:27 PM
newbieX Offline
Registered User
 
Join Date: Jul 2005
Posts: 27
ok this is the whole make transcript (lol i dunno wut its called :P)
-------------------------------------------------------------------------------------------------------------------
[root@localhost freetype-1.3.1]# make
cd lib; make -f arch/unix/Makefile all
make[1]: Entering directory `/home/turkenator/Desktop/freetype-1.3.1/lib'
rm -f memory.c file.c mutex.c
ln -s /home/turkenator/Desktop/freetype-1.3.1/lib/arch/unix/../../ttmemory.c mem ory.c
ln -s /home/turkenator/Desktop/freetype-1.3.1/lib/arch/unix/../../arch/unix/ttmm ap.c file.c
ln -s /home/turkenator/Desktop/freetype-1.3.1/lib/arch/unix/../../ttmutex.c mute x.c
make -f arch/unix/Makefile LIB_FILES="freetype.lo ftxkern.lo ftxgasp.lo ftxpost. lo ftxcmap.lo ftxsbit.lo ftxwidth.lo ftxerr18.lo ftxgsub.lo ftxgpos.lo ftxgdef.l o ftxopen.lo" libttf.la
make[2]: Entering directory `/home/turkenator/Desktop/freetype-1.3.1/lib'
make[2]: `libttf.la' is up to date.
make[2]: Leaving directory `/home/turkenator/Desktop/freetype-1.3.1/lib'
make[1]: Leaving directory `/home/turkenator/Desktop/freetype-1.3.1/lib'
cd test; make -f arch/unix/Makefile all
make[1]: Entering directory `/home/turkenator/Desktop/freetype-1.3.1/test'
gcc -c -I. -I/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../.. -I.. - I/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../../lib -I/home/tur kenator/Desktop/freetype-1.3.1/test/arch/unix/../../../lib/extend -g -O2 -Wall -pedantic -ansi -DX11 -DLOCALEDIR='"/usr/share/locale"' /home/turkenator/Deskto p/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11.c
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:22:22: X11/Xlib.h: No such file or directory
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:23:23: X11/Xutil.h: No such file or directory
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:24:28: X11/cursorfont.h: No such file or directory
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:76: error: syntax error before "win"
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:76: warning: type defaults to `int' in declaration of `win'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:76: error: ISO C forbids data definition with no type or storage class
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:77: error: syntax error before "gcblack"
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:77: warning: type defaults to `int' in declaration of `gcblack'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:77: error: ISO C forbids data definition with no type or storage class
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:78: error: syntax error before "color"
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:78: warning: type defaults to `int' in declaration of `color'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:78: error: ISO C forbids data definition with no type or storage class
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:80: error: syntax error before '*' token
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:80: warning: type defaults to `int' in declaration of `display'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:80: error: ISO C forbids data definition with no type or storage class
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:83: error: syntax error before '*' token
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:83: warning: type defaults to `int' in declaration of `image'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:83: error: ISO C forbids data definition with no type or storage class
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:85: error: syntax error before '*' token
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:85: warning: type defaults to `int' in declaration of `visual'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:85: error: ISO C forbids data definition with no type or storage class
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:86: error: syntax error before "colormap"
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:86: warning: type defaults to `int' in declaration of `colormap'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:86: error: ISO C forbids data definition with no type or storage class
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:88: error: syntax error before "gray"
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:88: warning: type defaults to `int' in declaration of `gray'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:88: error: ISO C forbids data definition with no type or storage class
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:90: error: syntax error before "idle"
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:90: warning: type defaults to `int' in declaration of `idle'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:90: error: ISO C forbids data definition with no type or storage class
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:91: error: syntax error before "busy"
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:91: warning: type defaults to `int' in declaration of `busy'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:91: error: ISO C forbids data definition with no type or storage class
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c: In function `Driver_Restore_Mode':
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:105: warning: implicit declaration of function `XUnmapWindow'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:106: warning: implicit declaration of function `XCloseDisplay'
__________________
my linuX boX
AMD Athlon Processor
750 MHz
256 MB Ram
nVIDIA Riva TNT 2
Fedora Core 3
Reply With Quote
  #7  
Old 25th July 2005, 04:28 PM
newbieX Offline
Registered User
 
Join Date: Jul 2005
Posts: 27
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c: In function `x11init':
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:117: error: `XTextProperty' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:117: error: (Each undeclared identifier is reported only once
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:117: error: for each function it appears in.)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:117: error: syntax error before "xtp"
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:118: error: `XSizeHints' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:119: error: `XSetWindowAttributes' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:128: warning: implicit declaration of function `XrmInitialize'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:130: warning: implicit declaration of function `XOpenDisplay'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:130: warning: assignment makes pointer from integer without a cast
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:133: warning: implicit declaration of function `DefaultScreen'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:134: warning: implicit declaration of function `DefaultColormap'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:135: warning: implicit declaration of function `DefaultDepth'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:136: warning: implicit declaration of function `DefaultVisual'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:136: warning: assignment makes pointer from integer without a cast
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:138: warning: implicit declaration of function `XCreateFontCursor'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:138: error: `XC_left_ptr' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:139: error: `XC_watch' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:144: error: `XPixmapFormatValues' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:144: error: `formats' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:147: warning: implicit declaration of function `XListPixmapFormats'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:171: warning: implicit declaration of function `XFree'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:179: error: `xswa' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:179: warning: implicit declaration of function `BlackPixel'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:180: warning: implicit declaration of function `WhitePixel'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:183: error: `KeyPressMask' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:183: error: `ExposureMask' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:185: warning: implicit declaration of function `XCreateWindow'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:186: warning: implicit declaration of function `RootWindow'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:193: error: `InputOutput' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:195: error: `CWBackPixel' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:195: error: `CWBorderPixel' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:195: error: `CWEventMask' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:195: error: `CWCursor' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:198: warning: implicit declaration of function `XMapWindow'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:200: warning: implicit declaration of function `XCreateGC'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:202: warning: implicit declaration of function `XSetForeground'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:203: warning: implicit declaration of function `XSetBackground'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:212: error: request for member `red' in something not a structure or union
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:213: error: request for member `green' in something not a structure or union
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:214: error: request for member `blue' in something not a structure or union
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:216: warning: implicit declaration of function `XAllocColor'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:220: warning: implicit declaration of function `XCreateImage'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:223: error: `ZPixmap' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:223: error: `XYBitmap' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:229: warning: assignment makes pointer from integer without a cast
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:235: error: request for member `byte_order' in something not a structure or un ion
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:235: error: `MSBFirst' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:236: error: request for member `bitmap_bit_order' in something not a structure or union
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:240: error: `xtp' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:245:
error: `xsh' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:250: error: `PPosition' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:250: error: `PSize' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:253: warning: implicit declaration of function `XSetWMProperties'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c: In function `Put_Image':
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:293: warning: implicit declaration of function `XPutImage'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c: In function `Driver_Display_Bitmap':
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:303: warning: implicit declaration of function `XClearWindow'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:306: warning: implicit declaration of function `XStoreName'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:357: warning: implicit declaration of function `XPutPixel'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:357: error: request for member `pixel' in something not a structure or union
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c: In function `Get_Event':
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:380: warning: ISO C forbids nested functions
__________________
my linuX boX
AMD Athlon Processor
750 MHz
256 MB Ram
nVIDIA Riva TNT 2
Fedora Core 3
Reply With Quote
  #8  
Old 25th July 2005, 04:28 PM
newbieX Offline
Registered User
 
Join Date: Jul 2005
Posts: 27
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:380: error: syntax error before "x_event"
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:381: error: `KeySym' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:386: error: `XComposeStatus' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:386: error: syntax error before "compose"
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:391: warning: implicit declaration of function `XDefineCursor'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:395: warning: implicit declaration of function `XNextEvent'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:395: error: `x_event' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:399: error: `KeyPress' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:400: warning: implicit declaration of function `XLookupString'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:403: error: `key' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:404: error: `compose' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:411: error: `MappingNotify' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:412: warning: implicit declaration of function `XRefreshKeyboardMapping'
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:415: error: `Expose' undeclared (first use in this function)
/home/turkenator/Desktop/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11. c:432: warning: implicit declaration of function `XFlush'
make[1]: *** [gwin_x11.o] Error 1
make[1]: Leaving directory `/home/turkenator/Desktop/freetype-1.3.1/test'
make: *** [tttest] Error 2
[root@localhost freetype-1.3.1]#
-------------------------------------------------------------------

ok sorry for the long post and thanks in advance!
sorry it didnt fit in post!
__________________
my linuX boX
AMD Athlon Processor
750 MHz
256 MB Ram
nVIDIA Riva TNT 2
Fedora Core 3
Reply With Quote
  #9  
Old 25th July 2005, 07:53 PM
newbieX Offline
Registered User
 
Join Date: Jul 2005
Posts: 27
well i suppose ill play the waiting game until some1 comes up with an idea lol ...
__________________
my linuX boX
AMD Athlon Processor
750 MHz
256 MB Ram
nVIDIA Riva TNT 2
Fedora Core 3
Reply With Quote
  #10  
Old 26th July 2005, 07:00 AM
newbieX Offline
Registered User
 
Join Date: Jul 2005
Posts: 27
brahms thnx for replying to my posts but no more help is required ***** really hit the fan over here so i had to format my linux box and after that freetype installed just fine so thnx anyway
__________________
my linuX boX
AMD Athlon Processor
750 MHz
256 MB Ram
nVIDIA Riva TNT 2
Fedora Core 3
Reply With Quote
Reply

Tags
freetype, installation, problems

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Having problems installing FreeType ! (solved ) angelic0- Installation and Live Media 1 19th September 2008 11:05 PM
Where is Freetype installation directory? calande Using Fedora 3 26th October 2006 04:02 AM
PHP / FreeType Problems Beans-v6 Using Fedora 1 15th January 2006 11:20 PM
Fonts problems after updating freetype peio Using Fedora 1 8th June 2005 05:46 AM


Current GMT-time: 09:30 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat