Bonjour,

Je rencontre actuellement un problème lors de la compilation d'un exemple d'application C++ en Tizen.

Environnement :
IDE Tizen pour Windows 7 64bits
Compilateur : Clang++ ( j'ai suivi ce guide http://bencode.net/clangonwindows )

**** 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 ****
Quelqu'un saurait-il m'indiquer d'où peut venir le problème ?

Merci d'avance pour votre aide.