You are not logged in.
Pages: 1
Normally I would have stuck with Wine 1.1.11 in the official repository, but I want to try the stable version. However, whenever I try to compile ANY version of wine, it says that gcc failed and that it could not compile the dlls...
Last edited by ShadowKyogre (2008-12-24 20:35:02)
For every problem, there is a solution that is:
Clean
Simple and most of all...wrong!
Github page
Offline
Normally I would have stuck with Wine 1.1.11 in the official repository, but I want to try the stable version. However, whenever I try to compile ANY version of wine, it says that gcc failed and that it could not compile the dlls...
Without error messages, no one is going to be able to help you.
Offline
Okay, I'll recompile it again and give the errors.
audio.o: In function `ESD_CloseWaveInDevice':
audio.c:(.text+0x20f4): undefined reference to `esd_close'
audio.o: In function `ESD_widMessage':
audio.c:(.text+0x2d38): undefined reference to `esd_record_stream'
audio.o: In function `ESD_CloseWaveOutDevice':
audio.c:(.text+0x3044): undefined reference to `esd_close'
audio.o: In function `ESD_wodMessage':
audio.c:(.text+0x44b8): undefined reference to `esd_play_stream'
audio.o: In function `ESD_WaveInit':
audio.c:(.text+0x4893): undefined reference to `esd_open_sound'
audio.c:(.text+0x48a9): undefined reference to `esd_close'
collect2: ld returned 1 exit status
winegcc: gcc failed
make[2]: *** [wineesd.drv.so] Error 2
make[2]: Leaving directory `/home/shadowkyogre/Desktop/wine-stable/src/wine-1.0.1/dlls/wineesd.drv'
make[1]: *** [wineesd.drv] Error 2
make[1]: Leaving directory `/home/shadowkyogre/Desktop/wine-stable/src/wine-1.0.1/dlls'
make: *** [dlls] Error 2
Not sure if the first few lines of audio are important or not.
Last edited by ShadowKyogre (2008-12-24 17:40:57)
For every problem, there is a solution that is:
Clean
Simple and most of all...wrong!
Github page
Offline
If you don't need it, try to compile with: --without-esd
Offline
The configure part or the make command?
For every problem, there is a solution that is:
Clean
Simple and most of all...wrong!
Github page
Offline
The configure part.
My victim you are meant to be
No, you cannot hide nor flee
You know what I'm looking for
Pleasure your torture, I will endure...
Offline
Oh, okay. Doing that right now and going to compare error msgs.
For every problem, there is a solution that is:
Clean
Simple and most of all...wrong!
Github page
Offline
Wine built after doing so. Thanks.
For every problem, there is a solution that is:
Clean
Simple and most of all...wrong!
Github page
Offline
i wonder how wine-1.1.11 was built on the package maintainers machine without --without-esd
Offline
It builds fine on my machine also without this flag... Could it be that you don't have esd installed?
My victim you are meant to be
No, you cannot hide nor flee
You know what I'm looking for
Pleasure your torture, I will endure...
Offline
Pages: 1