Hello everyone,
this might be silly but i have a issue building a sample native application. Can anyone be kind and help me ^^ ? (I couldnt find my issue in the forum)
I have followed the following link to install clang in W7 (even though its for W8) : http://bencode.net/clangonwindows
Thank you !
Waves.
Here is the console output :
**** Build of configuration Release for project todotest ****
C:\tizen-sdk\tools\smart-build-interface\bin\sbi.exe action tizen-device-2.0.cpp_llvm31.armel.cpp.app -- make -options="all" -cliinclude="" -clicflags="" -clilflags="" -cliprojpath="" -clisdkpath=""
'Building file: ../src/CreateTodoForm.cpp'
'Invoking: C++ Compiler'
clang++.exe -I"pch" -I"C:\Users\n.cannou\WS_TIZEN\todotest\inc" -I"C:/tizen-sdk/platforms/tizen2.0/rootstraps/tizen-device-2.0.cpp/usr/include" -I"C:/tizen-sdk/platforms/tizen2.0/rootstraps/tizen-device-2.0.cpp/usr/include/libxml2" -I"C:\tizen-sdk\library" -I"C:/tizen-sdk/platforms/tizen2.0/rootstraps/tizen-device-2.0.cpp/usr/include/osp" -I"C:\MinGW\lib\clang\3.3\include" -O3 -g -Wall -c -fmessage-length=0 -target arm-tizen-linux-gnueabi -gcc-toolchain C:/tizen-sdk/tools/smart-build-interface/../arm-linux-gnueabi-gcc-4.5/ -ccc-gcc-name arm-linux-gnueabi-g++ -march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -mtune=cortex-a8 -Wno-gnu -fPIE --sysroot="C:/tizen-sdk/platforms/tizen2.0/rootstraps/tizen-device-2.0.cpp" -MMD -MP -MF"src/CreateTodoForm.d" -MT"src/CreateTodoForm.d" -o "src/CreateTodoForm.o" "../src/CreateTodoForm.cpp"
In file included from ../src/CreateTodoForm.cpp:20:
In file included from C:\Users\n.cannou\WS_TIZEN\todotest\inc\CreateTodoForm.h:21:
In file included from C:/tizen-sdk/platforms/tizen2.0/rootstraps/tizen-device-2.0.cpp/usr/include/osp\FBase.h:29:
In file included from C:/tizen-sdk/platforms/tizen2.0/rootstraps/tizen-device-2.0.cpp/usr/include/osp\FBaseTypes.h:28:
C:/tizen-sdk/platforms/tizen2.0/rootstraps/tizen-device-2.0.cpp/usr/include/osp\FBaseLog.h:28:10: fatal error: 'new' file not found
#include <new>
^
1 error generated.
src/subdir.mk:42: recipe for target 'src/CreateTodoForm.o' failed
mingw32-make.exe: *** [src/CreateTodoForm.o] Error 1
**** Build Finished ****