Displaying 20 results from an estimated 300 matches similar to: ""Problem in Installing wine""
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:
2012 Apr 29
3
Failed to Compile Wine 1.5.3
Hey Guys, I got a issue when I try to compile Wine 1.5.3, then I did a:
doug at doug-pc:/tmp/wine-1.5.3# ./configure > configure.log
and this is the output of the configure.log:
Code:
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler
2011 Jan 20
3
Wine 32 bit office 2010 64 bit??
is it possible to install office 2010 (64 bit ) on wine version 1.3.7 (32bit)........i am having redhat 5.4 64 bit OS...can anyone help??Billion Thanks in advance...
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
2001 Feb 23
0
cross building
I was trying to learn cross building an R pcakage for windows on my linux
machine. I picked a relatively small library gee to test. I downloaded the
cross-tools and put them in my path,
jyan at ludwig:/a3/jyan/src/R-1.2.1/src/gnuwin32$ echo $PATH
/home/jyan/cross-tools/bin:/home/jyan/cross-tools/i386-mingw32msvc/bin:
/usr/lib:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
Following the
2009 Apr 17
0
[LLVMdev] mingw build problems
The next problem I have is:
llvm[2]: Linking Debug executable llc
/usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/libstdc++.a(stubs.o):(.text+0x160):
multiple definition of `_powf'
/home/foad/llvm/objdir-mingw/Debug/lib/libLLVMCodeGen.a(RegAllocLinearScan.o):/usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/include/math.h:576:
first defined here
collect2: ld returned 1 exit
2011 Aug 05
0
[LLVMdev] [cfe-dev] Undefined reference cross-compiling shared llvm/clang for mingw
Il 02/08/2011 13:02, NAKAMURA Takumi ha scritto:
> 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
>>
2014 Feb 27
3
[LLVMdev] Future of the LLVM OpenMP runtime
> What's needed for CPU affinity? We expose his via pthread_attr_setaffinity_np() in <pthread_np.h> -
> does the runtime need anything more from the interface, or was this support just not yet a high
> priority for you? I'd be happy to help with this support.
The Linux code uses the sched_{get,set}affinity calls directly, rather than via the pthread veneer.
It can also
2009 Mar 17
1
Adding labels to heatmaps from image()
Hi,
I have been trying to add labels to the rows of a heatmap produced using image() function. It is simply not working. Here is what I did.
A2Rplot.hclust(hcc,k=length(num),col.up="black",col.down=num,lty.up=2,lty.down=1,lwd.up=1,lwd.down=2,show.labels=FALSE)
#used the above external program to create a colored dendrogram
xsort <- x[1:nrow(x), hcc$labels[hcc$order]]
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
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
2012 Jun 27
1
Failed win32 build
Hello,
While building from git, I'm getting the following failure (help please):
CC ogg_mapping.lo
CCLD libFLAC.la
Creating library file: .libs/libFLAC.dll.a
.libs/bitreader.o: In function `FLAC__clz_soft_uint32':
./include/private/bitmath.h:46: multiple definition of `_FLAC__clz_soft_uint32'
.libs/bitmath.o:./include/private/bitmath.h:46: first defined here
.libs/fixed.o:
2012 Feb 01
2
xiph flac git build fails out of the box
Not sure where bug reports are going yet. I'd love to try to
cross-compile with mingw, but git fails to build out of the box so
far; these scripts work for most any other git tree I've used them on
before.
All that's done:
./autogen.sh
./configure --prefix=/home/avuton/src/mpd-release-utils/build-dir
--host=i586-mingw32msvc -
-build=x86_64-linux-gnu --target=i586-mingw32msvc
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
2006 May 04
3
more compile problems
still trying to get Turbocad LE working (see other post
http://groups.google.com/group/comp.emulators.ms-windows.wine/browse_frm/thread/b27891438d4fa9fa).
Currently trying to compile wine 20040121 so that I can possibly
install two versions at the same time or at very least end up making a
.deb pkg that will install without being forced. Since I had trouble
with compiling from an up to date
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
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
2005 Nov 22
0
Cross compiling with Qt and MinGW for Linux
Hello
I installed qt-win-opensource-4.0.1-mingw in Wine. I copied all dll's into system32 directory, and
mingw10.dll too (because qt need it). Then i compiled a simple "Hello World!" with Qt dlls using
MinGW for linux. I have no problem with cross compiling (0 errors & 0 warnings).
But when i run the app, wineserver & wine-preloader eat 90% of RAM and CPU and show only
2013 Mar 12
0
flac 1.3.0pre2 pre-release
Hi,
On 03/09/13 03:37 am, Erik de Castro Lopo wrote:
> Hi all,
>
> Second and hopefully final pre-release is here:
>
> http://downloads.xiph.org/releases/flac/beta/
OS/2 now needs this patch.
--- configure.ac.orig 2013-03-11 21:52:54.000000000 -0700
+++ configure.ac 2013-03-11 21:53:30.000000000 -0700
@@ -378,7 +378,7 @@
XIPH_ADD_CFLAGS([-D_FORTIFY_SOURCE=2])
2008 Apr 13
0
Cross compiling from Linux to Win32
Can you put that information in a README file inside libogg? I think
it'd be useful.
Cheers,
Silvia.
On Sun, Apr 13, 2008 at 10:33 PM, Erik de Castro Lopo
<mle+xiph at mega-nerd.com> wrote:
> 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