Displaying 20 results from an estimated 2000 matches similar to: "Wine compile failure while compiling glu32"
2011 Apr 24
2
Gentoo AMD64 build - missing GLU32.dll?
Greetings.
I am trying to use wine to run the (ancient) PC game Myth 2. Upon starting the exe (with 'wine Myth\ II.exe') I get the following error:
Code:
err:module:import_dll Library GLU32.dll (which is needed by L"Z:\\home\\dan\\games\\myth2\\Myth II.exe") not found
running 'find / -name *glue32*' returns the following files:
Code:
2019 Sep 27
0
Wine release 4.17
The Wine development release 4.17 is now available.
What's new in this release (see below for details):
- New version of the Mono engine with upstream fixes.
- Support for DXTn compressed textures.
- Initial version of the Windows Script runtime library.
- Support for XRandR device change notifications.
- Support for generating RSA keys.
- Stubless proxies support on ARM64.
-
2004 Apr 12
1
Winelib rookie...
Hi!
I'm trying to port a windows code to linux via
winelib. After running winemaker I get the project
files and run ./configure. At a certain point the
following message appears on the console:
checking for windef.h... configure: error: Could not
find the Wine headers (windef.h)
I have the windef.h file in a irectory named
/usr/include/wine/windows/.
Do I need to setup any environment
2010 Jun 09
2
Help with simple dll wrapper around linux so
Ive recently got metatrader to work on linux uner wine and would now like to see if i can import a dll wrapper so i can use some code i wrote in linux. Im trying something like this (based on http://www.winehq.org/docs/winelib-guide/bindlls) :
add.c:
Code:
int add(int a,int b) {
return a+b;
}
add.h:
> int add(int,int);
WinAdd.c:
WinAdd.c:
Code:
#include <windef.h>
#include
2001 May 14
1
Wine compile errors
Wine gives me an error 2 when I compile it. It reads:
In file included from ../include/windef.h:16,
from ../include/wine/unicode.h:10,
from casemap.c:4:
../include/winnt.h:13:19: ctype.h: No such file or directory
In file included from ../include/windef.h:16,
from
2004 Aug 30
0
Building 20040813 on debian ppc
Hello all,
I have been having problems building wine on debian for ppc. I
continuously get an error from winegcc when building ddraw.dll.so.
Something like:
../../tools/winegcc/winegcc -B../../tools/winebuild -shared
./ddraw.spec convert.o dclipper/main.o ddraw/hal.o ddraw/main.o
ddraw/thunks.o ddraw/user.o dpalette/hal.o dpalette/main.o
dsurface/dib.o dsurface/fakezbuffer.o
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 Nov 20
2
FreeBSD Compilation Issues
I acquired wine from source (version 20031118) just this morning, and I
ran into some issues with an error stopping make in /dll/glu32/, the
last few lines of the output:
------//------
rm -f libwine_unicode.so.1 && ln -s unicode/libwine_unicode.so.1
libwine_unicode
.so.1
gcc -shared -Wl,-Bsymbolic,-z,defs glu32.spec.o glu.o
glu32.dll.dbg.o -o glu
32.dll.so -L../../libs/wine
2010 Feb 20
3
MFC Code Compile Error
Dear Friend
Need in Help
I created using Application wizard vc++ 6.0 single document interface ....
wineg++ -c -mno-cygwin -I. -I/home/khana/mvs6/VC98/mfc/include
-I/home/khana/mvs6/VC98/include -o DemoMfc.o DemoMfc.cpp
In file included from /home/khana/mvs6/VC98/include/windef.h:166,
from /home/khana/mvs6/VC98/include/windows.h:163,
from
2009 Sep 03
4
build wine dll problem
I am trying to follow the instructions here (http://www.winehq.org/docs/winelib-guide/bindlls-wrapper) to build a dll with wine that i can load dynamically in a windows wine application.
this is what i am doing:
MyWinDll.spec
Code:
2 stdcall MyWinFunc (int) MyProxyWinFunc
MyWin.c
Code:
#include <windef.h>
short MyProxyWinFunc(int *i)
{
return 5;
}
shell
Code:
winemaker --nosource-fix
2008 May 18
2
problem build wine lib
This is my first post here, please excuse any incorrect terms etc. I have tried to follow chapter 5 of winelib-guild.pdf, but found winemaker does not correspond to the pdf.
I am using wine version 1.0-rc1. I am trying to call a Linux shared library from an unmodified windows C++ program using a ?C? interface to a DLL. I have built very simple test case that I would like help to compile. Sorry for
2014 Sep 30
2
[LLVMdev] size_t?
I'm getting compile errors because size_t is getting redefined. My
"forced include file" starts with:
#if BUILDING_FOR_WINDOWS
#define NOMINMAX
/* deal with the fact that windef.h also defines BOOL */
#define BOOL WINBOOL
#include <windows.h>
#include <intrin.h>
#undef BOOL
#endif
Looking at the preprocessor expansion of a typical .cpp file, I see that
crtdefs.h
2008 Apr 14
10
wine asio
Does wine asio still work with the current version of WINE?
I tried installing it per the instructions and it didn't want to make.
2015 Apr 27
1
Fwd: Cross Building Tcl using Mingw32-gcc (4.9.2)
I posted this to the comp.lang.tcl newsgroup, but it might relate to a
possible bug in the Mingw32 cross-build environment under CentOS 6 (or EPEL).
Forwarded Message:
From: Robert Heller <heller at deepsoft.com>
Subject: Cross Building Tcl using Mingw32-gcc (4.9.2)
Newsgroups: comp.lang.tcl
Message-ID: <Nc-dnd1wRNTsy6PInZ2dnUU7-b-dnZ2d at giganews.com>
Date: Mon, 27 Apr 2015
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 Jul 12
1
Compiler err compiling latest CVS
Hi!
Just got the latest CVS out of the net. After configuring 'make depend'
fails with
cd `dirname glu32/__depend__` && make depend
/bin/sh: cd: glu32: Datei oder Verzeichnis nicht gefunden
make[1]: *** [glu32/__depend__] Error 1
make[1]: Leaving directory `/home/xch4008/wine/dlls'
make: *** [dlls/__depend__] Error 2
--
Thomas Schweikle <tschweikle@fkn.de>
2010 Oct 24
3
winegcc on non-x86 system
yes, winegcc generates x86 output.
I ever conpiled it on a non-x86 box.
I did not remember whether the generated winegcc generated native code or x86 code.
e.g, how winegcc generates powerpc code.
2017 Apr 13
0
Wine release 2.6
The Wine development release 2.6 is now available.
What's new in this release (see below for details):
- Multi-threaded command stream in Direct3D.
- More Shader Model 5 instructions.
- More support for 3D textures.
- Better font transformations in DirectWrite.
- Various bug fixes.
The source is available from the following locations:
2006 Oct 10
1
DEFCON errors
err:module:import_dll Library GLU32.dll (which is needed by
L"C:\\Program Files\\Defcon\\defcon.exe") not found
err:module:import_dll Library OPENGL32.dll (which is needed by
L"C:\\Program Files\\Defcon\\defcon.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\Program Files\\Defcon\\defcon.exe" failed, status c0000135
I keep getting the
2020 Apr 24
0
Wine release 5.7
The Wine development release 5.7 is now available.
What's new in this release (see below for details):
- Wine Mono engine updated to 5.0.0, with upstream WPF support.
- More progress on the WineD3D Vulkan backend.
- Beginnings of a USB device driver.
- Support for building with Clang in MSVC mode.
- Builtin modules no longer depend on libwine.
- Support for configuring Windows