similar to: What value does Wine return..?

Displaying 20 results from an estimated 30000 matches similar to: "What value does Wine return..?"

2009 Jun 04
2
Problem compiling Wine with Freetype on Ubuntu Hardy 64
I have a problem compiling Wine with Freetype. Not sure what to do: dpkg -i wine*.deb Code: checking for freetype-config... freetype-config checking for -lfreetype... not found configure: error: FreeType development files not found. Fonts will not be built. Dialog text may be invisible or unaligned. Use the --without-freetype option if you really want this. make: *** [config.status] Error 1
2008 Nov 09
2
[LLVMdev] Mingw, cross-compiling,___eprintf
Cross-compiling from Ubuntu 8.04 x86_64 to mingw with the cmake build system fails with this error while linking some tools: ../../lib/libLLVMSystem.a(DynamicLibrary.cpp.obj):DynamicLibrary.cpp:(.text+0x367): undefined reference to `___eprintf' ___eprintf is mentioned in lib/System/Win32/DynamicLibrary.inc. This symbol is referenced by libLLVMSystem.a when LLVM is natively built on
2012 Jun 24
3
Patch for cross compilation with MinGW32
Hello, I had some difficulties compiling the current git ( http://git.xiph.org/?p=flac.git;a=commit;h=a7e3705d051bafd1cae90f6605287cc1d9f2a18d ) using the Ubuntu 12.04 supplied MinGW32 cross compiler: I configured the FLAC build with --host=i586-mingw32msvc --target=i586-mingw32msvc --build=i586-linux but ran into several linker problems. Are these options somehow wrong? It worked fine when
2011 Jul 17
2
cross-compiling nut
Hello, I would like to run nut 2.6.1 on an embeeded machine ( arm9 ) running linux and uclibc. A working gcc tool chain came with the board. How can I compile and build nut using the cross compiler tool chain ? I know that this is not a very specific question. I have however little experience with cross compiling, and I wonder where to start. A logical point would be the configure script. It
2011 Aug 02
2
[LLVMdev] [cfe-dev] Undefined reference cross-compiling shared llvm/clang for mingw
Abramo, it must be the query for llvmdev, not for cfe-dev. 2011/7/28 Abramo Bagnara <abramo.bagnara at gmail.com>: > ../llvm-r136065/configure --host=i586-mingw32msvc > --enable-targets=host-only --disable-jit --enable-bindings=none > --enable-shared --disable-threads --disable-pthreads > --disable-assertions --disable-optimized I added --enable-shared for cygming a year ago.
2010 May 20
1
Patching wine -- 64bits
Hello, first, sorry for my english, my native language is spanish and i haven not been a good student. My problem is the next; I have ubuntu 10.04TLS, I installed "Runes Of Magic" and got a lot of problems for play, for the last one, I also found the solution, is apply a patch, or edit minidump.c file, this file is inside source codes of wine avaible for download like:
2008 Apr 13
2
Cross compiling from Linux to Win32
Hi all, I have just commited a couple of small fixes [0] to allow libogg to be compiled using the MinGW cross compile tools on Linux to generate Win32 binaries (include a DLL) and run the tests under Wine (the windows emulator). On Ubuntu (or Debian) do you will need to install the following: apt-get mingw32 mingw32-binutils mingw32-runtime wine To configure and build do: ./configure
2008 Nov 09
0
[LLVMdev] Mingw, cross-compiling,___eprintf
Hello, Oscar > oscar at qcore:~/dev/llvm/mingw-x$ i586-mingw32msvc-g++ --version > i586-mingw32msvc-g++ (GCC) 4.2.1-sjlj (mingw32-2) Have you tried to build llvm natively with exact same compiler version? AFAIR, someone reported, that either this was not possible or there was a miscompilation. PS: Everything is with crosscompilation via gcc 3.4.6 & ld 2.18 -- With best regards, Anton
2019 Jan 21
2
How to set command line option programmatically?
Hello, i want to use the Scalarizer pass. (http://llvm.org/doxygen/Scalarizer_8cpp_source.html). This pass exposes the "scalarize-load-store"(default false) option on the command line. For my use-case i want to always enable this option. How can i enable this option programmatically? Thank you
2006 Dec 18
1
Can't find lcabinet when runnig make crosstest
Hi, when I run make crosstest, I get an error message saying it can't find lcabinet : make[2]: Entering directory '/home/colin/Devs/wine/dlls/advpack/tests' i686-mingw32-gcc advpack.cross.o files.cross.o install.cross.o testlist.cross.o -o advpack_crosstest.exe -lcabinet -luser32 -ladvapi32 -lkernel32 /usr/lib/gcc/i686-mingw32/3.4.4/../../../../i686-mingw32/bin/ld: can't find
2009 May 30
3
[LLVMdev] Getting started (Windows)
Hi Duncan, Thanks for the reply, that did indeed work. I realise that I could use llvm-gcc but I want to learn how to use the parts of llvm that would allow me to make my own compiler (eventually), also at this point I'm trying to avoid having to build all of llvm myself and just use what is available pre-built from the site. I was wondering how to actually create the exe? For example with
2012 Dec 04
1
[LLVMdev] What does LLVM ERROR: Cannot select.. mean?
Am Montag, den 03.12.2012, 17:40 -0600 schrieb Krzysztof Parzyszek: > On 12/3/2012 5:07 PM, Roman Kennke wrote: > > Hello, > > > > I am currently working on Shark, a backend for the Hotspot VM of > > OpenJDK, which uses LLVM to generate target machine code. > > > > I am currently running into an LLVM error message, and I don't know > > exactly what
2011 May 04
2
first occurrence of a value?
Hello, A simple question perhaps, but how do I, within each row, find the first occurence of the number 1 in the df below? I want to use this position to programmatically create the variable 'year'. I'v come up with a solution, but I find it downright ugly. Is there a simpler way? I was hoping for a useful built-in function that I don;t yet know about. df <-
2010 Dec 16
3
windows_port NUT branch
Hi, Frederic, big thanks for your work on this, by a coincedence it's exactly what i need at work :) I'm compiling your branch on Debian GNU/Linux with mingw and having some minor troubles worth mentioning and (i hope) fixing. I configure with CC=586-mingw32msvc-gcc ./configure --host=i586-mingw32msvc --prefix=/c/winnut/ Interestingly, there's scripts/Windows/Makefile in the repo
2009 Apr 03
6
Windows builds in general
Hello folks, So as it turns out (having gotten sucked into virtualization development at Red Hat) I'm now actually pretty well set up to handle some amount of Windows build system maintenance and binary builds for relases. Of course simply having the tools (and not having even tried to use them since.. oh around 1998) doesn't mean I know what I'm doing. I know we have Win32 capable
2008 May 01
10
Non-bootable PC after using ASPI via Wine
Many years ago I wrote a Windows program that needs a SCSI card. It addresses the SCSI card using ASPI. Unfortunately, when I run the app under Wine, I see some errors (all beginning with 'fixme:') which suggest that ASPI isn't yet fully implemented (and as such, the app doesn't work properly). However - much more worrying is the fact that after running this app I end up with a
2009 Apr 17
15
[LLVMdev] mingw build problems
I'm trying to cross-compile LLVM with build=, host=target=. I'm using the following packages from Debian lenny: mingw32 4.2.1.dfsg-1 mingw32-binutils 2.18.50-20080109-1 mingw32-runtime 3.13-1 The first problem I hit was when I configured with CC, CXX, AR and RANLIB set to mingw cross-tools, but forgot to specify NM as well. This resulted in a load of warnings that scrolled off the
2012 Oct 04
2
How to build a list with missing values? What is missing, anyway?
This is tangentially related to Hadley's question. Suppose I'm building a function programmatically; I have assembled an expression for the body and I know the names of the arguments it wants to take. Suppose I have some convenience function such that writing make_function(alist(a=, b=), quote(a+b), environment()) is equivalent to writing function(a,b) a+b So how do I make the
2004 Aug 06
1
Transition to IceCast 2
I'm trying to migrate to icecast2 from 1.3.12, and having a bit of trouble with the admin interface. I have a need to programmatically control icecast, including dumping the stream to a file, among other things. Under the old icecast, it was relatively easy to open a socket to port 8000 on the icecast server and programmatically interact with the admin console. I can't seem to get it to
2006 Oct 20
2
Generating start values for nls
Dear R-listers, I would like to know if there is a way to programmatically generate parameter start values for the model y~(a*exp(b*x)+c*exp(d*x)) in R. I've scoured the help files and archives for nls() and similar searches, and have read Fox 2002 - the best advice has been to make estimates from a priori knowledge of the data. However, in the Matlab CurveFit tool, reliable start values are