Changes between Initial Version and Version 1 of Ticket #7865
- Timestamp:
- Jan 16, 2013, 10:03:41 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7865
- Property Owner set to
- Property Component None → build
-
Ticket #7865 – Description
initial v1 5 5 Get a lot of errors of this type: 6 6 7 8 {{{ 7 9 "clang++" -x c++ -O3 -std=c++11 -stdlib=libc++ -O3 -finline-functions -Wno-inline -Wall -march=i386 -DBOOST_ALL_DYN_LINK=1 -DBOOST_ALL_NO_LIB=1 -DDATE_TIME_INLINE -DNDEBUG -I"." -c -o "bin.v2/libs/date_time/build/clang-darwin-4.2.1/release/address-model-32/architecture-x86/threading-multi/gregorian/greg_month.o" "libs/date_time/src/gregorian/greg_month.cpp" 8 10 … … 10 12 clang-darwin.compile.c++ bin.v2/libs/date_time/build/clang-darwin-4.2.1/release/address-model-32/architecture-x86/threading-multi/gregorian/greg_weekday.o 11 13 error: unknown target CPU 'i386' 14 }}}