similar to: Compilation Error

Displaying 20 results from an estimated 2000 matches similar to: "Compilation Error"

2001 Apr 19
0
lex error building on Solaris 8
I get the following error when attempting to build wine 20010326 on Solaris 8, MU3 ./tools/wineinstall ... cd `dirname winebuild/__depend__` && make depend ../../tools/makedep -I. -I. -I../../include -I../../include -C. import.c main.c parser.c relay.c res16.c res32.c spec16.c spec32.c utils.c -C. cd `dirname wmc/__depend__` && make depend ../../tools/makedep -I. -I.
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'
2008 Apr 09
2
compilation from git failed
just done git-pull , during compilation, it said make[2]: Entering directory `/home/bill/wine-git/dlls/qedit/tests' ../../../tools/makedep -C. -S../../.. -T../../.. mediadet.c qedit.rc sound_test.avi: No such file or directory sound_test.avi was first included from qedit.rc:25 make[2]: [Makefile] Error 1 (ignored) ../../../tools/makedep -C. -S../../.. -T../../.. mediadet.c qedit.rc
2001 Apr 22
2
Cannot Compile Wine
Hi, I have been trying to compile win, and to be honest, I am not real good at compiling, so when there is an error, I am left to hunting postings to try to find help. I lucked out and found a message thread with the exact same problem that I have, however, there was no response as to how to get around this. Any suggestions please would be greatly appreciated. I am running Red Hat Linux 7.0. Here
2001 Mar 11
3
Cannot even compile Wine
Hello, I am not great at figuring out compilation problems - usually I just curse and give up. Trying to compile Wine from binaries I get the following error, anyone knows what's wrong and can offer some help on how to get it to work? (the stuff at the top was cut out to save space) ----- make[2]: Leaving directory `/share/Emulators/wine-20010305/tools/specmaker' cd `dirname
2001 Oct 01
2
FTP-to-CVS instructions
There's one section missing from the instructions for downloading a tarball via FTP and migrating it to cvs. I speak, of course, of the paragraph that explains that so many files end up missing this way that after three tries you will give up, rm -rf wine, do a full cvs -z 3 checkout wine, and kick youself hard for not just doing a full checkout in the first place because then you'd have
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
Hello all, I was trying to install Wine on my MacBook via the Terminal. These are my system specs: odel Name: MacBook Model Identifier: MacBook2,1 Processor Name: Intel Core 2 Duo Processor Speed: 2 GHz Number Of Processors: 1 Total Number Of Cores: 2 L2 Cache (per processor): 4 MB Memory: 1 GB Bus Speed: 667 MHz Boot ROM Version: MB21.00A5.B07 SMC Version: 1.13f3 Serial Number: BLAHBLABLAH
2005 Nov 27
0
Latest CVS download opensolaris, AMD 64, build errors
Hi All, I'm on OpenSolaris B27, on an AMD 64 system, I'm getting these errors from the build. I've tried to google a solution for a week but no luck. gmake[2]: Leaving directory `/usr/local/src/wine-sources/wine/dlls/msisys' gmake[2]: Entering directory `/usr/local/src/wine-sources/wine/dlls/msnet32' gmake[2]: Nothing to be done for
2008 Mar 25
4
SAXXMLReader
Perhaps the msxml3: Added support for SAXXMLReader causes compilation failure on my ubuntu gutsy amd64 libxml/SAX2.h: No such file or directory libxml/SAX2.h was first included from saxreader.c:41 make[2]: [Makefile] Error 1 (ignored) ../../tools/makedep -C. -S../.. -T../.. -I/usr/include/libxml2 -I/usr/include/libxml2 attribute.c cdata.c comment.c docfrag.c domdoc.c domimpl.c element.c
2014 Apr 18
0
Wine release 1.7.17
The Wine development release 1.7.17 is now available. What's new in this release (see below for details): - More implementations for the Task Scheduler. - C runtime made more compatible by sharing source files. - Fixes in the Mac OS X joystick support. - Various bug fixes. The source is available from the following locations:
2009 Jan 01
1
wineg++ and conio.h problem
Here is a sample code: Code: #include <iostream> #include <cstdlib> #include <wine/msvcrt/conio.h> int main() { std::cout << "Press something...\n"; getch(); return EXIT_SUCCESS; } and here is the compile log: (two things are translated from polish so may differ a bit but meaning is the same) Code: szczerb at nomad ~/projekty/wine/temp $ make wineg++ -c
2014 Jan 03
0
Wine release 1.7.10
The Wine development release 1.7.10 is now available. What's new in this release (see below for details): - Window maximization in the Mac driver. - AVI compressor implementation. - Thread local storage support in dynamically loaded libraries. - Beginnings of a Task Scheduler implementation. - Extended IPX protocol support. - Various bug fixes. The source is available from the
2008 Dec 23
2
solaris install
Get the following error on Sun Solaris 10, Sparc (Ultra-5) ./tools/wineinstall Wine Installer v1.0 ./tools/wineinstall: !: not found ./tools/wineinstall: : cannot execute ./tools/wineinstallgrep: RE error 41: No remembered search string. ./tools/wineinstall: test: ] missing : Name: not found ./tools/wineinstall: wine: not found Running configure... ./tools/wineinstall: !: not found We need to
2014 Feb 07
0
Wine release 1.7.12
The Wine development release 1.7.12 is now available. What's new in this release (see below for details): - Initial support for Window Media Player interfaces. - Some more Task Scheduler support. - Various C++ runtime fixes. - More dlls with ugly names for Windows 8 API set support. - Various bug fixes. The source is available from the following locations:
2009 Mar 17
1
problem with bisect missing a file
I was bisecting the patches to 1.1.11 to test Fable and after a few iterations, make depend complained: make[2]: Entering directory `/home/nando/wine-git/dlls/cryptui' ../../tools/makedep -C. -S../.. -T../.. main.c cryptui.rc checks.bmp: No such file or directory checks.bmp was first included from cryptui.rc:40 make[2]: *** [depend] Error 1 make[2]: Leaving directory
2011 Feb 18
1
[PATCH] core: Honor DISPLAY text background color when in VGA mode
When in VGA graphics mode, BIOS int 10h ah=09h doesn't seem to treat high-order attribute bits as a background color; instead, it apparently always uses black. This means that a background color requested via <SI> in a DISPLAY file is not honored in VGA mode. However, the BIOS supports an "XOR" mode, in which the pixels to be written are XORed with pixels already on the
2006 Mar 20
1
can't compil
Hello! Why isolinux.asm is not compil? isolinux.asm:304: error: short jump is out of range isolinux.asm:307: error: short jump is out of range isolinux.asm:788: error: symbol `DATE_STR' undefined ui.inc:26: error: short jump is out of range ui.inc:30: error: short jump is out of range ui.inc:64: error: short jump is out of range ui.inc:88: error: short jump is out of range ui.inc:117: error:
2013 Oct 25
0
Wine release 1.7.5
The Wine development release 1.7.5 is now available. What's new in this release (see below for details): - Support for registration-free COM using activation contexts. - Improved support for simulated bold fonts. - Unicode data updated to Unicode 6.3. - Better support for typelib registration on 64-bit. - Various bug fixes. The source is available from the following locations:
2007 Jul 02
1
download.file - it works on my Mac but not on Windows.
Hi: I am working with someone remotely to allow them access to our data. The follow command using "download.file" works perfectly on my Mac: > > download.file(url="http://oceanwatch.pfeg.noaa.gov:8081/thredds/ > wcs/satellite/AG/ssta/14day? > request=GetCoverage&version=1.0.0&service=WCS&format=NetCDF3&coverage= >
2013 Mar 21
4
[PATCH] btrfs-progs: make btrfs dev scan multi path aware
We should avoid using non multi-path (mp) path for mp disks As of now there is no good way (like api) to check that. A workaround way is to check if the O_EXCL open is unsuccessful. This is safe since otherwise the BTRFS_IOC_SCAN_DEV ioctl would fail if the disk-path can not be opened with the flag O_EXCL set. This patch also includes some (error) print format changes related to the btrfs