[Wine] Eclipse 3.2 with JVM 1.5.08

Christoph Frick frick at sc-networks.de
Mon Aug 14 07:25:28 CDT 2006


On Mon, Aug 14, 2006 at 02:12:47PM +0200, Bojan Antonovic wrote:

> I tried to compile Wine without the patch (btw how long needs it to 
> patch?), and the compilation stopped with:

if you ask for the time to patch you most likely tried something like
this?

patch mypatch.patch
<<wait 24h>>
CTRL+C

you have to feed the patch to the patch program:

patch -p0 < mypatch.patch

> ../../tools/winegcc/winegcc -B../../tools/winebuild -shared 
> ./dmime.spec    audiopath.o dmime_main.o dmutils.o graph.o lyricstrack.o 
> markertrack.o paramcontroltrack.o patterntrack.o performance.o regsvr.o 
> segment.o segmentstate.o segtriggertrack.o seqtrack.o sysextrack.o 
> tempotrack.o timesigtrack.o tool.o wavetrack.o  version.res   
> -Wl,--rpath,\$ORIGIN/`../../tools/relpath /usr/local/lib/wine 
> /usr/local/lib` -o dmime.dll.so -ldsound -lwinmm -lole32 -luser32 
> -ladvapi32 -lkernel32  -ldxguid -luuid ../../libs/port/libwine_port.a
> make[2]: Leaving directory `/home/bojan/wine/dlls/dmime'
> make[1]: Leaving directory `/home/bojan/wine/dlls'
> make: *** [dlls] Fehler 2

you are compiling for 64bit? i doubt that you actually want to do this.
get yourself the 32bit environment for building software and do the
things their doccumentation tells you how to use this instead of the
regular 64bin env.

-- 
cu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 163 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-users/attachments/20060814/02ca6c79/attachment.pgp


More information about the wine-users mailing list