similar to: Wine install problem - undefined reference to `bMenuVisible'

Displaying 20 results from an estimated 100 matches similar to: "Wine install problem - undefined reference to `bMenuVisible'"

2008 Jun 09
2
wine-1.0-rc4 compile error on Fedora 9 x86_64
Hello everyone! I am trying to compile wine-1.0-rc4 from source on a 64bit install of Fedora 9. I installed Fedora 9 from a KDE live CD, installed gcc and glibc via yum, and installed/configured the packages listed in the WineOn64Bit wiki entry, http://wiki.winehq.org/WineOn64bit When running "make && make depend," I get the following error: make[2]: Entering directory
2008 Sep 01
1
Seg fault while compiling v1.1.3
This is the error I get while processing make: Code: make[2]: Entering directory `/home/avi/Desktop/wine-1.1.3/dlls/user32/tests' ../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole broadcast.o class.o clipboard.o combo.o cursoricon.o dce.o dde.o dialog.o edit.o generated.o input.o listbox.o menu.o monitor.o msg.o resource.o scroll.o static.o sysparams.o text.o win.o
2009 Jan 09
2
Wine 1.1.12 failed to compile on fedora 9
Compiling wine on fedora 9 does not work for me. The compilation ends with: menu.o: In function `test_menu_add_string': /home/wine/Downloads/wine-1.1.12/dlls/user32/tests/menu.c:601: undefined reference to `blah.15349' /usr/bin/ld: menu.o: relocation R_386_GOTOFF against undefined symbol `blah.15349' can not be used when making a shared object /usr/bin/ld: final link failed: Bad value
2008 Nov 18
4
Problems compiling git under OS X
Hi there! I am currently trying to compile hacks.git under OS X and I can't seem to get past the following error during 'make': Code: [...] gcc -o wineserver async.o atom.o change.o class.o clipboard.o completion.o console.o context_alpha.o context_i386.o context_powerpc.o context_sparc.o context_x86_64.o cursoricon.o debugger.o device.o directory.o event.o fd.o file.o handle.o
2010 Aug 26
4
UT3 hangs at start
Hi!When start game through steam or shortcut on desktop,game halt when push "launch" button, after 2-5 seconds and unreal logo becomes gray.In terminal i have "wine: Unhandled stack overflow at address 0x34c7a12 (thread 0044), starting debugger..." and no more.Close game with compulsory exit.Before that game start perfectly on wine 1.2 or wine 1.3,the problem has appeared
2007 Mar 19
2
Wine crash
Hello, I can't use Wine from version >=0.9.18 anymore. It compiles ok and then it crashes somewhere in the middle of installation, I think when Wine tries to execute something. Even when I try to run winecfg it crashes. It worked with Wine version 0.9.17 and lower. Anyone have any idea what's wrong ? I'm running Slackware 10.0. Below is what happens when I try to run winecfg.
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
2010 Apr 11
0
[LLVMdev] [Fwd: Can someone help me with error while i make my own pass]
Try doing a clean build, then doing 'make ENABLE_PIC=1' -Chris On Apr 11, 2010, at 9:13 AM, ambika wrote: > > > From: ambika <ambika at cse.iitb.ac.in> > Date: April 8, 2010 9:10:25 AM PDT > To: llvmdev at cs.uiuc.edu > Subject: [LLVMdev] Can someone help me with error while i make my own pass > > > Hi, > > I have added LoaderInterface pass in
2010 Apr 11
2
[LLVMdev] [Fwd: Can someone help me with error while i make my own pass]
-------------- next part -------------- An embedded message was scrubbed... From: ambika <ambika at cse.iitb.ac.in> Subject: [LLVMdev] Can someone help me with error while i make my own pass Date: Thu, 08 Apr 2010 21:40:25 +0530 Size: 4901 URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100411/33876147/attachment.eml>
2010 Apr 12
1
[LLVMdev] [Fwd: Can someone help me with error while i make my own pass]
Tried that but still no success Chris Lattner wrote: > Try doing a clean build, then doing 'make ENABLE_PIC=1' > > -Chris > > On Apr 11, 2010, at 9:13 AM, ambika wrote: > >> >> >> *From: *ambika <ambika at cse.iitb.ac.in <mailto:ambika at cse.iitb.ac.in>> >> *Date: *April 8, 2010 9:10:25 AM PDT >> *To: *llvmdev at cs.uiuc.edu
2001 Dec 08
1
LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]
Hooray, I got gdb to do what I need, to skip the first exception and break before the second. The key commands are: gdb (winepath)/bin/wine Set the arguments: > set args --winver nt40 yourapp Tell gdb to pass segmentation faults to the program: > handle SIGSEGV nostop pass Set a breakpoint at main: > b main Run the program: > run This loads all the shared libraries, and
2001 Jun 26
3
dde_private.h?
Build problem on a fresh CVS build, during 'make depend'. This after I wiped everything in my wine-x86 directory (the source is in ../wine): Tue Jun 26 07:58:16 PDT 2001 [lots snipped] make[3]: Leaving directory `/h5/ewill.h3/development/source/cvs/remote/\ wine/wine-x86/windows' ../../tools/makedep -I../../../wine/dlls/user -I. -I../../../wine/include \ -I../../include
2005 Apr 02
1
Compilation fails
Dear All Hi, I am using ./tools/wineinstall to compile and install Wine-20050310 with all default settings unchanged except `prefix' in ./tools/wineinstall. which I have changed to prefix=/usr/local/Wine. But wineinstall exits with the following error message:{{{ make[2]: Entering directory `/ext3/pkgs2/ztmp/Downloads/Wine-20050310/wine-20050310/programs/winetest'
2008 Jun 14
1
Porting with winelib - undefined reference to `WinMain'
Hello! I'm trying to port zCPU emulator (http://www.wiremod.com/forum/cpu-tutorials-programs/2956-zcpu-emulator.html) to Linux with winelib. This app is mainly console, but can draw some stuff using SDL. The problem is: compiles fine but when linking I get Code: /usr/lib/wine/libwinecrt0.a(exe_main.o): In function `main': exe_main.c:(.text+0x9d): undefined reference to `WinMain'
2010 Apr 08
0
[LLVMdev] Can someone help me with error while i make my own pass
Hi, I have added LoaderInterface pass in llvm code and then I invoke this pass in other pass. Iget the following error: llvm[0]: Linking Release Loadable Module MyDfg.so /usr/bin/ld: /home/ambika/llvm_3/llvm-obj/lib/ss-fs/Release/MyDfg.o: relocation R_386_GOTOFF against undefined symbol `(anonymous namespace)::LoaderInterface::ID' can not be used when making a shared object /usr/bin/ld:
2010 Sep 26
0
[LLVMdev] What is the canonical way to build on Solaris 10?
Hi, I am trying to get r114797 to build on Solaris 10u6 (5.10 Generic_142901-03). gcc 4.2 is installed and configured with: -bash-3.00$ /opt/gcc4/bin/gcc -v Using built-in specs. Target: i386-pc-solaris2.10 Configured with: ./configure --prefix=/opt/gcc4 --with-gnu-as --with-as=/usr/sfw/bin/gas --without-gnu-ld --with-ld=/usr/ccs/bin/ld --enable-shared --enable-languages=c,c++ Thread model:
2015 Mar 06
0
Wine release 1.7.38
The Wine development release 1.7.38 is now available. What's new in this release (see below for details): - New version of the Gecko engine based on Firefox 36. - Support for themed scrollbars. - Updated version of the Mono engine. - More compatible RPC interface for service control. - Support for X Drag & Drop version 5. - Threading fixes in IME support. - Various bug
2009 Jul 15
0
Bug#536175: Bug#536175: Bug#536176: xen-utils-3.4: trying xen-3.4 once breaks xen-3.2 (?)
Here is a patch to the Debian xen-3 3.4.0-1 package that reenables ioemu. I have been using it for the last four weeks. (I understand there are reasons this cannot go into Debian yet, but hopefully it will be useful to people that depend on running HVMs today.) Anders -------------- next part -------------- --- xen-3/debian/changelog +++ xen-3/debian/changelog @@ -1,3 +1,10 @@ +xen-3
2008 Apr 08
12
Getting old versions of wine?
Hi, i used to play Warcraft 3 on wine very well years ago and recently decided to give it another go, only to find that it won't work with recent versions of wine. I think this is sad beyond words, but its not my project. I come here to ask some guidance in getting an old version of wine. My googling reveals that 0.9.10 is the one i should get. I use Ubuntu 7.10 and i can try to compile from
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
Hello all, I was trying to install Wine on my MacBook via the Terminal. These are my system specs: odel Name: MacBook Model Identifier: MacBook2,1 Processor Name: Intel Core 2 Duo Processor Speed: 2 GHz Number Of Processors: 1 Total Number Of Cores: 2 L2 Cache (per processor): 4 MB Memory: 1 GB Bus Speed: 667 MHz Boot ROM Version: MB21.00A5.B07 SMC Version: 1.13f3 Serial Number: BLAHBLABLAH