[dev] Error using CSDK logger in objective-C

2016-06-07 Thread 최우제(Uze Choi)
: iotivity-dev at lists.iotivity.org; Antler, David A; Jacob_Gladish at cable.comcast.com; uzchoi at samsung.com; jon at joncruz.org; Chang, Gene Subject: Re: [dev] Error using CSDK logger in objective-C The changes needed to actually make this change work are bigger than my first pass change actually

[dev] Error using CSDK logger in objective-C

2016-06-06 Thread Nash, George
you have a branch for the windows port?? > > > > > > -Original Message- > > From: iotivity-dev-bounces at lists.iotivity.org [mailto:iotivity-dev- > > bo > > unces at lists.iotivity.org] On Behalf Of Antler, David A > > Sent: Wednesday, April 06,

[dev] Error using CSDK logger in objective-C

2016-06-04 Thread Nash, George
able.comcast.com]? > Sent: Wednesday, April 6, 2016 1:45 PM > To: Antler, David A ; ???(Uze Choi) @samsung.com>; 'Jon A. Cruz' ; Chang, Gene ng at intel.com>; iotivity-dev at lists.iotivity.org > Subject: RE: [dev] Error using CSDK logger in objective-C > > I agre

[dev] Error using CSDK logger in objective-C

2016-04-07 Thread Antler, David A
jacob_glad...@cable.comcast.com] Sent: Wednesday, April 6, 2016 1:45 PM To: Antler, David A ; ???(Uze Choi) ; 'Jon A. Cruz' ; Chang, Gene ; iotivity-dev at lists.iotivity.org Subject: RE: [dev] Error using CSDK logger in objective-C I agree that the CSDK should use enum value names with

[dev] Error using CSDK logger in objective-C

2016-04-06 Thread Gladish, Jacob
on A. Cruz' ; Chang, Gene ; iotivity-dev at lists.iotivity.org Subject: Re: [dev] Error using CSDK logger in objective-C I'm working on the Windows port, and what Jon said about our issue is correct. Our issue with ERROR occurs when we include , so we used an #undef ERROR h

[dev] Error using CSDK logger in objective-C

2016-04-06 Thread Antler, David A
.@joncruz.org] Sent: Wednesday, April 06, 2016 3:45 PM To: ???(Uze Choi); Chang, Gene; iotivity-dev at lists.iotivity.org Subject: Re: [dev] Error using CSDK logger in objective-C The windows build hit their main issue with the "ERROR" enum value. So far I believe we have avoided seein

[dev] Error using CSDK logger in objective-C

2016-04-06 Thread 최우제(Uze Choi)
06, 2016 3:45 PM To: ???(Uze Choi); Chang, Gene; iotivity-dev at lists.iotivity.org Subject: Re: [dev] Error using CSDK logger in objective-C The windows build hit their main issue with the "ERROR" enum value. So far I believe we have avoided seeing the DEBUG issue much (aside from Tiz

[dev] Error using CSDK logger in objective-C

2016-04-06 Thread 최우제(Uze Choi)
[mailto:j...@joncruz.org] Sent: Wednesday, April 06, 2016 2:19 PM To: ???(Uze Choi); Chang, Gene; iotivity-dev at lists.iotivity.org Subject: Re: [dev] Error using CSDK logger in objective-C Yes. The problem is that whoever wrote the logger code chose a poor name that is commonly used for other purposes.

[dev] Error using CSDK logger in objective-C

2016-04-06 Thread 최우제(Uze Choi)
z.org] Sent: Wednesday, April 06, 2016 12:50 PM To: ???(Uze Choi); Chang, Gene; iotivity-dev at lists.iotivity.org Subject: Re: [dev] Error using CSDK logger in objective-C Yes. Enum values should be cleaned up a bit. I know during certain sections initial code reviews called for such prefixing. Howev

[dev] Error using CSDK logger in objective-C

2016-04-05 Thread Jon A. Cruz
on at joncruz.org] > Sent: Wednesday, April 06, 2016 2:19 PM > To: ???(Uze Choi); Chang, Gene; iotivity-dev at lists.iotivity.org > Subject: Re: [dev] Error using CSDK logger in objective-C > > Yes. The problem is that whoever wrote the logger code chose a poor name > that is com

[dev] Error using CSDK logger in objective-C

2016-04-05 Thread Jon A. Cruz
jon at joncruz.org] > Sent: Wednesday, April 06, 2016 12:50 PM > To: ???(Uze Choi); Chang, Gene; iotivity-dev at lists.iotivity.org > Subject: Re: [dev] Error using CSDK logger in objective-C > > Yes. Enum values should be cleaned up a bit. I know during certain > sections initia

[dev] Error using CSDK logger in objective-C

2016-04-05 Thread Jon A. Cruz
ces at lists.iotivity.org] On Behalf Of Chang, Gene > Sent: Tuesday, April 05, 2016 5:19 AM > To: iotivity-dev at lists.iotivity.org > Subject: [dev] Error using CSDK logger in objective-C > > I am working on using iotivity for Mac and iOS and am having a compile > problem usin

[dev] Error using CSDK logger in objective-C

2016-04-05 Thread 최우제(Uze Choi)
...@lists.iotivity.org] On Behalf Of Chang, Gene Sent: Tuesday, April 05, 2016 5:19 AM To: iotivity-dev at lists.iotivity.org Subject: [dev] Error using CSDK logger in objective-C I am working on using iotivity for Mac and iOS and am having a compile problem using logger.h. I?m trying to use the rdpayload.h

[dev] Error using CSDK logger in objective-C

2016-04-04 Thread Chang, Gene
I am working on using iotivity for Mac and iOS and am having a compile problem using logger.h. I?m trying to use the rdpayload.h headers to do some cbor processing in an objective-C SDK. It looks like the problem I?m running into is in the LogLevel enum DEBUG declaration. I think the problem