Displaying 20 results from an estimated 10000 matches similar to: "compiling winelib and running configure"
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 Jul 09
1
winelib problems with .configure
I am attempting to use winemaker on a relatively straightforward
Windows App that we have. Just a little background, we started the
effort by first evaluating our application in Wine itself and obtained
very good results. Now, we're moving on to try and compile a version
for Linux by using Winelib and running into this problem. I ran
winemaker with this: winemaker --lower-all which finished
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
2005 Jan 22
0
Re: Compiling the MFC using Winelib
Well, from my recent experience with Winelib, I can tell you this:
Winemaker currently sucks, and the makefiles it creates are
nonfunctional and you'll have to redo them by hand anyway.
Yeah. If I knew anything about how to fix it I just might be tempted to
do so :)
Thanks,
Scott Ritchie
On Sat, 2005-01-22 at 13:19 -0800, Dan Dennison wrote:
> Building MFC for winelib has been
2001 Jul 10
0
Compiling MFC with Winelib - was Need advice porting app
I've changed the message thread to compiling MFC with Winelib because
I believe that is the real essence of my issue at hand. If I can
figure out how to compile MFC then I will have solved my dillemma of
which way to choose in porting my app to Linux. If I can't then I can
use the only path available.
So, there is a big vacant spot in the WineLib users guide for
compiling MFC. I've
2009 Feb 21
2
Compiling Winelib application under x86_64
Hi All
I'm trying to compile the following program
int main()
{
return 0;
}
I generated a makefile using winemaker
running make I get
wineg++ -c -mno-cygwin -o test.o test.cpp
wineg++ -mwindows -mno-cygwin -o test.exe.so test.o -lodbc32 -lole32 -loleaut32 -lwinspool -luuid
ld: Relocatable linking with relocations from format elf32-i386
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
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?
2009 Feb 17
5
Problems in Compiling MFC
1) i'm facing problem while compiling MFC code
when "winemaker" command is given i get these lines
admin at XXX:~/.wine/drive_c/windows/system32/MFC> winemaker --lower-uppercase .
Winemaker 0.6.0
Copyright 2000 Francois Gouget <fgouget at codeweavers.com> for CodeWeavers
closedir() attempted on invalid dirhandle DIRECTORY at /usr/local/bin/winemaker line 1054.
closedir()
2001 Nov 12
0
WineLib and Static Libs
I read the following on wine HQ:
Linking in .lib Files
....
You cannot use .lib files directly with Winelib. The reason is
that winebuild does not support reading .lib files. Support
for '.lib' files (or possibly even '.dll' files) could be
added in but it is not there currently.
Exactly how you deal with that depends on what your situation:
1.if you
2004 Nov 01
1
source level debugging with WineLib?
Hello,
We just started using WineLib, and have very basic question:
which -g??? option do you use to do source level debugging
with winedbg?
I searched the documentation and mailing list for any step-by-step
about this, but found nothing. So either the answer is so obvious
that I just can't see it - or it doesn't work?
By default, winemaker seems configure things for no debug - so
2008 Dec 16
1
My first winelib app - where am I going wrong?
I eventually want to write a Linux application that can load Windows DLLs using winelib (I can do that, right?) but to start off, I just wanted to do a little Hello World test. Here's what I've got:
main.c
Code:
#include <windows.h>
int main(int argc, char** argv) {
MessageBox(NULL, "Hello world.", "Hello", MB_OK);
return 0;
}
This compiles fine
2001 Sep 26
0
winelib and mfc
I am trying use mfc to compile programs in Linux
Well, i have compiled a part of mfc which is need to my VC6 application and
the mfc and mfc+application are compiled without errors or undefined
reference, but when i ran the program i saw this error:
/winhelp: could not load library './winhelp.so' as Winelib application:
cannot open shared object file: cannot load shared object file:
2001 Sep 14
0
MFC+winelib
Hello all,
Some days ago I decided to try to compile MFC under wine.
I've read all wine mailing threads about this, did some exploration
myself, and now have some questions:
1. Does anybody out there have generated Makefile for MFC under wine?
It could save me much time in the beginning, so I don't have to
hand-correct winemaker generated files.
So maybe a kind soul that
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
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