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

Robert,

I forgot to check in the updated build_linux.xml file. Try now.

-- Craig
_________________________________________________________________________________________
Craig Laverone | 408-284-4897 | laverone@xxxxxxxxxx | Aperi Development | http://www.eclipse.org/aperi

Inactive hide details for "Robert Wipfel" <rawipfel@xxxxxxxxxx>"Robert Wipfel" <rawipfel@xxxxxxxxxx>


          "Robert Wipfel" <rawipfel@xxxxxxxxxx>
          Sent by: aperi-dev-bounces@xxxxxxxxxxx

          05/02/2007 07:19 PM

          Please respond to
          Aperi Development <aperi-dev@xxxxxxxxxxx>

To

<aperi-dev@xxxxxxxxxxx>

cc


Subject

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 =



_______________________________________________
aperi-dev mailing list
aperi-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aperi-dev

GIF image

GIF image

GIF image


Back to the top