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  2:33 PM, in message
<OFDF6E96DD.22C98A99-ON882572D0.0070D2D4-882572D0.0070EC80@xxxxxxxxxx>, Craig
Laverone <laverone@xxxxxxxxxx> wrote: 

Hi Craig,

> Sorry about that.  I missed those because they were being filtered Eclipse.
> Try again.

That was it, thanks very much:

  [sshexec] Build completed successfully
     [echo] Copying linux binaries ...
      [scp] Connecting to localhost:22
      [scp] Receiving file: /home/aperi/bin/Logging/linux_i386/libDataLog.so
      [scp] Receiving: libDataLog.so : 196036
      [scp] File transfer time: 0.24 Average Rate: 827,156.12 B/s
      [scp] done
      [scp] Connecting to localhost:22
      [scp] Receiving file: /home/aperi/bin/Common/linux_i386/libNativeSvcs.so
      [scp] Receiving: libNativeSvcs.so : 4192
      [scp] File transfer time: 0.0 Average Rate: 1,397,333.33 B/s
      [scp] done
      [scp] Connecting to localhost:22
      [scp] Receiving file: /home/aperi/bin/Common/linux_i386/libDataCommon.so
      [scp] Receiving: libDataCommon.so : 32848
      [scp] File transfer time: 0.14 Average Rate: 239,766.42 B/s
      [scp] done
      [scp] Connecting to localhost:22
      [scp] Receiving file: /home/aperi/bin/T-Storm/linux_i386/libDataAgent.so
      [scp] Receiving: libDataAgent.so : 158120
      [scp] File transfer time: 0.18 Average Rate: 854,702.7 B/s
      [scp] done
      [scp] Connecting to localhost:22
      [scp] Receiving file: /home/aperi/bin/T-Storm/linux_i386/libDataServer.so
      [scp] Receiving: libDataServer.so : 12980
      [scp] File transfer time: 0.07 Average Rate: 193,731.34 B/s
      [scp] done

BUILD SUCCESSFUL
Total time: 1 minute 12 seconds

Thanks,
Robert

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).

### 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