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 Compile works

>>> On Wed, May 2, 2007 at  5:47 PM, in message
<OF8ABED116.8B2B2387-ON882572CF.00821363-882572CF.0082ACC5@xxxxxxxxxx>, Craig
Laverone <laverone@xxxxxxxxxx> wrote: 

> I update the Aperi build to use CCLog to version 1.1.5 20070329A.  This

Craig,

I just updated my CVS to HEAD and am looking into
build_linux.xml failing to copy the cclog files to the Linux
build machine, from Aperi/device/cclog, while I have a
Aperi/cclog

> change allows the native code to compile on SUSE 10, but it breaks the
> build on RedHat 2.X.

Hmm, was yesterday building the native code from
yesterday's HEAD, trying to remember how we got around
the strcmp redefinition warnings from hbaapi. Was also
preparing to send the following email about one remaining
diff I still have in my area:

/usr/src/linux/include is the location of
the linux kernel headers. 
Per http://lwn.net/Articles/113349/
userspace code should never include the
linux kernel headers. Changed INCL_linux 
to /usr/incude

### 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	2 May 2007 03:03:17 -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