similar to: Compiling Dll as Window replacement

Displaying 20 results from an estimated 40000 matches similar to: "Compiling Dll as Window replacement"

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
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
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
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 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
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__
2001 Nov 28
2
segv while compiling
Why can't I build wine? And why didn't ./configure catch it? ....... ....... ....... gcc -c -I. -I. -I../include -I../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o ts_xresource.o ts_xresource.c gcc -c -I. -I. -I../include -I../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o
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
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?
2001 Aug 13
2
ntdll compile error
Problem: When I try to make wine (tried older versions and latest CVS) everyting works ok until it get's to dlls/ntdll (tried both manually and tools/wineinstall) then I get this message: -------------------------cut------------------------------ make[1]: Entering directory `/stuff/wine/wine/dlls' make[2]: Entering directory `/stuff/wine/wine/dlls/ntdll'
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 Nov 20
1
wine compile errors
hello...ive been trying for a while to compile wine but it always comes up with this seg fault. I've tried around 5 different computers, running a mix of slackware and debian, ive tried gcc 3.0 and 2.95, ive tried playing around with the CFLAGS var, but still no go..here is the error after doing ./configure --with-opengl;make depend;make
2002 Dec 27
1
Wine Problems
When i run make, in the wine directory, i have the followin errors: gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -o riched32.dll.dbg.o riched32.dll.dbg.c ld -r charlist.o reader.o text-writer.o richedit.o riched32.dll.dbg.o -o riched32.dll.tmp.o strip --strip-unneeded riched32.dll.tmp.o
2008 Nov 27
4
Error compiling 1.1.9
hi, i'm trying to compile the wine 1.1.9 version, but i get this error. gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o ntdsapi.o ntdsapi.c ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./ntdsapi.spec ntdsapi.o -o
2002 May 29
1
compile release 20020509 of Wine, failed! What's wrong? Please help...
compile release 20020509 of Wine, failed! What's wrong? Please help... ============================================================== make[1]: Leaving directory `/0/acacia2/tlbach/temp/wine-20020509/server' make[1]: Entering directory `/0/acacia2/tlbach/temp/wine-20020509/dlls' make[2]: Entering directory `/0/acacia2/tlbach/temp/wine-20020509/dlls/ntdll'
2006 Jun 02
3
0.9.14 CVS compilation on Gentoo amd64 fails
Here is how I compiled 0.9.13: #!/bin/bash # note that the following is all one bash line CFLAGS="-L/emul/linux/x86/usr/lib -L/emul/linux/x86/lib"\ LDFLAGS="-L/emul/linux/x86/usr/lib -L/emul/linux/x86/lib" \ ./configure --x-libraries=/emul/linux/x86/usr/lib/ && make depend all I tried the same with 0.9.14 but it failed like this: ../../tools/winegcc/winegcc
2001 Sep 03
1
(no subject)
Running a Dell Pentium III with Solaris 8.0 for Intel installed. Have X11 and Flex installed Downloaded Wine-20010731.tar.gz and am attempting to install on the machine. Please HELP!!! thanks warren I am getting the following errors: after running make depend && make LD_LIBRARY_PATH="../../unicode:$LD_LIBRARY_PATH" ../../tools/winebuild/winebuild -fPIC -L../../dlls -o
2010 Oct 18
1
Editing DLL Sources and log to file
I've tried to edit few DLLs in wine, inserting my own piece of code to C source and I have a small problem. After compiling everything is OK.I've added: Code: void _log(res1,res2) { ... } Problem is when _log try to write data to file: Code: fopen("log.bin","ab");//Write binary, append after write file is never created... so I'm a little confused...
2006 Jun 03
2
Wine : error during compilation (mandriva 2006 - x86_64)
Hi, I have Mandriva 2006 x86_64. I tried to install wine, but the binaries are for 32 bits and the result is very instable (win programs close suddenly, no internet available for those programs, etc...) So I tried to compile wine 0.9.14 from source, but I have an error during make when "searching for -lXext" : LD_LIBRARY_PATH="../../libs/unicode:$LD_LIBRARY_PATH"
2005 May 27
1
Crypt32: cant build tests
I cant build the new crypt32 tests added by Kees Cook with the latest CVS. I actually get undefined references to CryptUnprotectData : [syl@wine tests]$ make ../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole protectdata.o testlist.o -o crypt32_test.exe.so -L../../../libs/port -lwine_port -L../../../dlls -L../../../dlls/crypt32 -L../../../libs -lcrypt32