Changeset 36642
- Timestamp:
- 02/07/10 12:26:29 (3 years ago)
- Location:
- lang/objective-cplusplus/i3/trunk
- Files:
-
- 4 modified
-
autotools/am/i3.am (modified) (2 diffs)
-
configure.ac (modified) (4 diffs)
-
scripts/configure_mingw_cross.sh (modified) (3 diffs)
-
tmp/distant.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/autotools/am/i3.am
r36563 r36642 19 19 20 20 i3_SOURCES = src/Main.cpp ${i3_SOURCES_NO_MAIN} 21 i3_CXXFLAGS = ${PTHREAD_CFLAGS} ${BOOST_CPPFLAGS} \ 22 -I${srcdir}/src \ 21 i3_CXXFLAGS = -I${srcdir}/src \ 23 22 -I${srcdir}/src/mil/include \ 24 23 -I${srcdir}/src/${GUI_DIR} \ … … 28 27 ${WARNING_OPTIONS} \ 29 28 -DLOCALEDIR=\"${localedir}\" 30 i3_LDFLAGS = ${PTHREAD_LIBS} ${BOOST_LDFLAGS}31 29 i3_LDADD = ${LIBINTL} 30 i3_LDFLAGS = 32 31 33 32 if ENABLE_DEBUG -
lang/objective-cplusplus/i3/trunk/configure.ac
r36620 r36642 198 198 199 199 AX_BOOST_BASE([1.33.1]) 200 #CXXFLAGS="${CXXFLAGS} ${BOOST_CPPFLAGS}" 201 CPPFLAGS="${CPPFLAGS} ${BOOST_CPPFLAGS}" # Preprocesser 202 LDFLAGS="${LDFLAGS} ${BOOST_LDFLAGS}" 203 200 204 AC_CHECK_HEADERS([boost/ptr_container/detail/static_move_ptr.hpp boost/detail/is_incrementable.hpp boost/spirit/include/classic.hpp]) 201 205 … … 205 209 206 210 ACX_PTHREAD 211 CXXFLAGS="${CXXFLAGS} ${PTHREAD_CFLAGS}" 212 LIBS="${LIBS} ${PTHREAD_LIBS}" 207 213 208 214 # … … 229 235 AM_GNU_GETTEXT 230 236 #AC_LANG_POP 237 #LIBS="${LIBS} ${LIBINTL}" 231 238 232 239 # --------------------------------------- … … 379 386 380 387 AC_MSG_CHECKING([run empty test program]) 381 AC_RUN_IFELSE([AC_LANG_PROGRAM([[]], [[]])], [], [AC_MSG_FAILURE([can't run empty test program])], []) 382 AC_MSG_RESULT([yes]) 388 389 LDFLAGS="${LDFLAGS} foobar2000" 390 391 AC_RUN_IFELSE([AC_LANG_PROGRAM([[]], [[]])], 392 [AC_MSG_RESULT([yes])], 393 [AC_MSG_FAILURE([can't run empty test program])], 394 [AC_MSG_RESULT([yes])]) 383 395 384 396 AC_DEFINE(I3_CONFIG_H_INCLUDED, [1], [is config.h included ?]) -
lang/objective-cplusplus/i3/trunk/scripts/configure_mingw_cross.sh
r36641 r36642 15 15 fi 16 16 17 MY_PREFIX=/usr/local/${MY_HOST} 18 17 19 echo HOST=${MY_HOST} 18 20 … … 23 25 # iconv 24 26 # ./configure --host=${MYHOST} --prefix=${MYPREFIX} --disable-shared && make && make install 27 25 28 ./configure \ 26 29 --host=${MY_HOST} \ … … 31 34 --with-boost=${MY_PREFIX} 32 35 36 37 -
lang/objective-cplusplus/i3/trunk/tmp/distant.m
r36636 r36642 2 2 3 3 #import <Foundation/Foundation.h> 4 #import <Appkit/Appkit.h>4 //#import <Appkit/Appkit.h> 5 5 6 6 #define NUM_THREADS 2 … … 30 30 NS_DURING 31 31 { 32 [NSApplication sharedApplication];32 //[NSApplication sharedApplication]; 33 33 34 34
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)