Click to See Complete Forum and Search --> : Wine Compile Problem


MrNewbie
05-31-2001, 04:50 PM
I got the latest cvs package and tried to use the ./tools/wineinstall program to compile wine but when I did it I got this error:

make[2]: Entering directory `/usr/src/tars/w/wine/dlls/wineps'
../../tools/makedep -I. -I. -I../../include -I../../include -C. afm.c bitblt.c bitmap.c brush.c clipping.c color.c driver.c escape.c font.c glyphlist.c graphics.c init.c objects.c pen.c ppd.c ps.c text.c truetype.c data/agl.c data/AvantGarde_Book.c data/AvantGarde_BookOblique.c data/AvantGarde_Demi.c data/AvantGarde_DemiOblique.c data/Bookman_Demi.c data/Bookman_DemiItalic.c data/Bookman_Light.c data/Bookman_LightItalic.c data/Courier.c data/Courier_Bold.c data/Courier_BoldOblique.c data/Courier_Oblique.c data/Helvetica.c data/Helvetica_Bold.c data/Helvetica_BoldOblique.c data/Helvetica_Condensed.c data/Helvetica_Condensed_Bold.c data/Helvetica_Condensed_BoldObl.c data/Helvetica_Condensed_Oblique.c data/Helvetica_Narrow.c data/Helvetica_Narrow_Bold.c data/Helvetica_Narrow_BoldOblique.c data/Helvetica_Narrow_Oblique.c data/Helvetica_Oblique.c data/NewCenturySchlbk_Bold.c data/NewCenturySchlbk_BoldItalic.c data/NewCenturySchlbk_Italic.c data/NewCenturySchlbk_Roman.c data/Palatino_Bold.c data/Palatino_BoldItalic.c data/Palatino_Italic.c data/Palatino_Roman.c data/Symbol.c data/Times_Bold.c data/Times_BoldItalic.c data/Times_Italic.c data/Times_Roman.c data/ZapfChancery_MediumItalic.c data/ZapfDingbats.c rsrc.rc -C.
./data/agl.c: No such file or directory
make[2]: *** [depend] Error 1
make[2]: Leaving directory `/usr/src/tars/w/wine/dlls/wineps'
make[1]: *** [wineps/__depend__] Error 2
make[1]: Leaving directory `/usr/src/tars/w/wine/dlls'
make: *** [dlls/__depend__] Error 2

Compilation failed, aborting install.

I've searched google and the forum and can't find out an answer to this problem. Does anyone know what I can do?
Thanks

Bradmont2
05-31-2001, 05:00 PM
Try running ./configure and see what it tells you. Do you have to run that one for wineinstall to work? I don't remember offa the top of my head.

MrNewbie
05-31-2001, 06:14 PM
Ok thanks, I managed to get it installed.