octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnulib and automake


From: Thomas Treichl
Subject: Re: gnulib and automake
Date: Wed, 28 Oct 2009 22:45:34 +0100
User-agent: Thunderbird 2.0.0.23 (Macintosh/20090812)

John W. Eaton schrieb:
On 28-Oct-2009, Shai Ayal wrote:

| > A preliminary changeset for the switch to automake is now available
| > here:
| >
| >  http://jweaton.org/automake.gz
| >
| I get a 404 No found error for this URL

Oops, it is http://jweaton.org/automake-diffs.gz

jwe

Hi John,

on my Mac OS X 10.4 system I currently have two problems (sources still compiling this night, don't know if there are further problems)... The first thing is that in all subdirectories of libcruft eg. libcruft/amos etc. there don't exist ".deps" directories and they also cannot be build on my system (I currently have no idea what causes this or which command is doing this). The error looks like this (without any further information about which command calls "cp" or such)

  Making all in libcruft
  cp: illegal option -- d
  usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target
         cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 ... srcN directory
  mv: rename amos/#inst.16473# to amos/.deps: No such file or directory
  /bin/sh: line 1: amos/.deps/.dirstamp: No such file or directory
  make[2]: *** [amos/.deps/.dirstamp] Error 1
  make[1]: *** [all-recursive] Error 1
  make: *** [all] Error 2

If I create all ".deps" directories by hand in all subdirectories of libcruft then I also can make libcruft.

At the moment the second problem already is in the liboctave directory and is

/bin/sh ../libtool --tag=CXX --silent --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../libcruft/misc -arch i386 -O2 -fforce-addr -mfpmath=sse,387 -march=prescott -ggdb -isysroot /Developer/SDKs/MacOSX10.4u.sdk -I/Applications/Octave.app/Contents/Resources/include -I/Applications/Octave.app/Contents/Resources/include/GraphicsMagick -I/tmp/deps-i386/include -arch i386 -O2 -fforce-addr -mfpmath=sse,387 -march=prescott -ggdb -isysroot /Developer/SDKs/MacOSX10.4u.sdk -I/Applications/Octave.app/Contents/Resources/include -I/Applications/Octave.app/Contents/Resources/include/GraphicsMagick -DHAVE_CONFIG_H -mieee-fp -I/tmp/deps-i386/include/freetype2 -I/tmp/deps-i386/include -I/tmp/deps-i386/include -Wall -W -Wshadow -Wold-style-cast -Wformat -arch i386 -O2 -fforce-addr -mfpmath=sse,387 -march=prescott -ggdb -isysroot /Developer/SDKs/MacOSX10.4u.sdk -I/Applications/Octave.app/Contents/Resources/include -I/Applications/Octave.app/Contents/Resources/include/GraphicsMagick -D_THREAD_SAFE -arch i386 -O2 -fforce-addr -mfpmath=sse,387 -march=prescott -ggdb -isysroot /Developer/SDKs/MacOSX10.4u.sdk -I/Applications/Octave.app/Contents/Resources/include -I/Applications/Octave.app/Contents/Resources/include/GraphicsMagick -MT PermMatrix.lo -MD -MP -MF $depbase.Tpo -c -o PermMatrix.lo PermMatrix.cc &&\
mv -f $depbase.Tpo $depbase.Plo
PermMatrix.cc:29:19: error: error.h: No such file or directory
make[3]: *** [PermMatrix.lo] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

I removed the line with "error.h" from PermMatrix.cc and continued compilation.

Best regards

  Thomas


reply via email to

[Prev in Thread] Current Thread [Next in Thread]