Wine 1.1.12 failed to compile on fedora 9 (solved)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
tigono
Level 1
Level 1
Posts: 6
Joined: Tue Jan 06, 2009 4:53 am

Wine 1.1.12 failed to compile on fedora 9 (solved)

Post by tigono »

Compiling wine on fedora 9 does not work for me. The compilation ends with:

menu.o: In function `test_menu_add_string':
/home/wine/Downloads/wine-1.1.12/dlls/user32/tests/menu.c:601: undefined reference to `blah.15349'
/usr/bin/ld: menu.o: relocation R_386_GOTOFF against undefined symbol `blah.15349' can not be used when making a shared object
/usr/bin/ld: final link failed: Bad value
collect2: ld gab 1 als Ende-Status zurück
winegcc: gcc failed
make[2]: *** [user32_test.exe.so] Fehler 2
make[2]: Leaving directory `/home/wine/Downloads/wine-1.1.12/dlls/user32/tests'
make[1]: *** [user32/tests] Fehler 2
make[1]: Leaving directory `/home/wine/Downloads/wine-1.1.12/dlls'
make: *** [dlls] Fehler 2

Compilation failed, aborting install.


Previous compiles worked. Any hints what to change or what I made wrong?
Last edited by tigono on Wed Jan 14, 2009 8:13 am, edited 1 time in total.
Fabrice Delliaux

Wine 1.1.12 failed to compile on fedora 9

Post by Fabrice Delliaux »

Le Thu, 08 Jan 2009 23:56:46 -0600,
tigono a écrit :
Previous compiles worked. Any hints what to change or what I made
wrong?
Hi,

You should read the bug #16497.

http://bugs.winehq.org/show_bug.cgi?id=16497
tigono
Level 1
Level 1
Posts: 6
Joined: Tue Jan 06, 2009 4:53 am

Re: Wine 1.1.12 failed to compile on fedora 9

Post by tigono »

Fabrice Delliaux wrote:Le Thu, 08 Jan 2009 23:56:46 -0600,
tigono a écrit :
Previous compiles worked. Any hints what to change or what I made
wrong?
Hi,

You should read the bug #16497.

http://bugs.winehq.org/show_bug.cgi?id=16497
:D Many thanks for the hint, it works well with the tip in the referenced page.
Locked