Displaying 20 results from an estimated 5000 matches similar to: "winegcc and g++"
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.
2006 Mar 02
1
Error while compiling code using wineg++ / winegcc
Hi!!
I am not able to compile a test program on solaris using winegcc tool.
Can anybody help?
Here's the program source code:
// file test.cpp
#include <stdio.h>
#include <windows.h>
int main ()
{
SYSTEMTIME lpSystemTime;
GetSystemTime(&lpSystemTime);
printf("Today is: %d/%d/%d\n", lpSystemTime.wYear,
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
2009 Mar 26
1
winegcc and 'undefined reference's for names from gdi32
Hello!
Problem with winegcc. Could you please write me where is my mistake?
t:~$ LANG=C make pc
winegcc -o inkdemo.pc src/*.c -linkview -lfreetype -ljpeg -lz
/usr/local/lib/libinkview.a(hw_emulator.o): In function `eink_waveform':
hw_emulator.c:(.text+0xa22): undefined reference to `SetBitmapBits'
hw_emulator.c:(.text+0xa73): undefined reference to `BitBlt'
2009 May 28
1
how to compile
<BEGINNER i am begginer>
i try to use winegcc all link, include, lib paths are ok
but i got linker error
Main-z6Kx8u.o : (.data.DW.ref.__gxx_personality_v0[DW.ref.__gxx_personality_v0]+0x0): undefined reference to `__gxx_personality_v0'
and i don't know to which library it belong
2009 Dec 15
1
Strange Winsock problem
Hello,
I try to port a small program (Windows resouces manipulation tool) on MacOSX, but I've a strange compilation problem :
Code:
wineg++ -c -I. -I/usr/local/include/wine -I/usr/local/include/wine/windows -o ExeIconManipulation.o ExeIconManipulation.cpp
/usr/include/sys/_select.h:47: error: declaration of C function ?int select(int, fd_set*, fd_set*, fd_set*, timeval*)? conflicts
2009 Jun 10
1
Debugging .a library created with winegcc
I am using winegcc/wineg++ to port a windows application to linux.
Everything works fine and I produce .a library files that I link to create executable (exe.so) files.
My problem is that I can not set breakpoints when I am debugging. I start winegdb on my exe.so and write "break <symbol>" where <symbol> is a symbol in n .a library that the .exe.so was linked with. But the
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
2006 Jun 26
2
Compilation error using winegcc
Hello!!
I am new user to Wine. I have downloaded Wine-0.9.15 sources on solaris box and tried to compile a simple "Hello World" program using WineLib. I am getting following error:
winegcc: -Wl,-G,-B,symbolic failed.
*** Error code 2
make: Fatal error: Command failed for target `helloworld.so'
Can anybody guide me as to what went wrong? I have following environment setup
2008 Jan 24
2
Problems when compiling MFC application
<table cellspacing='0' cellpadding='0' border='0' ><tr><td style="font: inherit;"><font size="2">Dear All,</font><br>
<br>
<font size="2"> This is my first post on the wine organisation mailing lists, i would like to inform all of you i am using
2005 Dec 06
3
wine-0.9.2 compile problems under suse10-x86_64
hello all,
cannot compile wine Version 0.9.2 under suse10-x86_64, neither from source
nor from the src-rpm. there must be some trouble between libraries:
../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./ddraw.spec clip
per.o ddraw_hal.o ddraw_main.o ddraw_thunks.o ddraw_user.o ddraw_utils.o main.o
palette_hal.o palette_main.o regsvr.o surface_dib.o surface_fakezbuffer.o surfac
2009 Jun 25
1
Compiling and linking QT project with Wine libraries
Hi!
Sorry if my question very nooby, but I couldn't find answer in others posts. I'm trying to compile QT project which using some functions from kernel32.dll (SetEvent, Sleep, ExitThread etc.). I include Wine lib in my QT project file:
Code:
LIBS += /usr/lib/wine/kernel32.dll.so
When I linking my project I have errors such as:
Code:
undefined reference to 'SetEvent'
undefined
2003 Aug 19
1
Problems building dlls for use with winelib
Hi,
I am currently having trouble building the DLLs of an application ported
from Win32 to Winelib - compiling, thanks to some hints from Dimi O.
Paun, now works fine, only(?) the final linking step fails. Since
Winelib-documentation is unfortunately pretty outdated, I tried to
orientate myself on the makefiles of the Winelib dlls in the cvs
/wine/dlls/ directory. I tried the following
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
2009 Dec 14
2
FlexBuilder plugin (JAVA) with native windows dll calling
Hi,
I'm developping an Adobe FlexBuilder plugin (it's an Eclipse plugin).
This plugin is written in Java. But it use windows dlls that was created for some features of the plugin.
And I try to port my plugin on MacOSX.
I've one question about wine :
- In java I use System.LoadLibrary to load my dlls, does Wine can help me for loading theses dlls under MacOSX? Does wine can map these
2010 Dec 02
4
Why msvcrt generates errors ?
Hello winers
I'm doing a little excersice.
A minimal source
#include <string>
int main(void)
{
return 0;
}
So, if i compile that with:
g++ -I/usr/include/wine/msvcrt -c myfile.cpp
I get errors like:
In file included from /usr/include/c++/4.4/bits/postypes.h:42,
from /usr/include/c++/4.4/bits/char_traits.h:42,
from
2009 May 24
1
directions for porting my own code using 3rd party dll
Hi
I have a c++ project Im working on under windows.
it uses a 3rd party library (ie, i have headers and dll).
mostly for development I'd like to be able to work on it under linux. and i thought that should be easy with wine.
but now i read through the Winelib User's Guide and Im somewhat lost.
its talking about winemaker and bad cases of filenames, generating makefiles and stuff.
Im
2012 Apr 15
6
Can not uninstall / remove Wine 1.5.0
I have been trying to upgrade to 1.5.2 from 1.5.0
I can't seem to get rid of it. I have Removed it via Software Center, Synaptics Package Manager, and some command lines.
Killed orphan files.
typing;
wine --version
give;
wine-1.5.0
Please help me remove.. I need to install 1.5.2
Note: Im a novice.. so might have to spell out what to type in command line.
Thanks
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
2009 Sep 03
2
wine advantages over mingw
What are the advantages of using winegcc over the mingw cross compiler?
Also, what are the differences in the header files / libs supplied with each ?
I have an app (http://www.autohotkey.com/forum/viewtopic.php?t=46546) cross compiling with mingw using codeblocks, and I have it working under winelib side by side native linux code.
I wanted to translate it so it would compile with winegcc so