Displaying 20 results from an estimated 200 matches similar to: "more compile problems"
2006 Apr 30
4
unable to compile
I am still trying to run Turbocad Le under wine (see earlier post
http://groups.google.ca/group/comp.emulators.ms-windows.wine/browse_thread/thread/2abfa5ba1de237d3/05ad0098dae2ca05?q=crashedagain&rnum=8#05ad0098dae2ca05)
I have discovered it will run under version 20040121 or older but has
errors with later versions.
20040121 .deb package must be forced installed because of a libc6
version
2008 Jul 25
11
How to fix "CAPI 2.0 not installed"?
Hallo,
I recently installed wine 1.1.2 on my SlackWare 12.1 Linux
system, because I have to run a hardware debugging program
which only runs under Windows.
When I run the application, i get the message "CAPI 2.0 not
installed".
In the same directory as the application there's a file
called capi2032.dll, and I suspect that has something to
do with it.
If so, how do I tell wine that
2004 Dec 07
3
can't compile chan_capi 3.5 after patch applied :-(
Hi I use RH 9 + asterisk v1.0 stable + 2 PCI fritz cards + chan_capi
3.5 and it works fine,
Since my users want fax fonctionnality and customers know 1 of the msm
as fax number I wanted to try the chan_capi-0.3.5 patch
if I patch chan_capi and run make, I get an error message , as you
can read below, orginal chan_capi compile works, when patched I get
an error, no CID ?
Any idea ?
anybody
2004 May 10
1
probs w/ make and make install
cd `dirname dlls/__install-lib__` && make install-lib
rm -f libdxerr8.a && ln -s dxerr8/libdxerr8.a libdxerr8.a
rm -f libdxerr9.a && ln -s dxerr9/libdxerr9.a libdxerr9.a
rm -f libdxguid.a && ln -s dxguid/libdxguid.a libdxguid.a
rm -f libuuid.a && ln -s uuid/libuuid.a libuuid.a
cd `dirname advapi32/__install__` && make install
2010 Dec 13
1
Re: Help testing regression
Hi! I also need regression testing. Sadly, while try to install wine into my Ubuntu 10.10, for some old versions of Wine like wine-1.0, i get errors like
Code:
/usr/bin/install -c -m 644 `basename __install__/avifile.dll16` /usr/local/lib/wine/`basename __install__/avifile.dll16`
/usr/bin/install: omitting directory `avifile.dll16'
make[1]: *** [__install__/avifile.dll16] Error 1
make[1]:
2004 Jan 16
7
CAPI not installed, after changed from i4l to CAPI
I had unexpected hangups from my asterix box using the i4l driver. (SIP
<-> SIP calls worked execellent, but SIP<->ISDN didn't.)
Then I changed the i4l driver in modem.conf with the chan_capi from
jungham. (http://www.junghanns.net/asterisk)
I followed his instructions in the INSTALL file, and first encountered
some errors compiling it. It help by deinstalling several
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
2006 May 18
2
Problems compiling Wine
Hello,
The lack of debian packages for 0.9.13 have made me decide to compile
from source instead. So I uninstalled all wine files and downloaded the
sources. I'm using a system based mostly on Debian Sarge, but with some
backports.
I ran ./configure and there were some packages I had to get, but soon it
worked well.
When I tried make depend the problems started. This is the output I get
2005 Feb 02
1
Re: one step closer to Flash MX 2004 installation
As one last option, try installing Internet Explorer - the installer
might be depending on stuff that it provides.
It may simply be a deficiency in Wine. File a bug report, and please
post your experiences in the AppDB page for it here:
http://appdb.winehq.org/appview.php?versionId=2294
If you want to maintain the app and test it with new wine versions, feel
free.
Thanks,
Scott Ritchie
On
2007 Mar 19
3
Error while compiling in Ubuntu 6.06 64 bit
When compiling in Ubuntu 6.06 64 bit using this guide:
http://wiki.winehq.org/WineOn64bit
When I do 'sudo make install' I get this error:
make[2]: Entering directory `/home/marcus/wine/dlls/gdi'
../../tools/winegcc/winegcc -B../../tools/winebuild -shared
./gdi32.spec dispdib.spec.o gdi.exe.spec.o wing.spec.o bidi16.o
dispdib.o env.o gdi16.o metafile16.o wing.o bidi.o bitblt.o
2004 Mar 15
3
ALSA and an intel i8x0/SiS SI7012 sound card
Hi,
I've been try to get sound in wine (20040121) working on my machine for
while now. As you've probably guessed I've got a SiS 7012 (which uses
the intel i8x0 modules) and alsa (either natively or OSS emulation.)
google came up with a few hits about this not working in the past,
namely:
http://www.winehq.org/hypermail/wine-devel/2002/12/0281.html
But I'm not sure if this is
2004 Aug 06
2
Speex 1.1.4 is out
Hi everyone,
I've just released version 1.1.4. This includes some code cleanup and
improvements to the fixed-point port and SSE optimizations. All the SSE
code has been converted to intrinsics and some new functions have been
implemented with SSE. Overall, the speed has been increased by up to
~30% with SSE.
Jean-Marc
--
Jean-Marc Valin, M.Sc.A., ing. jr.
LABORIUS
2001 Dec 09
2
compile failure at - libavifile.so Error Code 2
I am trying to install wine from the latest source on a FreeBSD 4.4 box. I
did
chip# ./configure --prefix=/usr/local/wine
chip# make depend && make
then
chip# make install
but am getting the following error.
cd `dirname advapi32/__install__` && make install
[ -d /usr/local/wine/lib ] || mkdir -p /usr/local/wine/lib
/usr/bin/install -c libadvapi32.so
2004 Aug 06
2
Speex 1.1.4 is out
> Am I right with the assumption, that currently you have to enable
> processor specific optimizations with compile/configure options?
>
> How difficult would it be to add support for runtime CPU detection?
> Is this a feature you might consider adding?
Pretty complicated because of some annoying decisions taken by the gcc
team. The problem is that gcc won't let you use
2004 Jan 21
0
Wine release 20040121
This is release 20040121 of Wine, a free implementation of Windows on
Unix. This is still a developers only release. There are many bugs
and unimplemented features. Most applications still do not work
correctly.
WHAT'S NEW with Wine-20040121: (see ChangeLog for details)
- Many improvements in the shell32 dll.
- Better support for constructors in C++ Winelib apps.
-
2002 Feb 15
3
make works but make install fails
Doing a make install gives the following error:
------------------- snip -------------------
Wine build complete.
cd `dirname debugger/__install__` && make install
make[1]: Entering directory `/usr/src/wine/debugger'
[ -d /usr/local/bin ] || mkdir -p /usr/local/bin
/usr/bin/install -c winedbg.so /usr/local/bin/winedbg.so
cd /usr/local/bin && rm -f winedbg && cp wine
2009 Jun 05
7
[winex11.drv.so] Error 2 in Hardy 64bit
/usr/bin/ld: skipping incompatible /usr/lib/libXext.so when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib/libXext.a when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.2.4/../../../libXext.so when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.2.4/../../../libXext.a when searching for -lXext
2004 Aug 06
3
Speex 1.1.4 is out
> Is it a problem if all the files are compiled with -march=pentium3
> ? The patch that we sent in already detects in the configure.in script
> which system you are on and sets a define correctly, i.e. _USE_SSE.
Well, if what you want is auto-detection, turning on -march=pentium3
means that the code will crash on anything lower than a pentium3. Not
really useful. Of course,
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:
2007 Aug 07
1
Errors compiling wine under Red Hat
Hello, all,
I'm trying to get Wine running on some Red Hat boxes at my University (don't
worry, I have permission!) ... But, I don't have any root access to the
boxes, and I'm limited to installing on my shared (AFS) space. In any case,
I'd probably want it to run from my user space anyways, so that its
accessible from all boxes on the network.
Some required information,