I don't believe that the compiler version should matter... We aren't testing 32 bit here as far as I know, but I don't know what that could be caused by...
Can you give a back-trace of where this happens? I'm curious as to what the data would look like. Thanks, Erich On Mon, 2015-08-10 at 10:55 +0000, ??? wrote: > > > HI, all. > > > > I tested the issue of simple server/client what it was compiled using > same code on gcc 4.6.4 and 4.7.2 > on ubuntu 12.04 32bit. > I can see the below error message when It was built using 4.6.4. > > > > terminate called after throwing an instance of > 'boost::exception_detail::clone_impl >' > what(): boost::bad_get: failed value get using boost::get > > > > But, it was working well when using the gcc 4.7.2 for building. > > Therefore, I guess that there is a dependency with gcc version. > > > > Please let me know if you have any idea. > > Thank you. > > > > ???( HyunJun Kim ) > Engineer > > IoT Solution Lab. | Web & Convergence Team. > Software R&D Center > Digital Media & Communications Business > SAMSUNG ELECTRONICS CO,. LTD. > > Mobile +82-10-5096-0151 > E-Mail HyunJun2.Kim at samsung.com | kiness at gmail.com > > > > > > > > ------- Original Message ------- > > Sender : ???<junghyun.oh at samsung.com> S5(??)/??/IoT Solution > Lab(S/W??)/???? > > Date : 2015-08-10 19:21 (GMT+09:00) > > Title : [dev] Is there any guideline for GCC version? > > > > Hi all, > > I have a question on the GCC version for building the IoTivity. > I found that the "simpleServer/Client" built with gcc 4.6.4 crashes > with this message .... > > ================================================================= > terminate called after throwing an instance of > 'boost::exception_detail::clone_impl >' > what(): boost::bad_get: failed value get using boost::get > ================================================================= > > However, ths simpleServer/Client does not crash if I build them with > gcc version 4.6.3. > > The guideline for the linux build in the IoTivity Web site mentioned > only gcc 4.6.1 not the others. > I just want to ask whether there's a guideline for vaild GCC version > for building the Iotivity Stack. > > I think this is very important issue for the IoTivity Users. :) > > Thank you. > Jay. > > > > > Jung-hyun Oh. > SW R&D Center | SAMSUNG ELECTRONICS CO.,LTD > +82-10-9890-6731 | Beyond your imagination, Always > _______________________________________________ > iotivity-dev mailing list > iotivity-dev at lists.iotivity.org > https://lists.iotivity.org/mailman/listinfo/iotivity-dev > > > > > _______________________________________________ > iotivity-dev mailing list > iotivity-dev at lists.iotivity.org > https://lists.iotivity.org/mailman/listinfo/iotivity-dev
