[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mgp-users 01293] Re: make problems with 1.10a



hmm.. strange..
Could you send me your config.log file?
--
Yoshifumi Nishida
nishida@csl.sony.co.jp

From: <blackwave@hushmail.com>
Subject: [mgp-users 01289] make problems with 1.10a 
Date: Sat, 22 Nov 2003 13:26:56 -0800
Message-ID: <>

 > Greetings, 
 > 
 > I have been playing around with MagicPoint for a few days now and I got
 > 1.08a to compile and test the sample just fine, but I cannot get 1.10a
 > to compile correctly. This is the error message I am getting after running
 > make is
 > 
 > root@runt:/tmp/magicpoint-1.10a# make
 > making ./image/libmgpimage.a in ./image...
 > make[1]: Entering directory `/tmp/magicpoint-1.10a/image'
 > make[1]: Nothing to be done for `all'.
 > make[1]: Leaving directory `/tmp/magicpoint-1.10a/image'
 > rm -f mgp
 > gcc -m32 -o mgp -O2 -fno-strength-reduce -fno-strict-aliasing      -L/usr/X11R6/lib
 >   mgp.o draw.o parse.o plist.o globals.o x11.o font.o background.o  scanner.o
 > grammar.o postscript.o tfont.o embed.o unimap.o mng.o      -L./image
 > -lmgpimage -lttf -L/usr/local/lib -L/usr/local/lib -lm  -L/usr/X11R6/lib
 > -lXft -lfreetype -lXrender -lfontconfig   -lpng12 -lz -lm  -lXext -lX11
 > draw.o(.text+0x7c7e): In function `xft_draw_fragment':
 > : undefined reference to `libiconv'
 > draw.o(.text+0x7d87): In function `xft_draw_fragment':
 > : undefined reference to `libiconv_open'
 > collect2: ld returned 1 exit status
 > make: *** [mgp] Error 1
 > root@runt:/tmp/magicpoint-1.10a#
 > 
 > Here is the process I found to work best (at least with 1.08a):
 > ./configure 
 > xmkmf 
 > make Makefiles 
 > make 
 > 
 > and these are the libs i have updated to get 1.08a to finally come up,
 >  I am running slackware 9.1 and dropline gnome 2.4.0:
 > 
 > libpng 
 > freetype 
 > libiconv 
 > xft 
 > 
 > I would like to update to the latest version, but am stuck. Thanks for
 > your help.
 > 
 > blackwave
 > -=BW=-
 > 
 > 
 > 
 >