Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aperi-dev] CCLog Updated to 1.1.5 20070329A &SUSE 10 Compileworks

>>> On Thu, May 3, 2007 at  6:50 PM, in message <463A2EDF.C5C7.00CF.0@xxxxxxxxxx>,
"Robert Wipfel" <rawipfel@xxxxxxxxxx> wrote: 
>>>> On Thu, May 3, 2007 at  2:33 PM, in message
> <OFDF6E96DD.22C98A99- ON882572D0.0070D2D4- 882572D0.0070EC80@xxxxxxxxxx>, Craig
> Laverone <laverone@xxxxxxxxxx> wrote: 

> P.S. This patch is required in my environment, the native build fails
> otherwise (maybe it's because I have the linux kernel sources installed on 
> my Linux build machine; and they're being included when not needed).

Yep, with the kernel sources moved away, the native build succeeds
with this Makefile as-is from CVS. I think this patch is still a good one
though, because the linux kernel headers should not be included by 
userspace components.

> ### Eclipse Workspace Patch 1.0
> #P Aperi
> Index: data/c/T- Storm/Makefile
> ===================================================================
> RCS file: 
> /cvsroot/technology/org.eclipse.aperi/Aperi/data/c/T- Storm/Makefile,v
> retrieving revision 1.4
> diff - u - r1.4 Makefile
> ---  data/c/T- Storm/Makefile	9 Mar 2007 22:11:48 - 0000	1.4
> +++ data/c/T- Storm/Makefile	4 May 2007 00:43:55 - 0000
> @@ - 80,7 +80,7 @@
>  
>  ADDSRVL = $(ADDSRVL_$(OS))
>  
> - INCL_linux = - I/usr/src/linux/include
> +INCL_linux = - I/usr/include
>  INCL_solaris =
>  INCL_hp- ux =
>  INCL_aix =




Back to the top