Displaying 20 results from an estimated 2000 matches similar to: "winelib problems with .configure"
2001 Jun 22
0
Half-Life: Selected Mode is not supported by your card
Hi,
following the explainations of the Linux Half-Life Howto I ran into the
problem. Since some places are menshioned in the HOWTO, that you should check
after this error, I get:
root@notch:/home/pwk/wine/wine > ./configure
creating cache ./config.cache
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the
2001 Jul 06
2
winelib and compiling MFC
Hi,
The company I work for, has asked me to use winelib to port some code, however I have a problem compiling the MFC. I run
winemaker 0.5.7
with options:
'winemaker --lower-uppercase -nomfc --dll ./ > \ winemaker_output.txt'
No errors in file or stderror; further winemaker accesses the correct directories.
But when I run ./configure as:
'./configure --with-wine=/usr/bin \
2001 Mar 09
1
winelib
Has anyone have any succes in building a Windows application, on Linux,
using winelib???
I followed the steps in the online documentation and didn't work. I used
winemaker to create some of the configuration files. I then ran ./configure
to generate the Makefile and then I ran make. It compiled the sources fine
and it also created the binary. But the binary file is nothing but a link
to
2009 Mar 26
1
Questions on winelib
Hi.
I'm currently starting the process of porting a windows based gaming engine (uses the windows API),to linux.
I have winelib (winemaker?) and have read through it's documentation but am still unsure what it's really for.
Is it possable to use winelib to assist me in porting this engine from windows to linux,is that what it's for?
If so,do I have to provide all nessesary
2001 Jun 19
1
winelib setup problem
Any chance of some help please?
I have just started trying to get WineLib working on my machine, after
playing with wine for several months.
I am starting slowly. The BASIC hello, world. (no graphics, no Microsoft
etc)
I run winemaker and configure (with -L/usr/local/lib)
make generates
./hw2.spec:7: could not open .so file for advapi32.dll
I am aware of the discussion in January (compiling
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
2008 May 04
1
Winelib and windows.h
I installed winelib and ran winemaker on my project.
But running the makefile fails because it doesn't know where windows.h (or any other the other windows includes are)
How do I resolve this issue? Am I supposed to set the include path to windows.h on my windows drive?
2007 Mar 19
1
Winemaker - Visual Studio 6.0 package
I am trying to get a rather large C++ program written in visual studio
6.0 to work on a linux system. I have installed the wine libraries and
it runs just fine using:
wine <executable name>
However, I would like to be able to compile the program using
winemaker on my linux box. Winemaker runs smoothly. However, the
makefile generated by Winemaker in the root directory has all kinds of
2001 Jun 19
1
winelib with a dll
Sorry to bug you all, but I want to know if I am trying to do something
impossible.
I am trying to use winelib to compile an exe that links to a dll, without
compiling the dll under winelib (i.e. the equivalent of simply linking in
the .lib).
I have a win32 DLL project (hw5) that generates a hw5.lib, hw5.dll and
hw5.h under M$.
I have a win32 gui exe project (hw6) that includes hw5.h, links to
2001 Jun 30
3
winelib runs but wine ok.... Why??
Hi all,
I have a small program (~10k lines) that just uses elementry API (like
SendMessage). It compiles under Borland C++ Builder 5.5.1 (for win exe)
and under g++ with winlib. The problem is that the Builder EXE runs
perfectly with WINE __BUT__ the library built with winlib does not run -
spits out a segmentation faul @ line 400 (whatever that means) and some
Error 139 with nothing else.
All
2001 Mar 02
3
Winelib problems
I'd like to know how to link console functions such as
WriteConsoleOutputA.
They are documented as implemented, and I can compile source code
including these function predefinitions, but I get undefined errors when
linking. I don't know which library to add to get objects linked.
Thanks in advance. Ignasi Villagrasa.
2001 Aug 14
3
questions about winelib
I need to write a win32 program. However, my workstation is a Linux box. I was goingto
create a cross compiler
and compile my code and run it on wine... However, I heard about winelib,
and allegedly I can just use winelib and compile on my linux box using
good ol' gcc and it will just work. Is this true? If so how would I set
that up? Where can I find the docs?
2002 Jan 20
1
little problem with winelib...
hello everybody,
i have a slight problem, i want to write a wrapper around win32 binary dll and
use it with my *nix applications, and i have been through the winelib
documentation, and spent pretty much time trying to make a working wrapper, but
i can't seem to get it working (with and without prototyping the calls i seem to
get many "undefined reference to '....'"'s)...
2001 Nov 11
1
can I use _beginthread and _endthread in winelib ?
hi,
how can I use _beginthread with winelib (I get "undefined reference") ?
thanks,
--
Felix Natter
2001 Mar 12
1
winelib + MFC
I am trying to port an MFC app to Linux using winelib. Can someone please
give me a pointer or two??? I have looked at section 4 of the online
documentation and not much were mention there.
Thanks for help in advane.
-Carl
2011 Jun 21
2
Using winemaker / building wine DLLs
Hi.
I'm not sure if this is the correct place for this question, or if the
wine-devel list is more appropriate; please let me know if I should ask
over there.
I'm trying to build, using winemaker/winegcc/etc, a DLL for use with a
Windows binary. This is a somewhat unusual case, in that this library is
actually explicitly being written for a Windows binary that will run in
Linux (I'm
2001 Apr 18
1
Runtime error with winelib and CreateMutex()
Can't find anything at goggle, so hope someone in this group can help.
I've installed codeweavers-wine-20010305-1.i386.rpm on my RedHat 7.0,
which put everything in /opt/wine/.
I built the following program (in file hello.cpp):
#include <iostream.h>
#include <windows.h>
int main()
{
INT i = 0;
cout << "i = " << i << endl;
HANDLE h =
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
2002 Jun 21
2
rhinoceros 2.0
I have a general question to anyone that has run winemaker to port a windows
application in linux.
Rhinoceros 2.0 has run on wine version 20020512, but I want to get it to
run without using wine. Can someone walk me through the steps for using
winemaker to do this?
Your help is greatly appreciated.
Sincerely,
Walter White
2001 Jun 26
1
Why is winemaker output a library & symlink?
Marcus Meissner wrote:
>
> In article <ax%R6.33895$hV3.53576@newsfeeds.bigpond.com>,
> David Rowe <voicet@bigpond.com.au> wrote:
> >1) Why does winemaker (after ./configure, make etc) produce a library and
> >sym link as the output, e.g. why not an executable.
>
> This is the usual invokation method of WINE binaries. Do not worry.
This is an excellent