Displaying 20 results from an estimated 100 matches similar to: "Compiling wine in Solaris."
2009 Feb 14
3
Building wine with profile generation
Hi all,
I'm trying to build wine with the following command:
Code:
./configure CFLAGS="-O2 -fprofile-generate" --prefix=/home/ema/winepf
As I have a lot of these errors:
Code:
gcc -O2 -fprofile-generate -o sfnt2fnt sfnt2fnt.o -L../libs/wine -lwine ../libs/port/libwine_port.a -lfreetype -lz -Wl,--rpath,\$ORIGIN/../libs/wine
/usr/bin/ld: sfnt2fnt: hidden symbol
2006 Mar 06
1
Wins Installation problem on solairs x86 version 5.10
Follwoing errors are shown while installation. Any quick help will be
highly appriciated.
config.c: In function `init_server_dir':
config.c:217: warning: right shift count >= width of type
config.c: In function `init_paths':
config.c:256: warning: unsigned int format, uid_t arg (arg 3)
mmap.c: In function `try_mmap_fixed':
mmap.c:107: warning: implicit declaration of function
2010 Aug 19
4
How to compile 64-bit Wine 1.3.0 under Mac OS X 10.6.4
Hello,
Sorry if this has been addressed elsewhere, if so please let me know where!
I'd like to compile 64-bit Wine 1.3.0 via GCC 4.5.1 (I use GCC 4.5.1 according to the instructions here: http://wiki.winehq.org/Wine64) on my Mac running Mac OS X 10.6.4 with a goal of taking advantage of the 8.0 GB of RAM I've got.
I set CFLAGS="-march=native -m64", CXXFLAGS="-march=native
2008 Sep 08
0
Re: Can't build Wine
Well, i've got the same problem. Slackware 12.0. Making Wine 1.1.4, but the problem has been since 0.9x.
make -d:
...
Trying pattern rule with stem `Makefile.in.sh'.
Trying implicit prerequisite `SCCS/s.Makefile.in.sh'.
No implicit rule found for `Makefile.in'.
Finished prerequisites of target file `Makefile.in'.
No need to remake target `Makefile.in'.
2009 Dec 26
3
Unable to compile wine on WinXP with Cygwin
Hi,
I'm trying to compile wine on XP with cygwin but make fails :
Code:
$ make
make[1]: Entering directory `/home/Alex/wine-git/tools'
make[1]: `makedep.exe' is up to date.
make[1]: Leaving directory `/home/Alex/wine-git/tools'
make[1]: Entering directory `/home/Alex/wine-git/libs'
make[2]: Entering directory `/home/Alex/wine-git/libs/port'
make[2]: Nothing to be done for
2008 Jun 01
1
Can't build Wine
winegcc: ../../tools/winebuild/winebuild failed
make[2]: *** [acledit.dll.so] Error 2
make[2]: Leaving directory `/home/xelinis/wine-1.0-rc3/dlls/acledit'
make[1]: *** [acledit] Error 2
make[1]: Leaving directory `/home/xelinis/wine-1.0-rc3/dlls'
make: *** [dlls] Error 2
This is a new one for me since I've been compiling every release since 0.9.1. Hints?
2008 Jul 02
1
Compiling on AMD64 with a cross-compiler
Hello.
I'm still trying to get the latest (post 0.9.60) wine releases to build on
my laptop; it is a SlAMD64 installation.
I used to compile ok up to 0.9.60; then from 0.9.61 on it refused to
compile.
I tried lately to compile this way:
CFLAGS="-I/test/alsa/lib32/include" \
LDFLAGS="-L/usr/lib -Wl,-rpath-link,/usr/lib -L/test/alsa/lib32/lib
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
2011 Aug 11
2
error message of wingcc
When I try to build my existing application using winegcc, I get the following error message.
/usr/bin/ld: Relocatable linking with relocations from format elf32-i386 (/usr/local/lib/wine/libwinecrt0.a(exe_entry.o)) to format elf64-x86-64 (vida_codecs.a8MfIW.o) is not supported
winebuild: /usr/bin/ld -r failed with status 256
This application can be built from a 32 bit OS Linux without problem.
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'
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__
2007 Apr 27
0
Wine release 0.9.36
This is release 0.9.36 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- Midi support in the CoreAudio driver.
- Mixer support in the Alsa driver.
- A lot of MSI fixes.
- Implementation for most D3DRM functions.
- The usual assortment of Direct3D fixes.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you
before
2005 Oct 30
2
Compile cvs version fails
Hi !
Compile latest cvs version fails:
make[2]: Leaving directory `/backup/privat/emulator/wine/dlls/winedos'
rm -f winedos.dll.so && ln -s winedos/winedos.dll.so winedos.dll.so
rm -f wprocs.dll.so && ln -s winedos.dll.so wprocs.dll.so
make[2]: Entering directory `/backup/privat/emulator/wine/dlls/activeds'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__
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 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
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
2006 Jul 14
0
ld -r failed with status 256
Hi,
I'm trying to compile (windows) cpp-sources on a Sun Fire X2100 using
wineg++.
I have managed that all sources are compiled without complain, but
finally
ld aborts with an error message about i386 and x86-64 architecures.
Any idea, what I should do?
thx,
teb
$wineg++ *.cpp
ld: Relocatable linking with relocations from format elf32-i386
(/usr/lib/wine/libwinecrt0.a(exe_entry.o)) to
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.
2008 Nov 14
7
Wine on Solaris 10
Hi,
Can you tell me if Wine is supported on Solaris 10?
Regards
Col
2008 Nov 19
7
Appiing patches to wine GIT
I have never applied patches to wine, so i have a question:
I downloaded wine git , then copied cursor-patches-1.1.8.patch to wine source dir, then
When i entered
$patch -p1 < cursor-patches-1.1.8.patch
#receive
$Reversed (or previously applied) patch detected! Assume -R? [n]
Does it miens that patch no needed? Already installed?