Displaying 20 results from an estimated 8000 matches similar to: "wine compile errors"
2001 Feb 20
2
Wine just won't work! Baffled.
I just compiled and installed Wine 20010216 snapshot. Compiles fine,
installs fine. I set up my configuration to use my Windows install, but
when I try to run something, I get messages similar to this:
# wine notepad.exe
err:module:BUILTIN32_dlopen failed to load .so lib for builtin
shell32.dll: /usr/local/lib/librpcrt4.so: undefined symbol: dbch_ole
err:module:BUILTIN32_dlopen failed to load
2001 Feb 23
2
Trouble with Wine-20010216
I've been using various versions of Wine for a year or so, and up
to 20001026 I've had no problems. However, I just tried building
20010216 and my lucky streak came to an end. Now when I try to
run anything, I get the following error messages:
err:module:BUILTIN32_dlopen failed to load .so lib for builtin
user32.dll: /usr/local/lib/libkernel32.so: undefined symbol:
2001 Feb 19
1
symbol problems with FRESH install
Hello,
I installed wine 20010112 from source and can't get it to work. I had an
old version on before, but I COMPLETELY removed it before I started. I'm
sure -- I checked for libkernel32.so and others, and even took away the
.wine directory. Anyway, so now I am getting this undefined symbol
message:
----------------------------------------
[root@localhost cdrom]# wine HWSetup.EXE
2011 Oct 22
3
Wine 1.3.31 fails to compile in git
I tested also with a clean git source. Something wrong with ole32.
Code:
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wwrite-strings -fno-omit-frame-pointer -Wpointer-arith -Wlogical-op -I/usr/include/freetype2 -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -o tmarshal_i.o tmarshal_i.c
2001 Nov 26
2
err:module:BUILTIN32_dlopen failed to load .so lib for builtin x11drv.dll
I get the following error with the newest cvs wine:
guezzwho@guezzwho:/c/windows > wine notepad.exe
err:module:BUILTIN32_dlopen failed to load .so lib for builtin x11drv.dll:
undefined symbol: XF86VidModeSetGammaRamp Could not load graphics driver
'x11drv' err:win:GetDesktopWindow You need the -desktop option when
running with native USER
Older wine / winex releases work just fine,
2002 Jul 18
1
debian potato cvs wine segfaults on compile
Hi,
I'm trying to compile Wine cvs on this system:
debian potato
libc6 2.1.3
gcc 2.95.3 (upgraded)
binutils 2.12.2 (upgraded)
X 4.2 (upgraded)
Nvidia drivers from Nvidias website (libGL 1.3)
I get the following errors, I've tryied to compile this several times with
tools/wineinstall and also 'configure && make depend && make', with and
without these CLFAGS
2009 Feb 14
4
wine 1.1.15: winebuild failed with status 32512
When I try to build wine 1.1.15 in Fedora 8 I get this error
> sh: i686-redhat-linux-gnu-as: command not found
> winebuild: i686-redhat-linux-gnu-as failed with status 32512
> winegcc: ../../tools/winebuild/winebuild failed
> make[2]: *** [acledit.dll.so] Error 2
> make[2]: Leaving directory `/home/user/rpmbuild/BUILD/wine-1.1.15/dlls/acledit'
> make[1]: *** [acledit] Error
2001 Nov 25
2
RTCW on Wine questions.........
Ok heres the deal.....
Im not a gamer, this is the first game Ive bought in 4 years so please
bear with me.
Ive been playing RTCW MP2 Test since it came out , I loved it.
Sooo...when it hit the shelves I bought it, now, heres the hook, I run
only linux...but Im a completley impatient person so....I bought the
windows version assuming I could run it under linux, I can, it rocks,
all except one
2001 Jul 23
1
Compile Error, ld.so.1: winebuild: fatal, Please help!!!!!Thanks
Hi gurus,
Please help me out with the fatal compiling problem. I am using soalris8 x86
with wine-20010629,
Any suggestion would be highly recommended!
/usr/openwin/include/X11/Xutil.h:56: warning: ignoring pragma: "@(#)Xutil.h
1.2 00/07/05 SMI
gcc -Wl,-G -Wl,-h,/usr/local/lib/libwine_tsx11.so locking.o ts_xf86dga.o
ts_xf86dga2.o ts_xf86vmode.o ts_xshm.o ts_xlib.o ts_xresource.o
2001 May 22
3
Trouble building Wine-20010510
Hello All !
I trying to build wine on my Redhat 7.1 box.
Compilation stops with the following error messages :
.
.
.
make[1]: Leaving directory `/receive/wine-20010510/tsx11'
make[1]: Entering directory `/receive/wine-20010510/dlls'
make[2]: Entering directory
`/receive/wine-20010510/dlls/ntdll'
LD_LIBRARY_PATH="../../unicode:$LD_LIBRARY_PATH"
2001 Jun 29
2
Segmentation Fault
During the compile of Wine, everything goes smoothly until I hit
ntdll.spec. As soon as it enters the directory ntdll, it segfaults.
Here's the full text of the error (we'll start at the point it enters
the ntdll directory):
make[2]: Entering directory '/root/wine/dlls/ntdll'
LD_LIBRARY_PATH="../../unicode:$LD_LIBRARY_PATH"
../../tools/winebuild/winebuild -fPIC
2005 Oct 23
1
Re: winebuild problems - wine-20050930 [SOLVED]
Sorry for the noise.
On 10/23/05, Mark Knecht <markknecht@gmail.com> wrote:
> On 10/23/05, Mark Knecht <markknecht@gmail.com> wrote:
> > Hi,
> > Does anyone know what happened to the --debug option in winebuild?
> > It seems to have disappeared in more recent versions of Wine.
> >
> > I am attempting to build a program that uses winebuild with
2001 Oct 16
5
Segfaults, winebuild, and glibc 2.2.3
I just upgraded my Linux box to glibc 2.2.3. Before the upgrade (glibc
2.1.92), wine compiled and ran beautifully. After, however, winebuild
segfaults for no apparent reason. Upon running ldd, I found that it is
properly loading all libraries. I do have one question, however. Does
the package glibc-profile have any effect on this? If it does, problem
(probably) solved. Otherwise, I'm
2007 Mar 19
3
Error while compiling in Ubuntu 6.06 64 bit
When compiling in Ubuntu 6.06 64 bit using this guide:
http://wiki.winehq.org/WineOn64bit
When I do 'sudo make install' I get this error:
make[2]: Entering directory `/home/marcus/wine/dlls/gdi'
../../tools/winegcc/winegcc -B../../tools/winebuild -shared
./gdi32.spec dispdib.spec.o gdi.exe.spec.o wing.spec.o bidi16.o
dispdib.o env.o gdi16.o metafile16.o wing.o bidi.o bitblt.o
2007 Mar 19
1
winehq.org winebuild docs outdated?
Hello
I'm trying to follow the instructions on
http://www.winehq.org/site/docs/winelib-guide/spec-file, but the
"-spec" option is apparently no longer supported by winebuild??
My .spec file is called "device.spec" and contains one item:
init WinMain
I've tried to get winebuild to accept this file in a number of ways and
the farthest I've got is with this:
2005 Sep 11
1
Compile cvs version
Hi !
After download latest version from cvs compile fails:
make[2]: Entering directory `/backup/privat/emulator/wine/dlls/activeds'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+
-Wpointer-arith -g -O2 -o activeds_main.o activeds_main.c
../../tools/winebuild/winebuild -D__WINESRC__
2008 Jun 01
1
Can't build Wine
winegcc: ../../tools/winebuild/winebuild failed
make[2]: *** [acledit.dll.so] Error 2
make[2]: Leaving directory `/home/xelinis/wine-1.0-rc3/dlls/acledit'
make[1]: *** [acledit] Error 2
make[1]: Leaving directory `/home/xelinis/wine-1.0-rc3/dlls'
make: *** [dlls] Error 2
This is a new one for me since I've been compiling every release since 0.9.1. Hints?
2005 Oct 23
1
winebuild problems - wine-20050930
Hi,
Does anyone know what happened to the --debug option in winebuild?
It seems to have disappeared in more recent versions of Wine.
I am attempting to build a program that uses winebuild with the
debug in a Make file. This no longer builds. What's the proper way to
change the Makefile now that this option no longer exists?
I know that's a vague question, but it seems that often
2003 Jun 21
2
installation problem
Hi, I am having a problem installing wine on a mandrake 9.1 system with
glibc 2.3.2 -3mdk. I get this segmentation fault when installing. It looks
to me that it is directx that is the problem which to be honest i am quite
happy to live without. If nobody can suggest a remedy for the fault below
then if i could disable directx compilation that would be Ok as well. i am
using some cflags for
2001 May 30
1
wprocs.dll (fwd)
On Wed, 30 May 2001, Bence Fejervari wrote:
>
> Hi,
>
> I compiled wine-20010510 and tried to run winmine.exe, but got the
> following error message:
>
> $ wine winmine.exe
> err:int:INT_GetPMHandler could not load wprocs.dll
...
>
> What is this wprocs.dll file it misses? I couldn't find it anywhere...
>
I dunno, but wine has a built in one (libwprocs.so -