Displaying 20 results from an estimated 1000 matches similar to: "problem compiling: crash on BuildSpec16File?"
2008 Nov 07
6
How to spec a (Trollop-based) binary’s internal state?
I?m trying to spec a ?binary?, and as previously discussed on this list,
I?m trying to do it ?from outside? ? i.e., by calling it with Kernel#`
and observing the (side-)effects.
Unfortunately, this doesn?t really let me spec expectations about its
internals. Let?s assume I have a -d flag and I parse it with Trollop to
set Conf.debug:
opts = Trollop::options do
opt :debug, ''Print debug
2012 Nov 25
1
SVIDEO and xrandr
Hello,
I've been trying to get my n17 card to do SVIDEO tv out
--------------------------
01:00.0 VGA compatible controller: NVIDIA Corporation NV17 [GeForce4 MX 440] (rev a3)
--------------------------
It is close to working. The first issue is that it was outputting PAL, and I
found the module parameter and kernel boot config to change that:
--------------------------
2007 Jun 16
0
Fwd: How to set degrees of freedom in cor.test?
You could calculate the confidence interval of the correlation at
your desired df: http://davidmlane.com/hyperstat/B8544.html
The below code takes as arguments the observed correlation, N, and
alpha, calculates the confidence interval and checks whether this
includes 0.
cor.test2=function(r,n,a=.05){
phi=function(x){
log((1+x)/(1-x))/2
}
inv.phi=function(x){
2002 Dec 07
1
need help installing wine...Please!
System: 1800+ athlon
OS: Redhat 8.0
I downloaded the latest tar.gz file from the homepage "wine-20021125"
un-tared it via tar -zxvf Wine-20021125.tar.gz.... then cd to
wine-20021125. From the latter directory I try to run the
./tools/wineinstall "as a user" and get this error:
[JoKeR@WhItEWidoW wine-20021125]$ ./tools/wineinstall
/bin/bash: /root/.bashrc: Permission
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
2007 Mar 19
1
winehq.org winebuild docs outdated?
Hello
I'm trying to follow the instructions on
http://www.winehq.org/site/docs/winelib-guide/spec-file, but the
"-spec" option is apparently no longer supported by winebuild??
My .spec file is called "device.spec" and contains one item:
init WinMain
I've tried to get winebuild to accept this file in a number of ways and
the farthest I've got is with this:
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
2001 Jul 23
1
Compile Error, ld.so.1: winebuild: fatal, Please help!!!!!Thanks
Hi gurus,
Please help me out with the fatal compiling problem. I am using soalris8 x86
with wine-20010629,
Any suggestion would be highly recommended!
/usr/openwin/include/X11/Xutil.h:56: warning: ignoring pragma: "@(#)Xutil.h
1.2 00/07/05 SMI
gcc -Wl,-G -Wl,-h,/usr/local/lib/libwine_tsx11.so locking.o ts_xf86dga.o
ts_xf86dga2.o ts_xf86vmode.o ts_xshm.o ts_xlib.o ts_xresource.o
2010 Jul 06
0
winebuild: rpc_server.o is an empty file
Hey,
When compiling wine 1.2-rc6, I get the following error during the 'make' process:
../../tools/winegcc/winegcc -m32 -B../../tools/winebuild --sysroot=../.. -fasynchronous-unwind-tables -shared ./rpcrt4.spec cproxy.o cpsf.o cstub.o ndr_clientserver.o ndr_cont ndr_es.o ndr_fullpointer.o ndr_marshall.o ndr_ole.o ndr_stubless.o rpc_assoc.o rpc_async.o rpc_binding.o
2002 Oct 05
6
Problems with installing
Hi!
I'm having problems with installing Wine. I have downloaded Wine from CVS,
and tried to install it with tools/wineinstall, but got some errors. This
comes from my shell:
[wayne@wayne wine]$ ./tools/wineinstall
WINE Installer v0.73
I see that WINE has already been configured, so I'll skip that.
We need to install wine as root user, do you want us to build wine,
'su root'
2004 Sep 30
0
Building wine-i386 on x86_64 linux
Hi,
I'm trying to build Wine as a 32 bit program on my x86_64 machine,
running Fedora Core 2. I downloaded Wine-20040914.tar.gz specified that
I wanted to use the 32-bit compilers with:
CC=/usr/bin/i386-redhat-linux7-gcc
CXX=/usr/bin/i386-redhat-linux7-g++ CPP_FLAGS=-m32 CXXFLAGS=-m32
./configure
I then did make depend and make, and everything appears to be being
built with the correct
2001 May 22
3
Trouble building Wine-20010510
Hello All !
I trying to build wine on my Redhat 7.1 box.
Compilation stops with the following error messages :
.
.
.
make[1]: Leaving directory `/receive/wine-20010510/tsx11'
make[1]: Entering directory `/receive/wine-20010510/dlls'
make[2]: Entering directory
`/receive/wine-20010510/dlls/ntdll'
LD_LIBRARY_PATH="../../unicode:$LD_LIBRARY_PATH"
2005 Oct 23
1
Re: winebuild problems - wine-20050930 [SOLVED]
Sorry for the noise.
On 10/23/05, Mark Knecht <markknecht@gmail.com> wrote:
> On 10/23/05, Mark Knecht <markknecht@gmail.com> wrote:
> > Hi,
> > Does anyone know what happened to the --debug option in winebuild?
> > It seems to have disappeared in more recent versions of Wine.
> >
> > I am attempting to build a program that uses winebuild with
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'.
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
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__
2005 Oct 23
1
winebuild problems - wine-20050930
Hi,
Does anyone know what happened to the --debug option in winebuild?
It seems to have disappeared in more recent versions of Wine.
I am attempting to build a program that uses winebuild with the
debug in a Make file. This no longer builds. What's the proper way to
change the Makefile now that this option no longer exists?
I know that's a vague question, but it seems that often
2016 Apr 01
0
Wine release 1.9.7
The Wine development release 1.9.7 is now available.
What's new in this release (see below for details):
- More work towards the WineD3D command stream.
- More support for Shader Model 5 shaders.
- C++ exception handling on x86-64.
- Support for Windows-style static import libraries.
- Performance fixes in the XML writer.
- Various bug fixes.
The source is available from the
2006 May 25
0
backquotes/system in Apache f/cgi
I''ve done tons of searching on this so I apologize if this is one of
those common knowledge things. I am relying on Kernel#` and Kernel#system
to run some command line utilities in my Rails app. This worked great until
I moved to Apache (win32). When running FCGI, neither of these methods work
(both return nil). When running CGI, system seems to work, but ` doesn''t.
I have
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