http://bugs.winehq.org/show_bug.cgi?id=13851
Summary: Compile fails if wine isn't previously installed Product: Wine Version: 1.0-rc4 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: johan.andersson@transmode.se
If wine is not previously installed, it seems to be impossible to compile wine. I have tried with both wine 0.9.57 and 1.0_rc4, both giving the following error: ../tools/sfnt2fnt: error while loading shared libraries: libwine.so.1
It seems like the LD_LIBRARY_PATH isn't updated to search the local libs/wine/ directory, so the libwine.so.1 needs to exist in the systems lib directory for the compilation to succeed.
http://bugs.winehq.org/show_bug.cgi?id=13851
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2008-06-11 11:37:19 --- I don't think so. I don't have Wine installed at all (I mean AT ALL). Yet compiling works perfectly for me and used to work for a while.
First make sure that your git repository is not corrupt. Run 'make distclean'. Then normal ./configure && make depend && make
If you still have problems attach complete terminal output of the above command (as a text file).
http://bugs.winehq.org/show_bug.cgi?id=13851
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2008-06-11 23:12:34 --- Sounds like a duplicate.
*** This bug has been marked as a duplicate of bug 13570 ***
http://bugs.winehq.org/show_bug.cgi?id=13851
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2008-06-11 23:12:54 --- Closing dup.
http://bugs.winehq.org/show_bug.cgi?id=13851
--- Comment #4 from Johan Andersson johan.andersson@transmode.se 2008-06-12 02:14:12 --- No, not a duplicate of that bug. However, you are right about the git sources (0.9.57) compiling just fine. I compiled (manually) using the sources distributed by Gentoo, which don't compile. So they must have applied some broken patch to it. Reporting downstream instead.