So.. here is my problem
I have version 0.9.6 installed through portage, but I seem to remember a patch that was needed that I found in the bugs section. From 0.9.6 on, I have not been able to get any version to compile cleanly.
In my output there are literally thousands of these
Code: Select all
Missing glyph for char 0116
Missing glyph for char 0122
Missing glyph for char 0136
Missing glyph for char 012a
Missing glyph for char 013b
Missing glyph for char 0145
Missing glyph for char 014c
Missing glyph for char 0172
Missing glyph for char 016a
Missing glyph for char 012f
Missing glyph for char 0101
Missing glyph for char 0113
Missing glyph for char 0117From what I can pull out of the 1000s of glyph errors, I also have this error:
Code:
Code: Select all
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/var/tmp/portage/wine-0.9.13/work/wine-0.9.13/include'
make[1]: Entering directory `/var/tmp/portage/wine-0.9.13/work/wine-0.9.13/loader'
x86_64-pc-linux-gnu-gcc -c -I. -I. -I../include -I../include -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -march=athlon64 -O2 -pipe -o glibc.o glibc.c
x86_64-pc-linux-gnu-gcc -o wine-glibc glibc.o -Wl,--rpath,\$ORIGIN/`../tools/relpath /usr/bin /usr/lib32` -L../libs/wine -lwine -L../libs/port -lwine_port -lpthread
x86_64-pc-linux-gnu-gcc -o wine-kthread -Wl,--export-dynamic -Wl,--section-start,.interp=0x7bf00400 -Wl,--rpath,\$ORIGIN/`../tools/relpath /usr/bin /usr/lib32` kthread.o main.o -L../libs/wine -lwine -L../libs/port -lwine_port
main.o: In function `main':
/var/tmp/portage/wine-0.9.13/work/wine-0.9.13/loader/main.c:57: undefined reference to `wine_pthread_set_functions'
collect2: ld returned 1 exit status
make[1]: *** [wine-kthread] Error 1
make[1]: Leaving directory `/var/tmp/portage/wine-0.9.13/work/wine-0.9.13/loader'
make: *** [loader] Error 2
make: *** Waiting for unfinished jobs....
My USE flags for wine looks like this:
Code: Select all
[ebuild U ] app-emulation/wine-0.9.13 [0.9.6] USE="X alsa arts cups gif jpeg ncurses opengl oss truetype xml% -debug -esd -glut -jack -lcms -ldap -nas -scanner" 0 kB
