From yxp233 at postech.ac.kr Thu Oct 2 01:06:08 2014 From: yxp233 at postech.ac.kr (Xiaopeng Yang) Date: Thu, 2 Oct 2014 14:06:08 +0900 Subject: [Ves] Dropbox error In-Reply-To: <1400461523363473.022345.ptmail04@ptmail04> References: <212040286.13409.1400457175486.JavaMail.root@softwaredelcentro.com.ar> <1400461523363473.022345.ptmail04@ptmail04> Message-ID: <010901cfddfe$94bfc060$be3f4120$@ac.kr> Dear Aashish, I had an error while using Dropbox in KiwiViewer: ERROR] DropboxSDK: unable to link; app isn't registered for correct URL scheme (db-xpt9oxj57x9ftci) I setup the correct key and secret in DropboxConfig.h. And then I add db-xpt9oxj57x9ftci to URL Schemes in the Info.plist. However, still I got that error message. People said that if the URL Schemes is added to Info.plist, then there will be no that error. I did add it, but still I got the same error. Can you point out what I missed please? Thanks, Xiaopeng -------------- next part -------------- An HTML attachment was scrubbed... URL: From danisk891 at gmail.com Thu Oct 2 02:58:08 2014 From: danisk891 at gmail.com (Daniel Scaini) Date: Thu, 2 Oct 2014 08:58:08 +0200 Subject: [Ves] ves boost Message-ID: Hello, I have a problem with ves kitware. I have an old project with an android.mk and application.mk. How to transfert these reference to CMakeList.txt? And boost library? Thanks in advance, Daniel Scaini -------------- next part -------------- An HTML attachment was scrubbed... URL: From aashish.chaudhary at kitware.com Thu Oct 2 08:37:15 2014 From: aashish.chaudhary at kitware.com (Aashish Chaudhary) Date: Thu, 2 Oct 2014 08:37:15 -0400 Subject: [Ves] ves boost In-Reply-To: References: Message-ID: Hi Daniel, If you read the blog here: http://www.kitware.com/blog/home/post/642 and then the source code, then you will get an idea on how to migrate to CMake for android. Let me know if I should point you to the exact lines of code in the VES cmake. - Aashish On Thu, Oct 2, 2014 at 2:58 AM, Daniel Scaini wrote: > Hello, > > I have a problem with ves kitware. I have an old project with an > android.mk and application.mk. How to transfert these reference to > CMakeList.txt? > > And boost library? > > > > Thanks in advance, > > Daniel Scaini > > _______________________________________________ > Ves mailing list > Ves at public.kitware.com > http://public.kitware.com/mailman/listinfo/ves > > -- *| Aashish Chaudhary | Technical Leader | Kitware Inc. * *| http://www.kitware.com/company/team/chaudhary.html * -------------- next part -------------- An HTML attachment was scrubbed... URL: From aashish.chaudhary at kitware.com Fri Oct 3 02:34:56 2014 From: aashish.chaudhary at kitware.com (Aashish Chaudhary) Date: Fri, 3 Oct 2014 02:34:56 -0400 Subject: [Ves] Dropbox error In-Reply-To: <010901cfddfe$94bfc060$be3f4120$@ac.kr> References: <212040286.13409.1400457175486.JavaMail.root@softwaredelcentro.com.ar> <1400461523363473.022345.ptmail04@ptmail04> <010901cfddfe$94bfc060$be3f4120$@ac.kr> Message-ID: What version of SDK you are using? Also would be nice to know the iOS version. Thanks, Aashish On Thu, Oct 2, 2014 at 1:06 AM, Xiaopeng Yang wrote: > Dear Aashish, > > > > I had an error while using Dropbox in KiwiViewer: > > > > ERROR] DropboxSDK: unable to link; app isn't registered for correct URL > scheme (db-xpt9oxj57x9ftci) > > > > I setup the correct key and secret in DropboxConfig.h. > > > > And then I add db-xpt9oxj57x9ftci to URL Schemes in the Info.plist. > > > > However, still I got that error message. > > > > People said that if the URL Schemes is added to Info.plist, then there > will be no that error. I did add it, but still I got the same error. > > > > Can you point out what I missed please? > > > > Thanks, > > Xiaopeng > -- *| Aashish Chaudhary | Technical Leader | Kitware Inc. * *| http://www.kitware.com/company/team/chaudhary.html * -------------- next part -------------- An HTML attachment was scrubbed... URL: From yxp233 at postech.ac.kr Sat Oct 4 04:33:30 2014 From: yxp233 at postech.ac.kr (Xiaopeng Yang) Date: Sat, 4 Oct 2014 17:33:30 +0900 Subject: [Ves] Dropbox error In-Reply-To: <1412318101504510.017348.ptmail04@ptmail04> References: <212040286.13409.1400457175486.JavaMail.root@softwaredelcentro.com.ar> <1400461523363473.022345.ptmail04@ptmail04> <010901cfddfe$94bfc060$be3f4120$@ac.kr> <1412318101504510.017348.ptmail04@ptmail04> Message-ID: <017d01cfdfad$e0ffa3e0$a2feeba0$@ac.kr> Hi Aashish, I am using dropbox ios sdk 1.3.13, iOS 7.1, and Xcode 5.1. Thank you. Best regards, Xiaopeng From: Aashish Chaudhary [mailto:aashish.chaudhary at kitware.com] Sent: Friday, October 03, 2014 3:35 PM To: Xiaopeng Yang Cc: ves at public.kitware.com Subject: Re: Dropbox error What version of SDK you are using? Also would be nice to know the iOS version. Thanks, Aashish On Thu, Oct 2, 2014 at 1:06 AM, Xiaopeng Yang wrote: Dear Aashish, I had an error while using Dropbox in KiwiViewer: ERROR] DropboxSDK: unable to link; app isn't registered for correct URL scheme (db-xpt9oxj57x9ftci) I setup the correct key and secret in DropboxConfig.h. And then I add db-xpt9oxj57x9ftci to URL Schemes in the Info.plist. However, still I got that error message. People said that if the URL Schemes is added to Info.plist, then there will be no that error. I did add it, but still I got the same error. Can you point out what I missed please? Thanks, Xiaopeng -- | Aashish Chaudhary | Technical Leader | Kitware Inc. | http://www.kitware.com/company/team/chaudhary.html -------------- next part -------------- An HTML attachment was scrubbed... URL: From yxp233 at postech.ac.kr Mon Oct 6 16:08:57 2014 From: yxp233 at postech.ac.kr (Xiaopeng Yang) Date: Tue, 7 Oct 2014 05:08:57 +0900 Subject: [Ves] Dropbox error In-Reply-To: <1412411624328169.027869.ptmail04@ptmail04> References: <212040286.13409.1400457175486.JavaMail.root@softwaredelcentro.com.ar> <1400461523363473.022345.ptmail04@ptmail04> <010901cfddfe$94bfc060$be3f4120$@ac.kr> <1412318101504510.017348.ptmail04@ptmail04> <1412411624328169.027869.ptmail04@ptmail04> Message-ID: <022b01cfe1a1$5d504680$17f0d380$@ac.kr> Hi Aashish, I would appreciate it a lot if you could provide your solution or suggestion. Thank you. Xiaopeng From: Ves [mailto:ves-bounces at public.kitware.com] On Behalf Of Xiaopeng Yang Sent: Saturday, October 04, 2014 5:34 PM To: 'Aashish Chaudhary' Cc: ves at public.kitware.com Subject: Re: [Ves] Dropbox error Hi Aashish, I am using dropbox ios sdk 1.3.13, iOS 7.1, and Xcode 5.1. Thank you. Best regards, Xiaopeng From: Aashish Chaudhary [mailto:aashish.chaudhary at kitware.com] Sent: Friday, October 03, 2014 3:35 PM To: Xiaopeng Yang Cc: ves at public.kitware.com Subject: Re: Dropbox error What version of SDK you are using? Also would be nice to know the iOS version. Thanks, Aashish On Thu, Oct 2, 2014 at 1:06 AM, Xiaopeng Yang wrote: Dear Aashish, I had an error while using Dropbox in KiwiViewer: ERROR] DropboxSDK: unable to link; app isn't registered for correct URL scheme (db-xpt9oxj57x9ftci) I setup the correct key and secret in DropboxConfig.h. And then I add db-xpt9oxj57x9ftci to URL Schemes in the Info.plist. However, still I got that error message. People said that if the URL Schemes is added to Info.plist, then there will be no that error. I did add it, but still I got the same error. Can you point out what I missed please? Thanks, Xiaopeng -- | Aashish Chaudhary | Technical Leader | Kitware Inc. | http://www.kitware.com/company/team/chaudhary.html -------------- next part -------------- An HTML attachment was scrubbed... URL: From danisk891 at gmail.com Mon Oct 6 16:18:21 2014 From: danisk891 at gmail.com (Daniel Scaini) Date: Mon, 6 Oct 2014 22:18:21 +0200 Subject: [Ves] Can anyone help me? Message-ID: I have a problem with VES. Can anyone help me? This is my Android.mk of my old project that i will add to VES. How i do?? How to add this lib to my CMakeList.txt in VES?? LOCAL_PATH:= $(call my-dir) BOOST_LIB_PATH=../../boost/android/lib BOOST_INCLUDE_PATH=$(LOCAL_PATH)/../../boost #$(warning ########## LOCAL_PATH is $(LOCAL_PATH)) ######################################### # use prebuilt static library #include $(CLEAR_VARS) #LOCAL_MODULE:= lib3dv #LOCAL_SRC_FILES:= lib3dv #LOCAL_EXPORT_C_INCLUDES := lib3dv #include $(BUILD_SHARED_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_system LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_system.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_filesystem LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_filesystem.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_thread LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_thread.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_iostreams LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_iostreams.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_regex LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_regex.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_math LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_math_c99.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_chrono LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_chrono.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_date LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_date_time.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_random LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_random.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_signals LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_signals.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_timer LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_timer.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_serialization LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_serialization.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_wserialization LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_wserialization.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_exception LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_exception.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_option LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_program_options.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) ###test use jni with boost include $(CLEAR_VARS) LOCAL_MODULE:= hello-jni LOCAL_LDLIBS := -llog LOCAL_SRC_FILES:= hello-jni.cpp mylic/otherclass.cc LOCAL_STATIC_LIBRARIES := boost_date boost_option boost_system boost_thread boost_signals include $(BUILD_SHARED_LIBRARY) -------------- next part -------------- An HTML attachment was scrubbed... URL: From danisk891 at gmail.com Sun Oct 12 16:15:43 2014 From: danisk891 at gmail.com (Daniel Scaini) Date: Sun, 12 Oct 2014 22:15:43 +0200 Subject: [Ves] Ndk version Message-ID: Hi, Can i use android ndk 9d version to build kiwiviewer? Thanks, Daniel -------------- next part -------------- An HTML attachment was scrubbed... URL: From danisk891 at gmail.com Fri Oct 24 10:21:43 2014 From: danisk891 at gmail.com (Daniel Scaini) Date: Fri, 24 Oct 2014 16:21:43 +0200 Subject: [Ves] ves draw point Message-ID: in ves kiwiviewer: how to draw point or line? I have an array of point. Thanks in advance, Daniel -------------- next part -------------- An HTML attachment was scrubbed... URL: From yxp233 at postech.ac.kr Thu Oct 2 01:06:08 2014 From: yxp233 at postech.ac.kr (Xiaopeng Yang) Date: Thu, 2 Oct 2014 14:06:08 +0900 Subject: [Ves] Dropbox error In-Reply-To: <1400461523363473.022345.ptmail04@ptmail04> References: <212040286.13409.1400457175486.JavaMail.root@softwaredelcentro.com.ar> <1400461523363473.022345.ptmail04@ptmail04> Message-ID: <010901cfddfe$94bfc060$be3f4120$@ac.kr> Dear Aashish, I had an error while using Dropbox in KiwiViewer: ERROR] DropboxSDK: unable to link; app isn't registered for correct URL scheme (db-xpt9oxj57x9ftci) I setup the correct key and secret in DropboxConfig.h. And then I add db-xpt9oxj57x9ftci to URL Schemes in the Info.plist. However, still I got that error message. People said that if the URL Schemes is added to Info.plist, then there will be no that error. I did add it, but still I got the same error. Can you point out what I missed please? Thanks, Xiaopeng -------------- next part -------------- An HTML attachment was scrubbed... URL: From danisk891 at gmail.com Thu Oct 2 02:58:08 2014 From: danisk891 at gmail.com (Daniel Scaini) Date: Thu, 2 Oct 2014 08:58:08 +0200 Subject: [Ves] ves boost Message-ID: Hello, I have a problem with ves kitware. I have an old project with an android.mk and application.mk. How to transfert these reference to CMakeList.txt? And boost library? Thanks in advance, Daniel Scaini -------------- next part -------------- An HTML attachment was scrubbed... URL: From aashish.chaudhary at kitware.com Thu Oct 2 08:37:15 2014 From: aashish.chaudhary at kitware.com (Aashish Chaudhary) Date: Thu, 2 Oct 2014 08:37:15 -0400 Subject: [Ves] ves boost In-Reply-To: References: Message-ID: Hi Daniel, If you read the blog here: http://www.kitware.com/blog/home/post/642 and then the source code, then you will get an idea on how to migrate to CMake for android. Let me know if I should point you to the exact lines of code in the VES cmake. - Aashish On Thu, Oct 2, 2014 at 2:58 AM, Daniel Scaini wrote: > Hello, > > I have a problem with ves kitware. I have an old project with an > android.mk and application.mk. How to transfert these reference to > CMakeList.txt? > > And boost library? > > > > Thanks in advance, > > Daniel Scaini > > _______________________________________________ > Ves mailing list > Ves at public.kitware.com > http://public.kitware.com/mailman/listinfo/ves > > -- *| Aashish Chaudhary | Technical Leader | Kitware Inc. * *| http://www.kitware.com/company/team/chaudhary.html * -------------- next part -------------- An HTML attachment was scrubbed... URL: From aashish.chaudhary at kitware.com Fri Oct 3 02:34:56 2014 From: aashish.chaudhary at kitware.com (Aashish Chaudhary) Date: Fri, 3 Oct 2014 02:34:56 -0400 Subject: [Ves] Dropbox error In-Reply-To: <010901cfddfe$94bfc060$be3f4120$@ac.kr> References: <212040286.13409.1400457175486.JavaMail.root@softwaredelcentro.com.ar> <1400461523363473.022345.ptmail04@ptmail04> <010901cfddfe$94bfc060$be3f4120$@ac.kr> Message-ID: What version of SDK you are using? Also would be nice to know the iOS version. Thanks, Aashish On Thu, Oct 2, 2014 at 1:06 AM, Xiaopeng Yang wrote: > Dear Aashish, > > > > I had an error while using Dropbox in KiwiViewer: > > > > ERROR] DropboxSDK: unable to link; app isn't registered for correct URL > scheme (db-xpt9oxj57x9ftci) > > > > I setup the correct key and secret in DropboxConfig.h. > > > > And then I add db-xpt9oxj57x9ftci to URL Schemes in the Info.plist. > > > > However, still I got that error message. > > > > People said that if the URL Schemes is added to Info.plist, then there > will be no that error. I did add it, but still I got the same error. > > > > Can you point out what I missed please? > > > > Thanks, > > Xiaopeng > -- *| Aashish Chaudhary | Technical Leader | Kitware Inc. * *| http://www.kitware.com/company/team/chaudhary.html * -------------- next part -------------- An HTML attachment was scrubbed... URL: From yxp233 at postech.ac.kr Sat Oct 4 04:33:30 2014 From: yxp233 at postech.ac.kr (Xiaopeng Yang) Date: Sat, 4 Oct 2014 17:33:30 +0900 Subject: [Ves] Dropbox error In-Reply-To: <1412318101504510.017348.ptmail04@ptmail04> References: <212040286.13409.1400457175486.JavaMail.root@softwaredelcentro.com.ar> <1400461523363473.022345.ptmail04@ptmail04> <010901cfddfe$94bfc060$be3f4120$@ac.kr> <1412318101504510.017348.ptmail04@ptmail04> Message-ID: <017d01cfdfad$e0ffa3e0$a2feeba0$@ac.kr> Hi Aashish, I am using dropbox ios sdk 1.3.13, iOS 7.1, and Xcode 5.1. Thank you. Best regards, Xiaopeng From: Aashish Chaudhary [mailto:aashish.chaudhary at kitware.com] Sent: Friday, October 03, 2014 3:35 PM To: Xiaopeng Yang Cc: ves at public.kitware.com Subject: Re: Dropbox error What version of SDK you are using? Also would be nice to know the iOS version. Thanks, Aashish On Thu, Oct 2, 2014 at 1:06 AM, Xiaopeng Yang wrote: Dear Aashish, I had an error while using Dropbox in KiwiViewer: ERROR] DropboxSDK: unable to link; app isn't registered for correct URL scheme (db-xpt9oxj57x9ftci) I setup the correct key and secret in DropboxConfig.h. And then I add db-xpt9oxj57x9ftci to URL Schemes in the Info.plist. However, still I got that error message. People said that if the URL Schemes is added to Info.plist, then there will be no that error. I did add it, but still I got the same error. Can you point out what I missed please? Thanks, Xiaopeng -- | Aashish Chaudhary | Technical Leader | Kitware Inc. | http://www.kitware.com/company/team/chaudhary.html -------------- next part -------------- An HTML attachment was scrubbed... URL: From yxp233 at postech.ac.kr Mon Oct 6 16:08:57 2014 From: yxp233 at postech.ac.kr (Xiaopeng Yang) Date: Tue, 7 Oct 2014 05:08:57 +0900 Subject: [Ves] Dropbox error In-Reply-To: <1412411624328169.027869.ptmail04@ptmail04> References: <212040286.13409.1400457175486.JavaMail.root@softwaredelcentro.com.ar> <1400461523363473.022345.ptmail04@ptmail04> <010901cfddfe$94bfc060$be3f4120$@ac.kr> <1412318101504510.017348.ptmail04@ptmail04> <1412411624328169.027869.ptmail04@ptmail04> Message-ID: <022b01cfe1a1$5d504680$17f0d380$@ac.kr> Hi Aashish, I would appreciate it a lot if you could provide your solution or suggestion. Thank you. Xiaopeng From: Ves [mailto:ves-bounces at public.kitware.com] On Behalf Of Xiaopeng Yang Sent: Saturday, October 04, 2014 5:34 PM To: 'Aashish Chaudhary' Cc: ves at public.kitware.com Subject: Re: [Ves] Dropbox error Hi Aashish, I am using dropbox ios sdk 1.3.13, iOS 7.1, and Xcode 5.1. Thank you. Best regards, Xiaopeng From: Aashish Chaudhary [mailto:aashish.chaudhary at kitware.com] Sent: Friday, October 03, 2014 3:35 PM To: Xiaopeng Yang Cc: ves at public.kitware.com Subject: Re: Dropbox error What version of SDK you are using? Also would be nice to know the iOS version. Thanks, Aashish On Thu, Oct 2, 2014 at 1:06 AM, Xiaopeng Yang wrote: Dear Aashish, I had an error while using Dropbox in KiwiViewer: ERROR] DropboxSDK: unable to link; app isn't registered for correct URL scheme (db-xpt9oxj57x9ftci) I setup the correct key and secret in DropboxConfig.h. And then I add db-xpt9oxj57x9ftci to URL Schemes in the Info.plist. However, still I got that error message. People said that if the URL Schemes is added to Info.plist, then there will be no that error. I did add it, but still I got the same error. Can you point out what I missed please? Thanks, Xiaopeng -- | Aashish Chaudhary | Technical Leader | Kitware Inc. | http://www.kitware.com/company/team/chaudhary.html -------------- next part -------------- An HTML attachment was scrubbed... URL: From danisk891 at gmail.com Mon Oct 6 16:18:21 2014 From: danisk891 at gmail.com (Daniel Scaini) Date: Mon, 6 Oct 2014 22:18:21 +0200 Subject: [Ves] Can anyone help me? Message-ID: I have a problem with VES. Can anyone help me? This is my Android.mk of my old project that i will add to VES. How i do?? How to add this lib to my CMakeList.txt in VES?? LOCAL_PATH:= $(call my-dir) BOOST_LIB_PATH=../../boost/android/lib BOOST_INCLUDE_PATH=$(LOCAL_PATH)/../../boost #$(warning ########## LOCAL_PATH is $(LOCAL_PATH)) ######################################### # use prebuilt static library #include $(CLEAR_VARS) #LOCAL_MODULE:= lib3dv #LOCAL_SRC_FILES:= lib3dv #LOCAL_EXPORT_C_INCLUDES := lib3dv #include $(BUILD_SHARED_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_system LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_system.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_filesystem LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_filesystem.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_thread LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_thread.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_iostreams LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_iostreams.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_regex LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_regex.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_math LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_math_c99.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_chrono LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_chrono.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_date LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_date_time.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_random LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_random.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_signals LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_signals.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_timer LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_timer.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_serialization LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_serialization.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_wserialization LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_wserialization.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_exception LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_exception.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_option LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_program_options.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) ###test use jni with boost include $(CLEAR_VARS) LOCAL_MODULE:= hello-jni LOCAL_LDLIBS := -llog LOCAL_SRC_FILES:= hello-jni.cpp mylic/otherclass.cc LOCAL_STATIC_LIBRARIES := boost_date boost_option boost_system boost_thread boost_signals include $(BUILD_SHARED_LIBRARY) -------------- next part -------------- An HTML attachment was scrubbed... URL: From danisk891 at gmail.com Sun Oct 12 16:15:43 2014 From: danisk891 at gmail.com (Daniel Scaini) Date: Sun, 12 Oct 2014 22:15:43 +0200 Subject: [Ves] Ndk version Message-ID: Hi, Can i use android ndk 9d version to build kiwiviewer? Thanks, Daniel -------------- next part -------------- An HTML attachment was scrubbed... URL: From danisk891 at gmail.com Fri Oct 24 10:21:43 2014 From: danisk891 at gmail.com (Daniel Scaini) Date: Fri, 24 Oct 2014 16:21:43 +0200 Subject: [Ves] ves draw point Message-ID: in ves kiwiviewer: how to draw point or line? I have an array of point. Thanks in advance, Daniel -------------- next part -------------- An HTML attachment was scrubbed... URL: From yxp233 at postech.ac.kr Thu Oct 2 01:06:08 2014 From: yxp233 at postech.ac.kr (Xiaopeng Yang) Date: Thu, 2 Oct 2014 14:06:08 +0900 Subject: [Ves] Dropbox error In-Reply-To: <1400461523363473.022345.ptmail04@ptmail04> References: <212040286.13409.1400457175486.JavaMail.root@softwaredelcentro.com.ar> <1400461523363473.022345.ptmail04@ptmail04> Message-ID: <010901cfddfe$94bfc060$be3f4120$@ac.kr> Dear Aashish, I had an error while using Dropbox in KiwiViewer: ERROR] DropboxSDK: unable to link; app isn't registered for correct URL scheme (db-xpt9oxj57x9ftci) I setup the correct key and secret in DropboxConfig.h. And then I add db-xpt9oxj57x9ftci to URL Schemes in the Info.plist. However, still I got that error message. People said that if the URL Schemes is added to Info.plist, then there will be no that error. I did add it, but still I got the same error. Can you point out what I missed please? Thanks, Xiaopeng -------------- next part -------------- An HTML attachment was scrubbed... URL: From danisk891 at gmail.com Thu Oct 2 02:58:08 2014 From: danisk891 at gmail.com (Daniel Scaini) Date: Thu, 2 Oct 2014 08:58:08 +0200 Subject: [Ves] ves boost Message-ID: Hello, I have a problem with ves kitware. I have an old project with an android.mk and application.mk. How to transfert these reference to CMakeList.txt? And boost library? Thanks in advance, Daniel Scaini -------------- next part -------------- An HTML attachment was scrubbed... URL: From aashish.chaudhary at kitware.com Thu Oct 2 08:37:15 2014 From: aashish.chaudhary at kitware.com (Aashish Chaudhary) Date: Thu, 2 Oct 2014 08:37:15 -0400 Subject: [Ves] ves boost In-Reply-To: References: Message-ID: Hi Daniel, If you read the blog here: http://www.kitware.com/blog/home/post/642 and then the source code, then you will get an idea on how to migrate to CMake for android. Let me know if I should point you to the exact lines of code in the VES cmake. - Aashish On Thu, Oct 2, 2014 at 2:58 AM, Daniel Scaini wrote: > Hello, > > I have a problem with ves kitware. I have an old project with an > android.mk and application.mk. How to transfert these reference to > CMakeList.txt? > > And boost library? > > > > Thanks in advance, > > Daniel Scaini > > _______________________________________________ > Ves mailing list > Ves at public.kitware.com > http://public.kitware.com/mailman/listinfo/ves > > -- *| Aashish Chaudhary | Technical Leader | Kitware Inc. * *| http://www.kitware.com/company/team/chaudhary.html * -------------- next part -------------- An HTML attachment was scrubbed... URL: From aashish.chaudhary at kitware.com Fri Oct 3 02:34:56 2014 From: aashish.chaudhary at kitware.com (Aashish Chaudhary) Date: Fri, 3 Oct 2014 02:34:56 -0400 Subject: [Ves] Dropbox error In-Reply-To: <010901cfddfe$94bfc060$be3f4120$@ac.kr> References: <212040286.13409.1400457175486.JavaMail.root@softwaredelcentro.com.ar> <1400461523363473.022345.ptmail04@ptmail04> <010901cfddfe$94bfc060$be3f4120$@ac.kr> Message-ID: What version of SDK you are using? Also would be nice to know the iOS version. Thanks, Aashish On Thu, Oct 2, 2014 at 1:06 AM, Xiaopeng Yang wrote: > Dear Aashish, > > > > I had an error while using Dropbox in KiwiViewer: > > > > ERROR] DropboxSDK: unable to link; app isn't registered for correct URL > scheme (db-xpt9oxj57x9ftci) > > > > I setup the correct key and secret in DropboxConfig.h. > > > > And then I add db-xpt9oxj57x9ftci to URL Schemes in the Info.plist. > > > > However, still I got that error message. > > > > People said that if the URL Schemes is added to Info.plist, then there > will be no that error. I did add it, but still I got the same error. > > > > Can you point out what I missed please? > > > > Thanks, > > Xiaopeng > -- *| Aashish Chaudhary | Technical Leader | Kitware Inc. * *| http://www.kitware.com/company/team/chaudhary.html * -------------- next part -------------- An HTML attachment was scrubbed... URL: From yxp233 at postech.ac.kr Sat Oct 4 04:33:30 2014 From: yxp233 at postech.ac.kr (Xiaopeng Yang) Date: Sat, 4 Oct 2014 17:33:30 +0900 Subject: [Ves] Dropbox error In-Reply-To: <1412318101504510.017348.ptmail04@ptmail04> References: <212040286.13409.1400457175486.JavaMail.root@softwaredelcentro.com.ar> <1400461523363473.022345.ptmail04@ptmail04> <010901cfddfe$94bfc060$be3f4120$@ac.kr> <1412318101504510.017348.ptmail04@ptmail04> Message-ID: <017d01cfdfad$e0ffa3e0$a2feeba0$@ac.kr> Hi Aashish, I am using dropbox ios sdk 1.3.13, iOS 7.1, and Xcode 5.1. Thank you. Best regards, Xiaopeng From: Aashish Chaudhary [mailto:aashish.chaudhary at kitware.com] Sent: Friday, October 03, 2014 3:35 PM To: Xiaopeng Yang Cc: ves at public.kitware.com Subject: Re: Dropbox error What version of SDK you are using? Also would be nice to know the iOS version. Thanks, Aashish On Thu, Oct 2, 2014 at 1:06 AM, Xiaopeng Yang wrote: Dear Aashish, I had an error while using Dropbox in KiwiViewer: ERROR] DropboxSDK: unable to link; app isn't registered for correct URL scheme (db-xpt9oxj57x9ftci) I setup the correct key and secret in DropboxConfig.h. And then I add db-xpt9oxj57x9ftci to URL Schemes in the Info.plist. However, still I got that error message. People said that if the URL Schemes is added to Info.plist, then there will be no that error. I did add it, but still I got the same error. Can you point out what I missed please? Thanks, Xiaopeng -- | Aashish Chaudhary | Technical Leader | Kitware Inc. | http://www.kitware.com/company/team/chaudhary.html -------------- next part -------------- An HTML attachment was scrubbed... URL: From yxp233 at postech.ac.kr Mon Oct 6 16:08:57 2014 From: yxp233 at postech.ac.kr (Xiaopeng Yang) Date: Tue, 7 Oct 2014 05:08:57 +0900 Subject: [Ves] Dropbox error In-Reply-To: <1412411624328169.027869.ptmail04@ptmail04> References: <212040286.13409.1400457175486.JavaMail.root@softwaredelcentro.com.ar> <1400461523363473.022345.ptmail04@ptmail04> <010901cfddfe$94bfc060$be3f4120$@ac.kr> <1412318101504510.017348.ptmail04@ptmail04> <1412411624328169.027869.ptmail04@ptmail04> Message-ID: <022b01cfe1a1$5d504680$17f0d380$@ac.kr> Hi Aashish, I would appreciate it a lot if you could provide your solution or suggestion. Thank you. Xiaopeng From: Ves [mailto:ves-bounces at public.kitware.com] On Behalf Of Xiaopeng Yang Sent: Saturday, October 04, 2014 5:34 PM To: 'Aashish Chaudhary' Cc: ves at public.kitware.com Subject: Re: [Ves] Dropbox error Hi Aashish, I am using dropbox ios sdk 1.3.13, iOS 7.1, and Xcode 5.1. Thank you. Best regards, Xiaopeng From: Aashish Chaudhary [mailto:aashish.chaudhary at kitware.com] Sent: Friday, October 03, 2014 3:35 PM To: Xiaopeng Yang Cc: ves at public.kitware.com Subject: Re: Dropbox error What version of SDK you are using? Also would be nice to know the iOS version. Thanks, Aashish On Thu, Oct 2, 2014 at 1:06 AM, Xiaopeng Yang wrote: Dear Aashish, I had an error while using Dropbox in KiwiViewer: ERROR] DropboxSDK: unable to link; app isn't registered for correct URL scheme (db-xpt9oxj57x9ftci) I setup the correct key and secret in DropboxConfig.h. And then I add db-xpt9oxj57x9ftci to URL Schemes in the Info.plist. However, still I got that error message. People said that if the URL Schemes is added to Info.plist, then there will be no that error. I did add it, but still I got the same error. Can you point out what I missed please? Thanks, Xiaopeng -- | Aashish Chaudhary | Technical Leader | Kitware Inc. | http://www.kitware.com/company/team/chaudhary.html -------------- next part -------------- An HTML attachment was scrubbed... URL: From danisk891 at gmail.com Mon Oct 6 16:18:21 2014 From: danisk891 at gmail.com (Daniel Scaini) Date: Mon, 6 Oct 2014 22:18:21 +0200 Subject: [Ves] Can anyone help me? Message-ID: I have a problem with VES. Can anyone help me? This is my Android.mk of my old project that i will add to VES. How i do?? How to add this lib to my CMakeList.txt in VES?? LOCAL_PATH:= $(call my-dir) BOOST_LIB_PATH=../../boost/android/lib BOOST_INCLUDE_PATH=$(LOCAL_PATH)/../../boost #$(warning ########## LOCAL_PATH is $(LOCAL_PATH)) ######################################### # use prebuilt static library #include $(CLEAR_VARS) #LOCAL_MODULE:= lib3dv #LOCAL_SRC_FILES:= lib3dv #LOCAL_EXPORT_C_INCLUDES := lib3dv #include $(BUILD_SHARED_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_system LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_system.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_filesystem LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_filesystem.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_thread LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_thread.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_iostreams LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_iostreams.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_regex LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_regex.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_math LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_math_c99.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_chrono LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_chrono.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_date LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_date_time.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_random LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_random.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_signals LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_signals.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_timer LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_timer.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_serialization LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_serialization.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_wserialization LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_wserialization.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_exception LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_exception.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) include $(CLEAR_VARS) LOCAL_MODULE:= boost_option LOCAL_SRC_FILES:= $(BOOST_LIB_PATH)/libboost_program_options.a LOCAL_EXPORT_C_INCLUDES := $(BOOST_INCLUDE_PATH) include $(PREBUILT_STATIC_LIBRARY) ###test use jni with boost include $(CLEAR_VARS) LOCAL_MODULE:= hello-jni LOCAL_LDLIBS := -llog LOCAL_SRC_FILES:= hello-jni.cpp mylic/otherclass.cc LOCAL_STATIC_LIBRARIES := boost_date boost_option boost_system boost_thread boost_signals include $(BUILD_SHARED_LIBRARY) -------------- next part -------------- An HTML attachment was scrubbed... URL: From danisk891 at gmail.com Sun Oct 12 16:15:43 2014 From: danisk891 at gmail.com (Daniel Scaini) Date: Sun, 12 Oct 2014 22:15:43 +0200 Subject: [Ves] Ndk version Message-ID: Hi, Can i use android ndk 9d version to build kiwiviewer? Thanks, Daniel -------------- next part -------------- An HTML attachment was scrubbed... URL: From danisk891 at gmail.com Fri Oct 24 10:21:43 2014 From: danisk891 at gmail.com (Daniel Scaini) Date: Fri, 24 Oct 2014 16:21:43 +0200 Subject: [Ves] ves draw point Message-ID: in ves kiwiviewer: how to draw point or line? I have an array of point. Thanks in advance, Daniel -------------- next part -------------- An HTML attachment was scrubbed... URL: