I can't compile with new sources, on windows it's work.
I have ubuntu 10.04 x32, with the old sourcecode it's work.
desktop@ks396174:~/wow/buildfun$ make -j 4
[ 1%] [ 1%] Built target gsoap
Built target mpq
[ 1%] Building C object dep/jemalloc/CMakeFiles/jemalloc.dir/src/rtree.c.o
Scanning dependencies of target revision.h
Scanning dependencies of target shared_pch_dephelp
[ 1%] Built target g3dlib
Scanning dependencies of target game_pch_dephelp
In file included from /home/desktop/wow/trinitycorefun/dep/jemalloc/include/jemalloc/internal/jemalloc_internal.h:388,
from /home/desktop/wow/trinitycorefun/dep/jemalloc/src/rtree.c:2:
/home/desktop/wow/trinitycorefun/dep/jemalloc/include/jemalloc/internal/atomic.h:102:6: error: #error "Missing implementation for 64-bit atomic operations"
make[2]: *** [dep/jemalloc/CMakeFiles/jemalloc.dir/src/rtree.c.o] Erreur 1
make[1]: *** [dep/jemalloc/CMakeFiles/jemalloc.dir/all] Erreur 2
make[1]: *** Attente des tâches non terminées....
[ 1%] Building CXX object src/server/shared/CMakeFiles/shared_pch_dephelp.dir/shared_pch_dephelp.cxx.o
[ 1%] Building CXX object src/server/game/CMakeFiles/game_pch_dephelp.dir/game_pch_dephelp.cxx.o
Linking CXX static library libshared_pch_dephelp.a
[ 1%] Built target shared_pch_dephelp
[ 1%] Built target revision.h
Linking CXX static library libgame_pch_dephelp.a
[ 1%] Built target game_pch_dephelp
make: *** [all] Erreur 2
desktop@ks396174:~/wow/buildfun$
how can i fix this?
(sorry for my bad english)