Re: User extensions

2010-10-27 Thread Valentin David
On Sat, Oct 23, 2010 at 4:05 PM, Stefano Lattarini stefano.lattar...@gmail.com wrote: Hi Valentin.  Thank you very much for your patch implementing this much-desired automake feature.  Here is a preliminary review... On Friday 03 September 2010, Valentin David wrote: * The lang_*_rewrite

Re: using autoconf with ppuxlc++,spuxlc++

2010-10-27 Thread Ralf Wildenhues
Hello John, * Eric Blake wrote on Wed, Oct 27, 2010 at 01:18:59AM CEST: On 10/26/2010 04:31 PM, John Wohlbier wrote: We're trying to use autoconf in a hybrid environment that includes the CellBE. I have a configure.ac for the CellBE PPE core and one for the SPE core. I also have some macros

Re: User extensions

2010-10-27 Thread Valentin David
On Sat, Oct 23, 2010 at 5:27 PM, Ralf Wildenhues ralf.wildenh...@gmx.de wrote: I haven't looked at the patch in detail yet, but will, now that the assignment papers are done (thanks!). It is done. -- Valentin David valentin.da...@gmail.com

Re: Strangeness with m4_include and aclocal.

2010-10-27 Thread Nick Bowler
On 2010-10-23 15:23 +0200, Stefano Lattarini wrote: Now I do. This happens because `aclocal', to find the includes in an input file, *grep* the file's content, looking for literal `m4_include' (and similar), without analyzing m4 traces (not sure why aclocal acts this way, but I suspect there

Re: Using -MMD instead of -MD for depndency generation

2010-10-27 Thread Ralf Wildenhues
Hello Holger, * Holger Freyther wrote on Mon, Oct 25, 2010 at 09:39:29AM CEST: On 10/25/2010 08:09 AM, Ralf Wildenhues wrote: * Holger Freyther wrote on Sat, Oct 23, 2010 at 10:47:47PM CEST: when typing make in the build directory of WebKit/GTK+ it takes multiple minutes until the first

Re: Using -MMD instead of -MD for depndency generation

2010-10-27 Thread Paul Smith
On Wed, 2010-10-27 at 20:51 +0200, Ralf Wildenhues wrote: I am talking about executing make after the source has been built once. E.g. there is only one file changed and I want to rebuild the library with this single new file. My benchmark is to type 'time make' on unchanged source. From

Re: Using -MMD instead of -MD for depndency generation

2010-10-27 Thread Ralf Wildenhues
Hello Paul, * Paul Smith wrote on Wed, Oct 27, 2010 at 10:25:03PM CEST: I downloaded the tarball you linked to, to my system but wasn't able to build; it configured and built about half the code, then failed: CXX

Re: Using -MMD instead of -MD for depndency generation

2010-10-27 Thread Holger Freyther
On 10/27/2010 10:25 PM, Paul Smith wrote: On Wed, 2010-10-27 at 20:51 +0200, Ralf Wildenhues wrote: But I do have libgstreamer dev packages installed: webkit-1.3.5$ locate gst.h /usr/include/gstreamer-0.10/gst/gst.h hmm. Could you check the config.log if video was enabled?

Question about automake fails to pass the correct parameters to pax when using large UID/GID

2010-10-27 Thread xufeng zhang
Hi, I'm a developer from WindRiver, and I have a question about automake. When I using a large UID/GID(2097151) to configure and build a linux project, gnu tar fails and automake select pax as a replacement. However, automake seems fail to pass the correct parameters to pax(we are using ustar