Hey, all! On Mon, Sep 21, 2015 at 12:47 PM, ??? <jihwan.seo at samsung.com> wrote:
> Hi gabriel > > > > both 'ALL','TCP' and default command can be supporting TCP adapter. > > but TCP is only supported for linux platform now. and CA have to be > contained. > I'm building for Linux. What do you mean "CA have to be contained"? > what command did you use? we need more information. > git clean -x -d -f -f && \ git clone https://github.com/01org/tinycbor.git extlibs/tinycbor/tinycbor && \ git clone https://github.com/jbeder/yaml-cpp.git extlibs/yaml/yaml && \ JAVA_HOME=/ scons -j9 liboctbstack samples && \ ( cd resource/csdk/doc; doxygen; ) The result is that if I try to use OC_ADAPTER_TCP in my code, my code won't compile. That seems to be because OC_ADAPTER_TCP is added to the enum only if TCP_ADAPTER is defined, and TCP_ADAPTER is not defined in the header resulting from the above build steps. TIA for your help, Gabriel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20150921/82f58caa/attachment.html>
