Displaying 20 results from an estimated 181 matches for "makedeps".
Did you mean:
makedep
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
2009 Jun 05
1
R 2.9.0 on AIX 5.3: Error: Invalid DESCRIPTION file
...ons' manual.
Execution halted
Any ideas? Full output below.
Thanks
Loris
Here is the full output of 'make':
Target "R" is up to date.
Target "R" is up to date.
Target "R" is up to date.
Target "R" is up to date.
Target "Makedeps" is up to date.
Target "libbz2.a" is up to date.
Target "all" is up to date.
Target "Makedeps" is up to date.
Target "libpcre.a" is up to date.
Target "all" is up to date.
Target "Makedeps" is up to date.
Target &...
2009 Jul 14
4
error on solaris please help interlocked*functions
i install the wine 1.1.25 but after awhile installation stops
and heres some detail in terminal
> configure: libcapi20 development files not found, ISDN won't be supported.
> configure: libldap (OpenLDAP) development files not found, LDAP won't be supported.
>
> configure: Finished. Do 'make depend && make' to compile Wine.
>
> cc -c -I. -I.
2003 Sep 22
0
R installation
Hi
further to my upgrade question
thanks for pointing me in the right direction any ideas how I get round
the following problem:
I'm trying to install on a Tru64 alpha
ecs1h[jps]69: make
`Makedeps' is up to date.
`libappl.a' is up to date.
`Makedeps' is up to date.
`libnmath.a' is up to date.
`Makedeps' is up to date.
`libunix.a' is up to date.
`Makedeps' is up to date.
`libbz2.a' is up to date.
`Makedeps' is up to date.
`libpcre.a' is up to date.
`Mak...
2006 May 02
1
compile R on Solaris 9
I can't make R on a Solaris 9 box. Does anyone have any suggestions?
Thanks in advance.
<3>-> make
`Makedeps' is up to date.
`libbz2.a' is up to date.
`Makedeps' is up to date.
`libpcre.a' is up to date.
`Makedeps' is up to date.
`libz.a' is up to date.
../../../src/include/libintl.h is unchanged
../../../include/libintl.h is unchanged
`localecharset.h' is up to date.
`Makedeps...
2005 Dec 16
2
R compile on AIX 5.3
I'm trying to compile R on AIX 5.3. I've gotten "configure" to work but
"make" generates the following errors:
Target "R" is up to date.
Target "R" is up to date.
Target "R" is up to date.
Target "R" is up to date.
Target "Makedeps" is up to date.
Target "libbz2.a" is up to date.
Target "Makedeps" is up to date.
Target "libpcre.a" is up to date.
Target "Makedeps" is up to date.
Target "libz.a" is up to date.
Target "R" is up to date.
Target "Makedeps"...
2010 Dec 09
3
How to recompile Wine on ARM
I am trying to Recomiple the Wine 1.3.8 for the Arm.
I configured as follows,
> export CC=arm_v5t_le-gcc
> ./configure --prefix=/usr/local/Wine_Arm --host=arm --with-wine-tools=$PWD --without-freetype
then,
> make
config.status: creating tools/Makefile
make[1]: Entering directory `/home/Kanna/wine-1.3.8/tools'
arm_v5t_le-gcc -c -I. -I. -I../include -I../include -D__WINESRC__
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
2011 Sep 11
3
cannot compile wine 1.3.28
hi, I'm trying to compile the current wine source, but there's always the following error:
Code:
config.status: creating tools/Makefile
make[1]: Entering directory `/home/yuki/archive/wine-1.3.28/tools'
gcc -m32 -c -I. -I. -I../include -I../include -I/usr/include/freetype2 -D__WINESRC__ -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes
2006 Feb 28
1
Compiling R on aix getting error
...the error below. I did a search on the archive and someone had a
similar error as me but I can't seem to find a fix for the error below.
Target "R" is up to date.
Target "R" is up to date.
Target "R" is up to date.
Target "R" is up to date.
Target "Makedeps" is up to date.
Target "libbz2.a" is up to date.
Target "Makedeps" is up to date.
Target "libpcre.a" is up to date.
Target "Makedeps" is up to date.
Target "libz.a" is up to date.
../../../src/include/libintl.h is unchanged
../../../include/lib...
2015 Sep 14
2
[PATCH] Dont bypass compiler driver for Dependency generation options
...gt; index 337560b..9ca74b1 100644
>> --- a/mk/syslinux.mk
>> +++ b/mk/syslinux.mk
>> @@ -82,11 +82,11 @@ ARCH ?= $(strip $(SUBARCH))
>> GCCWARN = -W -Wall -Wstrict-prototypes $(DEBUGOPT)
>>
>> # Common stanza to make gcc generate .*.d dependency files
>> -MAKEDEPS = -Wp,-MT,$@,-MD,$(dir $@).$(notdir $@).d
>> +MAKEDEPS = -MT $@ -MD
>>
>> # Dependencies that exclude system headers; use whenever we use
>> # header files from the platform.
>> -UMAKEDEPS = -Wp,-MT,$@,-MMD,$(dir $@).$(notdir $@).d
>> +UMAKEDEPS = -MT $@ -MMD
&g...
2010 Mar 05
1
make depend fails when building Wine 1.1.40
I am trying to build Wine 1.1.40 in Fedora 12 with wine.spec from src.rpm but I get this error:
configure: Finished. Do 'make' to compile Wine.
+ /usr/bin/make depend
config.status: creating tools/Makefile
make[1]: Entering directory `/home/user/rpmbuild/BUILD/wine-1.1.40/tools'
gcc -c -I. -I. -I../include -I../include -I/usr/include/freetype2 -D__WINESRC__ -Wall -pipe
1999 Sep 28
0
configure bug with IRIX 6.5 (Makedep) (PR#288)
Full_Name: Leo Caves
Version: 0.65.0
OS: SGI/IRIX 6.5
Submission from: (NULL) (144.32.72.76)
using default configure under SGI/IRIX 6.5.
(I switched to gnumake, after initial problems, this might not be necesssary).
the make rule for creating dependencies is wrong for the SGI C compiler.
The rule assumes that cc -M file.c -o file.d works (it doesn't).
One needs to explicitly capture stdout
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
2015 Sep 10
3
[PATCH] Dont bypass compiler driver for Dependency generation options
...), 2 deletions(-)
diff --git a/mk/syslinux.mk b/mk/syslinux.mk
index 337560b..9ca74b1 100644
--- a/mk/syslinux.mk
+++ b/mk/syslinux.mk
@@ -82,11 +82,11 @@ ARCH ?= $(strip $(SUBARCH))
GCCWARN = -W -Wall -Wstrict-prototypes $(DEBUGOPT)
# Common stanza to make gcc generate .*.d dependency files
-MAKEDEPS = -Wp,-MT,$@,-MD,$(dir $@).$(notdir $@).d
+MAKEDEPS = -MT $@ -MD
# Dependencies that exclude system headers; use whenever we use
# header files from the platform.
-UMAKEDEPS = -Wp,-MT,$@,-MMD,$(dir $@).$(notdir $@).d
+UMAKEDEPS = -MT $@ -MMD
# Items that are only appropriate during developme...
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
2002 Nov 14
1
R-1.6.1, Mac OS X 10.2.2 build failure
...-L/opt/local/lib/gcc-lib/powerpc-apple-darwin6.2/3.1/../../..
-lreadline -ldl -lncurses -lm -lfrtbegin -lg2c -lSystem
../../../../library/ctest/libs/ctest.so is unchanged
building package 'eda'
../../../library/eda/R/eda is unchanged
../../../library/eda/man/eda.Rd is unchanged
make[5]: `Makedeps' is up to date.
../../../../library/eda/libs/eda.so is unchanged
building package 'lqs'
../../../library/lqs/R/lqs is unchanged
../../../library/lqs/man/lqs.Rd is unchanged
make[5]: `Makedeps' is up to date.
../../../../library/lqs/libs/lqs.so is unchanged
building package 'meth...
2005 Jan 19
1
Fix for R-devel+Quartz
...s/src/Makefile.in (working copy)
@@ -20,6 +20,8 @@
# need Defn.h etc, and config.h
PKG_CPPFLAGS =-I../../../include -I$(top_srcdir)/src/include
-DHAVE_CONFIG_H
+# need AppKit framework for Quartz (only if Aqua is to be used)
+@BUILD_AQUA_TRUE@PKG_LIBS =-framework AppKit
all: Makefile Makedeps
@$(MAKE) Makedeps
Thanks,
Simon
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 Nov 28
3
Compiling ERROR.
./tools/makedep -C. -S. -T.
make[1]: `makedep' is up to date.
make[2]: Nothing to be done for `all'.
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -DWINE_UNICODE_API="" -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -D__powerpc__ -o port.o port.c
{standard