similar to: installation problem

Displaying 20 results from an estimated 1000 matches similar to: "installation problem"

2006 Jun 03
2
Wine : error during compilation (mandriva 2006 - x86_64)
Hi, I have Mandriva 2006 x86_64. I tried to install wine, but the binaries are for 32 bits and the result is very instable (win programs close suddenly, no internet available for those programs, etc...) So I tried to compile wine 0.9.14 from source, but I have an error during make when "searching for -lXext" : LD_LIBRARY_PATH="../../libs/unicode:$LD_LIBRARY_PATH"
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 Feb 23
4
Gcc error during make depend/make of latest Git-Wine source.
I'm on Linux Mint Fluxbox CE 5 trying to compile the latest Git source. I previously had Wine 1.0 something from the Synaptic repos, and wanted bleeding edge so I did Code: $ aptitude remove wine and then followed the Wine + Git instructions. After the repo was cloned I ran ./configure, installed a couple dependencies and libfreetype-dev, and the config script then ran fine. Then I
2019 Jun 08
2
Help Building LLVM for Android
Hey Guys, I'm working on a project in Android related to System-level Audio DSP Effects for Tuning Android Audio. I want to leverage Faust ( https://faust.grame.fr/) to allow users to program their own filters. Faust provides a libfaust implementation which includes a JIT Compiler which leverages LLVM and seems to be the best path for me to use. Unfortunately I'm having problems
2008 Oct 23
1
Wine install problem - undefined reference to `bMenuVisible'
I installed 1.1.6 and it was working fine except for one application. I installed 0.9.32 after changing my .wine directory to .wine_bak. (someone mentioned that they had got my application to work on the older version). The application still didn't work, so I changed my .wine directory to .wine932, and changed my .wine_bak to .wine. At that point I expected everything to be back to where I had
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
2003 Jun 23
0
d3d8.spec.c Segmentation fault
Hi all, I am recieving this segmentation fault everytime i try and install wine 20030618. I run a mandrake 9.1 system with glibc 2.3.2-3mdk. Anybody have any ideas how to solve this? Thanks in advance Ryan ../../tools/winebuild/winebuild -D_REENTRANT -fPIC -D__WINESRC__ -o d3d8.spec.c --spec ./d3d8.spec version.res d3d8.dll.tmp.o -L../../dlls - luser32 -lgdi32 -lkernel32 make[2]: ***
2015 Jan 27
2
[LLVMdev] build failure on mingw gcc 4.9.1
I encountered a new build failure (r227128) on my nightly build of LLVM for MinGW: FAILED: cmd.exe /c cd . && D:\MinGW\x86_64-4.9.1-release-posix-seh-rt_v3-rev0\mingw64\bin\c++.exe -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wno-comment -std=gnu++11 -g
2008 Nov 27
4
Error compiling 1.1.9
hi, i'm trying to compile the wine 1.1.9 version, but i get this error. gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o ntdsapi.o ntdsapi.c ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./ntdsapi.spec ntdsapi.o -o
2007 Mar 19
1
Wile: Error when executing "make" in SimplyMepis 3.4.3
Hello, I got the following error message when I executed "make". Can anyone help me on this issue? Thanks! Mike make[1]: Entering directory `/home/zheng/Desktop/wine-0.9.28/tools' make[1]: `makedep' is up to date. make[1]: Leaving directory `/home/zheng/Desktop/wine-0.9.28/tools' make[1]: Entering directory `/home/zheng/Desktop/wine-0.9.28/libs' make[2]: Entering
2007 Mar 19
3
64 bit compilation SUSE 10.2
Greetings All, I am attempting to compile wine under the SUSE 10.2 64 bit distribution, and am running into a bit of a problem. I have installed every 32 bit library that I could find in the distro, including the xorg-X11 libs. I ran the following commands: ./configure --prefix=/usr --x-libraries=/usr/X11R6/lib make depend && make The compilation chugs away for about 15 min,
2004 Aug 26
18
wxRuby 0.5.0 has been released!
wxRuby 0.5.0 has been released and is now available for download from RubyForge at http://wxruby.rubyforge.org/ This release includes binary builds for Max OS X and MS Windows. Please report any bugs or feature requests here: http://rubyforge.org/tracker/?group_id=35 Changes in this release include: * Added XRC (Xml Resource File) support. * Added totally awesome HTML widget from Tobi
2002 Dec 27
1
Wine Problems
When i run make, in the wine directory, i have the followin errors: gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -o riched32.dll.dbg.o riched32.dll.dbg.c ld -r charlist.o reader.o text-writer.o richedit.o riched32.dll.dbg.o -o riched32.dll.tmp.o strip --strip-unneeded riched32.dll.tmp.o
2009 Dec 08
4
[LLVMdev] Rebuilding LLVM libraries with LLVM-GCC on Windows
Hello again, In order to avoid the set jump/long jump dependency of DLLs built under Visual C++, we're trying to build the libraries and tools under LLVM-GCC so it will use DWARF exception handling instead of SJ/LJ. The problem we're running into is that the libraries that we just finished creating cannot be found later in the build process when OPT tries to build. My partner has MinGW
2005 Apr 01
2
Compiling on AMD64: errors
I'm trying to compile ver 20041019 (older ver for winetools) on my x86_64 Fedora Core 3. ./configure works fine, and so does make depend, but when it comes down to actually compiling, it has a hard time locating the right libs to link against. ../../../tools/winegcc/winegcc -B../../../tools/winebuild -shared ./winearts.drv.spec arts.o audio.o winearts.drv.dbg.o -o winearts.drv.so
2015 Jan 27
3
[LLVMdev] build failure on mingw gcc 4.9.1
On Tue, Jan 27, 2015 at 10:02 AM, Mueller-Roemer, Johannes Sebastian <Johannes.Sebastian.Mueller-Roemer at igd.fraunhofer.de> wrote: > Adding -D__MSVCRT_VERSION__=0x900 (or higher) to CMAKE_CXX_FLAGS and > -lmsvcr90 (or higher) to CMAKE_CXX_STANDARD_LIBRARIES appears to work. > -lmsvcrt80 does not work, contrary to the comment on the MinGW bug tracker. > However, if you do not
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
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
2010 May 17
0
Compiling 1.1.20:undefined reference to `png_set_longjmp_fn'
Hi all. I'm trying to compile an older wine version from git. What I did was first to 'git clone' the repo into a folder and then issue a 'git checkout wine-1.1.20' command which should give me the source for the 1.1.20 release. Then I do a "./configure --prefix=/usr" and then I compile with "make depend && make". This is a part of the last output:
2001 Aug 13
1
WineLib Linker Error?
I am doing some testing with WineLib and the 20010731 release and am having some trouble with the final linkage. I have a very simple test.cpp file and the following spec file: name test mode guiexe type win32 import shell32.dll import comdlg32.dll import user32.dll import gdi32.dll import kernel32.dll import ntdll.dll and a hand crafted make file. When I run the make I get the