mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
To support ubuntu24, clang 18+, and gcc13.
This commit is contained in:
parent
0292b52cf7
commit
7a207da5a8
@ -209,7 +209,23 @@ AC_PATH_PROG(CLANG, clang, noclang, "$LLVM_BIN_DIR:/bin:/usr/bin:/usr/local/bin:
|
|||||||
AS_IF([test "$ac_cv_path_CLANG" = "noclang"],AC_MSG_ERROR([could not find clang]),[])
|
AS_IF([test "$ac_cv_path_CLANG" = "noclang"],AC_MSG_ERROR([could not find clang]),[])
|
||||||
AC_SUBST([LLVM_HOME])
|
AC_SUBST([LLVM_HOME])
|
||||||
|
|
||||||
OLD_CLANG_LIBS="-lclangFrontend -lclangDriver -lclangSerialization -lclangParse -lclangSema -lclangAnalysis -lclangEdit -lclangAST -lclangLex -lclangBasic"
|
TR_CLANG_VERSION
|
||||||
|
dnl if llvm/clang, test for version >= 3.4.2
|
||||||
|
AS_IF([test "x$CLANG_VERSION" = "x"],[],
|
||||||
|
[AC_MSG_CHECKING([clang version >= 3.4.2])
|
||||||
|
AX_COMPARE_VERSION([$CLANG_VERSION],[ge],[3.4.2], [AC_MSG_RESULT([yes])],
|
||||||
|
[AC_MSG_RESULT([no])
|
||||||
|
AC_MSG_ERROR([Trick requires llvm/clang version >= 3.4.2])
|
||||||
|
])
|
||||||
|
])
|
||||||
|
|
||||||
|
AS_IF([test "x$CLANG_VERSION" = "x"],[],
|
||||||
|
[AX_COMPARE_VERSION([$CLANG_VERSION],[ge],[18.0.0],
|
||||||
|
[OLD_CLANG_LIBS="-lclangFrontend -lclangDriver -lclangSerialization -lclangParse -lclangSema -lclangAnalysis -lclangEdit -lclangAST -lclangASTMatchers -lclangAPINotes -lclangLex -lclangBasic"],
|
||||||
|
[OLD_CLANG_LIBS="-lclangFrontend -lclangDriver -lclangSerialization -lclangParse -lclangSema -lclangAnalysis -lclangEdit -lclangAST -lclangLex -lclangBasic"]
|
||||||
|
)]
|
||||||
|
)
|
||||||
|
|
||||||
NEW_CLANG_LIBS="-lclang-cpp"
|
NEW_CLANG_LIBS="-lclang-cpp"
|
||||||
AC_CHECK_FILE([$LLVM_LIB_DIR/libclangFrontend.a],
|
AC_CHECK_FILE([$LLVM_LIB_DIR/libclangFrontend.a],
|
||||||
[
|
[
|
||||||
@ -237,16 +253,6 @@ AC_CHECK_FILE([$LLVM_LIB_DIR/libclangSupport.a],[ICG_CLANGLIBS="$ICG_CLANGLIBS -
|
|||||||
|
|
||||||
AC_SUBST([ICG_CLANGLIBS])
|
AC_SUBST([ICG_CLANGLIBS])
|
||||||
|
|
||||||
TR_CLANG_VERSION
|
|
||||||
dnl if llvm/clang, test for version >= 3.4.2
|
|
||||||
AS_IF([test "x$CLANG_VERSION" = "x"],[],
|
|
||||||
[AC_MSG_CHECKING([clang version >= 3.4.2])
|
|
||||||
AX_COMPARE_VERSION([$CLANG_VERSION],[ge],[3.4.2], [AC_MSG_RESULT([yes])],
|
|
||||||
[AC_MSG_RESULT([no])
|
|
||||||
AC_MSG_ERROR([Trick requires llvm/clang version >= 3.4.2])
|
|
||||||
])
|
|
||||||
])
|
|
||||||
|
|
||||||
AX_CHECK_ZLIB([],AC_MSG_ERROR([could not find zlib]))
|
AX_CHECK_ZLIB([],AC_MSG_ERROR([could not find zlib]))
|
||||||
|
|
||||||
dnl look for udunits in /usr/include and /usr/include/udunits2
|
dnl look for udunits in /usr/include and /usr/include/udunits2
|
||||||
|
178
configure
generated
vendored
178
configure
generated
vendored
@ -630,8 +630,8 @@ UDUNITS_EXCLUDE
|
|||||||
UDUNITS_LDFLAGS
|
UDUNITS_LDFLAGS
|
||||||
UDUNITS_INCLUDES
|
UDUNITS_INCLUDES
|
||||||
UDUNITS_HOME
|
UDUNITS_HOME
|
||||||
CLANG_VERSION
|
|
||||||
ICG_CLANGLIBS
|
ICG_CLANGLIBS
|
||||||
|
CLANG_VERSION
|
||||||
LLVM_HOME
|
LLVM_HOME
|
||||||
CLANG
|
CLANG
|
||||||
LLVM_CONFIG
|
LLVM_CONFIG
|
||||||
@ -717,6 +717,7 @@ infodir
|
|||||||
docdir
|
docdir
|
||||||
oldincludedir
|
oldincludedir
|
||||||
includedir
|
includedir
|
||||||
|
runstatedir
|
||||||
localstatedir
|
localstatedir
|
||||||
sharedstatedir
|
sharedstatedir
|
||||||
sysconfdir
|
sysconfdir
|
||||||
@ -810,6 +811,7 @@ datadir='${datarootdir}'
|
|||||||
sysconfdir='${prefix}/etc'
|
sysconfdir='${prefix}/etc'
|
||||||
sharedstatedir='${prefix}/com'
|
sharedstatedir='${prefix}/com'
|
||||||
localstatedir='${prefix}/var'
|
localstatedir='${prefix}/var'
|
||||||
|
runstatedir='${localstatedir}/run'
|
||||||
includedir='${prefix}/include'
|
includedir='${prefix}/include'
|
||||||
oldincludedir='/usr/include'
|
oldincludedir='/usr/include'
|
||||||
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
||||||
@ -1062,6 +1064,15 @@ do
|
|||||||
| -silent | --silent | --silen | --sile | --sil)
|
| -silent | --silent | --silen | --sile | --sil)
|
||||||
silent=yes ;;
|
silent=yes ;;
|
||||||
|
|
||||||
|
-runstatedir | --runstatedir | --runstatedi | --runstated \
|
||||||
|
| --runstate | --runstat | --runsta | --runst | --runs \
|
||||||
|
| --run | --ru | --r)
|
||||||
|
ac_prev=runstatedir ;;
|
||||||
|
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
|
||||||
|
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
|
||||||
|
| --run=* | --ru=* | --r=*)
|
||||||
|
runstatedir=$ac_optarg ;;
|
||||||
|
|
||||||
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
|
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
|
||||||
ac_prev=sbindir ;;
|
ac_prev=sbindir ;;
|
||||||
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
|
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
|
||||||
@ -1199,7 +1210,7 @@ fi
|
|||||||
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
|
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
|
||||||
datadir sysconfdir sharedstatedir localstatedir includedir \
|
datadir sysconfdir sharedstatedir localstatedir includedir \
|
||||||
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
|
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
|
||||||
libdir localedir mandir
|
libdir localedir mandir runstatedir
|
||||||
do
|
do
|
||||||
eval ac_val=\$$ac_var
|
eval ac_val=\$$ac_var
|
||||||
# Remove trailing slashes.
|
# Remove trailing slashes.
|
||||||
@ -1352,6 +1363,7 @@ Fine tuning of the installation directories:
|
|||||||
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
|
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
|
||||||
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
|
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
|
||||||
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
|
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
|
||||||
|
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
|
||||||
--libdir=DIR object code libraries [EPREFIX/lib]
|
--libdir=DIR object code libraries [EPREFIX/lib]
|
||||||
--includedir=DIR C header files [PREFIX/include]
|
--includedir=DIR C header files [PREFIX/include]
|
||||||
--oldincludedir=DIR C header files for non-gcc [/usr/include]
|
--oldincludedir=DIR C header files for non-gcc [/usr/include]
|
||||||
@ -7337,7 +7349,108 @@ if test "$ac_cv_path_CLANG" = "noclang"; then :
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
OLD_CLANG_LIBS="-lclangFrontend -lclangDriver -lclangSerialization -lclangParse -lclangSema -lclangAnalysis -lclangEdit -lclangAST -lclangLex -lclangBasic"
|
|
||||||
|
CLANG_VERSION=""
|
||||||
|
ax_cv_clang_version="`$CLANG --version | grep "version" | sed "s/.*version \(0-9*\.0-9*\.0-9*\).*/\1/"`"
|
||||||
|
if test "x$ax_cv_clang_version" = "x"; then :
|
||||||
|
|
||||||
|
ax_cv_clang_version=""
|
||||||
|
|
||||||
|
fi
|
||||||
|
CLANG_VERSION=$ax_cv_clang_version
|
||||||
|
|
||||||
|
|
||||||
|
if test "x$CLANG_VERSION" = "x"; then :
|
||||||
|
|
||||||
|
else
|
||||||
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking clang version >= 3.4.2" >&5
|
||||||
|
$as_echo_n "checking clang version >= 3.4.2... " >&6; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Used to indicate true or false condition
|
||||||
|
ax_compare_version=false
|
||||||
|
|
||||||
|
# Convert the two version strings to be compared into a format that
|
||||||
|
# allows a simple string comparison. The end result is that a version
|
||||||
|
# string of the form 1.12.5-r617 will be converted to the form
|
||||||
|
# 0001001200050617. In other words, each number is zero padded to four
|
||||||
|
# digits, and non digits are removed.
|
||||||
|
|
||||||
|
ax_compare_version_A=`echo "$CLANG_VERSION" | sed -e 's/\([0-9]*\)/Z\1Z/g' \
|
||||||
|
-e 's/Z\([0-9]\)Z/Z0\1Z/g' \
|
||||||
|
-e 's/Z\([0-9][0-9]\)Z/Z0\1Z/g' \
|
||||||
|
-e 's/Z\([0-9][0-9][0-9]\)Z/Z0\1Z/g' \
|
||||||
|
-e 's/[^0-9]//g'`
|
||||||
|
|
||||||
|
|
||||||
|
ax_compare_version_B=`echo "3.4.2" | sed -e 's/\([0-9]*\)/Z\1Z/g' \
|
||||||
|
-e 's/Z\([0-9]\)Z/Z0\1Z/g' \
|
||||||
|
-e 's/Z\([0-9][0-9]\)Z/Z0\1Z/g' \
|
||||||
|
-e 's/Z\([0-9][0-9][0-9]\)Z/Z0\1Z/g' \
|
||||||
|
-e 's/[^0-9]//g'`
|
||||||
|
|
||||||
|
|
||||||
|
ax_compare_version=`echo "x$ax_compare_version_A
|
||||||
|
x$ax_compare_version_B" | sed 's/^ *//' | sort -r | sed "s/x${ax_compare_version_A}/true/;s/x${ax_compare_version_B}/false/;1q"`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
if test "$ax_compare_version" = "true" ; then
|
||||||
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
||||||
|
$as_echo "yes" >&6; }
|
||||||
|
else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||||
|
$as_echo "no" >&6; }
|
||||||
|
as_fn_error $? "Trick requires llvm/clang version >= 3.4.2" "$LINENO" 5
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
|
if test "x$CLANG_VERSION" = "x"; then :
|
||||||
|
|
||||||
|
else
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Used to indicate true or false condition
|
||||||
|
ax_compare_version=false
|
||||||
|
|
||||||
|
# Convert the two version strings to be compared into a format that
|
||||||
|
# allows a simple string comparison. The end result is that a version
|
||||||
|
# string of the form 1.12.5-r617 will be converted to the form
|
||||||
|
# 0001001200050617. In other words, each number is zero padded to four
|
||||||
|
# digits, and non digits are removed.
|
||||||
|
|
||||||
|
ax_compare_version_A=`echo "$CLANG_VERSION" | sed -e 's/\([0-9]*\)/Z\1Z/g' \
|
||||||
|
-e 's/Z\([0-9]\)Z/Z0\1Z/g' \
|
||||||
|
-e 's/Z\([0-9][0-9]\)Z/Z0\1Z/g' \
|
||||||
|
-e 's/Z\([0-9][0-9][0-9]\)Z/Z0\1Z/g' \
|
||||||
|
-e 's/[^0-9]//g'`
|
||||||
|
|
||||||
|
|
||||||
|
ax_compare_version_B=`echo "18.0.0" | sed -e 's/\([0-9]*\)/Z\1Z/g' \
|
||||||
|
-e 's/Z\([0-9]\)Z/Z0\1Z/g' \
|
||||||
|
-e 's/Z\([0-9][0-9]\)Z/Z0\1Z/g' \
|
||||||
|
-e 's/Z\([0-9][0-9][0-9]\)Z/Z0\1Z/g' \
|
||||||
|
-e 's/[^0-9]//g'`
|
||||||
|
|
||||||
|
|
||||||
|
ax_compare_version=`echo "x$ax_compare_version_A
|
||||||
|
x$ax_compare_version_B" | sed 's/^ *//' | sort -r | sed "s/x${ax_compare_version_A}/true/;s/x${ax_compare_version_B}/false/;1q"`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
if test "$ax_compare_version" = "true" ; then
|
||||||
|
OLD_CLANG_LIBS="-lclangFrontend -lclangDriver -lclangSerialization -lclangParse -lclangSema -lclangAnalysis -lclangEdit -lclangAST -lclangASTMatchers -lclangAPINotes -lclangLex -lclangBasic"
|
||||||
|
else OLD_CLANG_LIBS="-lclangFrontend -lclangDriver -lclangSerialization -lclangParse -lclangSema -lclangAnalysis -lclangEdit -lclangAST -lclangLex -lclangBasic"
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
NEW_CLANG_LIBS="-lclang-cpp"
|
NEW_CLANG_LIBS="-lclang-cpp"
|
||||||
as_ac_File=`$as_echo "ac_cv_file_$LLVM_LIB_DIR/libclangFrontend.a" | $as_tr_sh`
|
as_ac_File=`$as_echo "ac_cv_file_$LLVM_LIB_DIR/libclangFrontend.a" | $as_tr_sh`
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LLVM_LIB_DIR/libclangFrontend.a" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LLVM_LIB_DIR/libclangFrontend.a" >&5
|
||||||
@ -7465,65 +7578,6 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CLANG_VERSION=""
|
|
||||||
ax_cv_clang_version="`$CLANG --version | grep "version" | sed "s/.*version \(0-9*\.0-9*\.0-9*\).*/\1/"`"
|
|
||||||
if test "x$ax_cv_clang_version" = "x"; then :
|
|
||||||
|
|
||||||
ax_cv_clang_version=""
|
|
||||||
|
|
||||||
fi
|
|
||||||
CLANG_VERSION=$ax_cv_clang_version
|
|
||||||
|
|
||||||
|
|
||||||
if test "x$CLANG_VERSION" = "x"; then :
|
|
||||||
|
|
||||||
else
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking clang version >= 3.4.2" >&5
|
|
||||||
$as_echo_n "checking clang version >= 3.4.2... " >&6; }
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Used to indicate true or false condition
|
|
||||||
ax_compare_version=false
|
|
||||||
|
|
||||||
# Convert the two version strings to be compared into a format that
|
|
||||||
# allows a simple string comparison. The end result is that a version
|
|
||||||
# string of the form 1.12.5-r617 will be converted to the form
|
|
||||||
# 0001001200050617. In other words, each number is zero padded to four
|
|
||||||
# digits, and non digits are removed.
|
|
||||||
|
|
||||||
ax_compare_version_A=`echo "$CLANG_VERSION" | sed -e 's/\([0-9]*\)/Z\1Z/g' \
|
|
||||||
-e 's/Z\([0-9]\)Z/Z0\1Z/g' \
|
|
||||||
-e 's/Z\([0-9][0-9]\)Z/Z0\1Z/g' \
|
|
||||||
-e 's/Z\([0-9][0-9][0-9]\)Z/Z0\1Z/g' \
|
|
||||||
-e 's/[^0-9]//g'`
|
|
||||||
|
|
||||||
|
|
||||||
ax_compare_version_B=`echo "3.4.2" | sed -e 's/\([0-9]*\)/Z\1Z/g' \
|
|
||||||
-e 's/Z\([0-9]\)Z/Z0\1Z/g' \
|
|
||||||
-e 's/Z\([0-9][0-9]\)Z/Z0\1Z/g' \
|
|
||||||
-e 's/Z\([0-9][0-9][0-9]\)Z/Z0\1Z/g' \
|
|
||||||
-e 's/[^0-9]//g'`
|
|
||||||
|
|
||||||
|
|
||||||
ax_compare_version=`echo "x$ax_compare_version_A
|
|
||||||
x$ax_compare_version_B" | sed 's/^ *//' | sort -r | sed "s/x${ax_compare_version_A}/true/;s/x${ax_compare_version_B}/false/;1q"`
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if test "$ax_compare_version" = "true" ; then
|
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
|
||||||
$as_echo "yes" >&6; }
|
|
||||||
else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
||||||
$as_echo "no" >&6; }
|
|
||||||
as_fn_error $? "Trick requires llvm/clang version >= 3.4.2" "$LINENO" 5
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Handle user hints
|
# Handle user hints
|
||||||
#
|
#
|
||||||
|
@ -707,6 +707,9 @@ sub handle_sim_class ($$$$) {
|
|||||||
|
|
||||||
sub handle_sim_class_job($$$) {
|
sub handle_sim_class_job($$$) {
|
||||||
my ($in_job, $job_id, $sim_ref) = @_ ;
|
my ($in_job, $job_id, $sim_ref) = @_ ;
|
||||||
|
|
||||||
|
print "in_job=$in_job\n";
|
||||||
|
|
||||||
my ($job_push, $is_dynamic_event) ;
|
my ($job_push, $is_dynamic_event) ;
|
||||||
my ( $child, $phase, $cycle, $start, $stop, $ov_class ,
|
my ( $child, $phase, $cycle, $start, $stop, $ov_class ,
|
||||||
$ov_class_self, $sup_class_data, $tag, $job_call, $job_ret, $job_name, $args , $class ) ;
|
$ov_class_self, $sup_class_data, $tag, $job_call, $job_ret, $job_name, $args , $class ) ;
|
||||||
@ -716,8 +719,8 @@ sub handle_sim_class_job($$$) {
|
|||||||
$ov_class , $ov_class_self , $sup_class_data, $tag, $job_call, $job_ret, $job_name, $args) = $in_job =~ /
|
$ov_class , $ov_class_self , $sup_class_data, $tag, $job_call, $job_ret, $job_name, $args) = $in_job =~ /
|
||||||
(?:
|
(?:
|
||||||
\s*(?:
|
\s*(?:
|
||||||
([Cc][\w\.\-\>]+) | # child spec
|
([Cc][\w\.\-\>]+)?\s* # child spec
|
||||||
([Pp][\w\.\-\>]+) | # phase spec
|
([Pp][\w\.\-\>]+)?\s* # phase spec
|
||||||
(?:
|
(?:
|
||||||
\(
|
\(
|
||||||
(?:
|
(?:
|
||||||
@ -742,6 +745,8 @@ sub handle_sim_class_job($$$) {
|
|||||||
)\s*; # end job call
|
)\s*; # end job call
|
||||||
/sx ;
|
/sx ;
|
||||||
|
|
||||||
|
print "The specified child is $child \n";
|
||||||
|
print "The specified cycle is $cycle \n";
|
||||||
|
|
||||||
$child = 0 if ( $child eq "" ) ;
|
$child = 0 if ( $child eq "" ) ;
|
||||||
$child =~ s/^C// ;
|
$child =~ s/^C// ;
|
||||||
@ -777,6 +782,8 @@ sub handle_sim_class_job($$$) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
print "The specified phase is $phase\n";
|
||||||
|
|
||||||
if ( $phase ne "" ) {
|
if ( $phase ne "" ) {
|
||||||
$phase =~ s/^P// ;
|
$phase =~ s/^P// ;
|
||||||
$job_push .= ", $phase" ;
|
$job_push .= ", $phase" ;
|
||||||
|
@ -61,5 +61,9 @@ ifeq "" "c++11"
|
|||||||
TRICK_ADDITIONAL_CXXFLAGS += -std=c++11 -D_HAVE_STL_RANDOM
|
TRICK_ADDITIONAL_CXXFLAGS += -std=c++11 -D_HAVE_STL_RANDOM
|
||||||
endif
|
endif
|
||||||
|
|
||||||
TRICK_ADDITIONAL_TEST_FLAGS += -std=c++11
|
ifeq "" "c++14"
|
||||||
|
TRICK_ADDITIONAL_CXXFLAGS += -std=c++14 -D_HAVE_STL_RANDOM
|
||||||
|
endif
|
||||||
|
|
||||||
|
TRICK_ADDITIONAL_TEST_FLAGS += -std=c++14
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
TRICK_CFLAGS += -g -Wall -Wextra
|
TRICK_CFLAGS += -g -Wall -Wextra
|
||||||
TRICK_CXXFLAGS += -g -std=c++11 -Wall -Wextra
|
TRICK_CXXFLAGS += -g -std=c++11 -Wall -Wextra -Wno-error=unused-parameter
|
||||||
# We can't yet make warnings to be errors on MacOS, because
|
# We can't yet make warnings to be errors on MacOS, because
|
||||||
# MACOS deprecates and warns about sprintf. But SWIG
|
# MACOS deprecates and warns about sprintf. But SWIG
|
||||||
# still generates code containing sprintf..
|
# still generates code containing sprintf..
|
||||||
ifneq ($(TRICK_HOST_TYPE), Darwin)
|
ifneq ($(TRICK_HOST_TYPE), Darwin)
|
||||||
TRICK_CXXFLAGS += -Werror -Wno-stringop-truncation
|
TRICK_CXXFLAGS += -Werror -Wno-stringop-truncation
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
TRICK_CFLAGS += -I./models
|
TRICK_CFLAGS += -I./models -DTRICK_UNIT_TEST
|
||||||
TRICK_CXXFLAGS += -I./models
|
TRICK_CXXFLAGS += -I./models
|
||||||
|
|
||||||
TRICK_CXXFLAGS += -std=c++11
|
TRICK_CXXFLAGS += -std=c++11 -DTRICK_UNIT_TEST
|
||||||
|
|
||||||
clean: checkpoint_clean
|
clean: checkpoint_clean
|
||||||
|
|
||||||
|
@ -759,5 +759,6 @@ int STLCheckpoint::test() {
|
|||||||
TRICK_EXPECT_EQ(vec_user_simple[i].d->c, "Here is a test string", test_suite, "vec_user_simple");
|
TRICK_EXPECT_EQ(vec_user_simple[i].d->c, "Here is a test string", test_suite, "vec_user_simple");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
|
|
||||||
TRICK_CFLAGS += -I./models
|
TRICK_CFLAGS += -I./models
|
||||||
TRICK_CXXFLAGS += -I./models
|
TRICK_CXXFLAGS += -std=c++11 -I./models
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user