active-ist-jaus-plus-plus Mailing List for ACTIVE-IST Open Source Tools
Brought to you by:
bossbarber
You can subscribe to this list here.
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2015 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Okan B. <bos...@it...> - 2015-04-14 09:32:32
|
Hi All,
I'm getting the error:
In file included from /root/JAUS++-5.141203-src/src/cxutils/Packet.cpp:46:0:
/root/JAUS++-5.141203-src/src/cxutils/Packet.h: In instantiation of 'static int CxUtils::Packet::WritePacket(CxUtils::Packet*, T, unsigned int) [with T = unsigned char]':
/root/JAUS++-5.141203-src/src/cxutils/Packet.cpp:702:55: required from here
/root/JAUS++-5.141203-src/src/cxutils/Packet.h:297:52: error: 'memcpy' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
memcpy(&p->mpPacket[epos], &data, bytes);
^
In file included from /usr/include/features.h:374:0,
from /usr/include/limits.h:25,
from /usr/lib/gcc/arm-linux-gnueabihf/4.8/include-fixed/limits.h:168,
from /usr/lib/gcc/arm-linux-gnueabihf/4.8/include-fixed/syslimits.h:7,
from /usr/lib/gcc/arm-linux-gnueabihf/4.8/include-fixed/limits.h:34,
from /root/JAUS++-5.141203-src/src/cxutils/Packet.h:49,
from /root/JAUS++-5.141203-src/src/cxutils/Packet.cpp:46:
/usr/include/arm-linux-gnueabihf/bits/string3.h:48:1: note: 'void* memcpy(void*, const void*, size_t)' declared here, later in the translation unit
__NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
^
while "make" command.
Any Sugestions ?
Thanks,
Okan Bostan
İstanbul Technical Univesity
|
|
From: Daniel B. <dan...@gm...> - 2008-12-20 02:26:47
|
The first 1.0 release of C++ JAUS (JAUS++) has been made. This release is based off of the JAUS 3.3 Reference Architecture and includes pre-compiled binaries for Video Streaming and other robotics related applications. - Daniel |
|
From: Daniel B. <dan...@gm...> - 2008-04-19 06:56:49
|
JAUS++ has been added to the ACTIVE-IST SVN. This version is very close to a 1.0 release and includes almost he complete library and JAUS 3.2 message set. If you check it out, make sure to checkout the whole SVN with CxUtils, because it is a dependency. Daniel |