From guillaume.du.roy at gmail.com Mon Jun 8 15:05:11 2015 From: guillaume.du.roy at gmail.com (Guillaume du Roy) Date: Mon, 8 Jun 2015 21:05:11 +0200 Subject: [Ves] VES framework Message-ID: hey, I have been trying to get the VTK, PCL and Kiwi frameworks compiled with arm64 for over a month, and everyone sends me in different directions for help. I currently have those 3 frameworks but compiled without arm64? Please tell me how i can get these frameworks and compile them with arm64. I think i have currently managed to compiled the VTK framework with the help of Tim Thirion (a VTK developer) but especially need the Kiwi framework, and when i try to compile the VES source code from : git://vtk.org/VES.git i get errors after errors. Thank you, William -------------- next part -------------- An HTML attachment was scrubbed... URL: From guillaume.du.roy at gmail.com Fri Jun 12 10:25:51 2015 From: guillaume.du.roy at gmail.com (Guillaume du Roy) Date: Fri, 12 Jun 2015 16:25:51 +0200 Subject: [Ves] Compiling VES Message-ID: <343C69CE-A948-422A-B226-423C6AD185B0@gmail.com> I can successfully compile VES for IOS but i would like to add the arm64 architecture. How would i do that ? I?ve tried adding arm64 in toolchain-ios-device.cmake, as such : set(CMAKE_OSX_ARCHITECTURES "armv7;armv7s;arm64?) but no success as the terminal gives me an error concerning different type definitions: CHECK_TYPE_SIZE found different results, consider setting CMAKE_OSX_ARCHITECTURES or CMAKE_TRY_COMPILE_OSX_ARCHITECTURES to one or no architecture Thanks, William From tim.thirion at kitware.com Fri Jun 12 11:26:32 2015 From: tim.thirion at kitware.com (Tim Thirion) Date: Fri, 12 Jun 2015 11:26:32 -0400 Subject: [Ves] Compiling VES In-Reply-To: <343C69CE-A948-422A-B226-423C6AD185B0@gmail.com> References: <343C69CE-A948-422A-B226-423C6AD185B0@gmail.com> Message-ID: Hey William, It looks like libcurl isn't set up for 64-bit in VES. If you disable it with the option VES_USE_CURL=OFF everything should build. Tim On Fri, Jun 12, 2015 at 10:25 AM, Guillaume du Roy < guillaume.du.roy at gmail.com> wrote: > I can successfully compile VES for IOS but i would like to add the arm64 > architecture. How would i do that ? > > I?ve tried adding arm64 in toolchain-ios-device.cmake, as such : > > set(CMAKE_OSX_ARCHITECTURES "armv7;armv7s;arm64?) > > but no success as the terminal gives me an error concerning different type > definitions: > > CHECK_TYPE_SIZE found different results, consider setting > CMAKE_OSX_ARCHITECTURES or CMAKE_TRY_COMPILE_OSX_ARCHITECTURES to one or > no architecture > > Thanks, > > William > _______________________________________________ > Ves mailing list > Ves at public.kitware.com > http://public.kitware.com/mailman/listinfo/ves > -------------- next part -------------- An HTML attachment was scrubbed... URL: From guillaume.du.roy at gmail.com Sun Jun 14 14:23:51 2015 From: guillaume.du.roy at gmail.com (Guillaume du Roy) Date: Sun, 14 Jun 2015 20:23:51 +0200 Subject: [Ves] Kiwi Framework Message-ID: Sorry to keep bothering, i now have those frameworks (using lipo -info i see the 32 bit frameworks have armv7 armv7s i386 x86_64) and i tried launching my old app that uses the architectures armv7 x86 and the 32 bit frameworks don?t work: one example of these errors: "typeinfo for vesKiwiImageWidgetRepresentation", referenced from: std::tr1::__shared_ptr::__shared_ptr(std::tr1::__shared_ptr const&, std::tr1::__dynamic_cast_tag) in MotionCpp.o ld: symbol(s) not found for architecture i386 Any idea why? What bothers me is that i already have pre-compiled 32 bit frameworks for kiwi and VTK that i got from : http://packages.kitware.com/packages/application/view?applicationId=14 So how come i can?t get the same outcome ? Thanks, William -------------- next part -------------- An HTML attachment was scrubbed... URL: