Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3268 in orxonox.OLD for orxonox/branches/updater/configure


Ignore:
Timestamp:
Dec 24, 2004, 4:25:41 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/updater: deleted threading again. I have found a different Way
Now I am redrawing the GUI every time a ProgressBar is changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/updater/configure

    r3264 r3268  
    312312#endif"
    313313
    314 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP DEBUG DOXYGEN DOXYGEN_TRUE DOXYGEN_FALSE MSBITFIELDS GTK2_LIBS GTK2_CFLAGS HAVE_GTK2_TRUE HAVE_GTK2_FALSE GTHREAD_LIBS GTHREAD_CFLAGS HAVE_GTHREAD_TRUE HAVE_GTHREAD_FALSE CURL_LIBS CURL_CFLAGS HAVE_CURL_TRUE HAVE_CURL_FALSE LIBOBJS LTLIBOBJS'
     314ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP DEBUG DOXYGEN DOXYGEN_TRUE DOXYGEN_FALSE MSBITFIELDS GTK2_LIBS GTK2_CFLAGS HAVE_GTK2_TRUE HAVE_GTK2_FALSE CURL_LIBS CURL_CFLAGS HAVE_CURL_TRUE HAVE_CURL_FALSE LIBOBJS LTLIBOBJS'
    315315ac_subst_files=''
    316316
     
    872872  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
    873873  --without-gtk           Prevents GTK from being loaded
    874   --without-gthread       Prevents gThread from being loaded
    875874  --without-curl          Prevents libcURL from being loaded
    876875  --without-sdl-image     Prevents SDL_image from being loaded
     
    38883887fi
    38893888
    3890 ## gThread-disabled
    3891 echo "$as_me:$LINENO: checking if gThread should be enabled" >&5
    3892 echo $ECHO_N "checking if gThread should be enabled... $ECHO_C" >&6
    3893 
    3894 # Check whether --with-gthread or --without-gthread was given.
    3895 if test "${with_gthread+set}" = set; then
    3896   withval="$with_gthread"
    3897   def_gthread=no
    3898 else
    3899   def_gthread=yes
    3900 fi;
    3901 if test "$def_gthread" = yes; then
    3902   echo "yes"
    3903 fi
    3904 if test "$def_gthread" = no; then
    3905   echo "no"
    3906 fi
    3907 
    39083889## libCurl disabled?
    39093890echo "$as_me:$LINENO: checking if libcURL should be enabled" >&5
     
    66916672
    66926673
    6693 ## checking for gThread
    6694 if test "$def_gthread" = yes; then
    6695 
    6696         echo "$as_me:$LINENO: checking for gthread" >&5
    6697 echo $ECHO_N "checking for gthread... $ECHO_C" >&6
    6698         if `pkg-config --exists gthread-2.0`; then
    6699                 echo "yes"
    6700                 have_gthread=yes
    6701                 GTHREAD_LIBS=`pkg-config --libs gthread-2.0`
    6702                 GTHREAD_CFLAGS=`pkg-config --cflags gthread-2.0`
    6703 
    6704 cat >>confdefs.h <<_ACEOF
    6705 #define HAVE_GTHREAD 1
    6706 _ACEOF
    6707 
    6708         else
    6709                 echo "no"
    6710         fi
    6711 
    6712 fi
    6713 
    6714 
    6715 
    6716 
    6717 if test x$have_gthread = xyes; then
    6718   HAVE_GTHREAD_TRUE=
    6719   HAVE_GTHREAD_FALSE='#'
    6720 else
    6721   HAVE_GTHREAD_TRUE='#'
    6722   HAVE_GTHREAD_FALSE=
    6723 fi
    6724 
    6725 
    67266674## checking for libcURL
    67276675if test "$def_curl" = yes; then
     
    79877935Usually this means the macro was only invoked conditionally." >&5
    79887936echo "$as_me: error: conditional \"HAVE_GTK2\" was never defined.
    7989 Usually this means the macro was only invoked conditionally." >&2;}
    7990    { (exit 1); exit 1; }; }
    7991 fi
    7992 if test -z "${HAVE_GTHREAD_TRUE}" && test -z "${HAVE_GTHREAD_FALSE}"; then
    7993   { { echo "$as_me:$LINENO: error: conditional \"HAVE_GTHREAD\" was never defined.
    7994 Usually this means the macro was only invoked conditionally." >&5
    7995 echo "$as_me: error: conditional \"HAVE_GTHREAD\" was never defined.
    79967937Usually this means the macro was only invoked conditionally." >&2;}
    79977938   { (exit 1); exit 1; }; }
     
    86058546s,@HAVE_GTK2_TRUE@,$HAVE_GTK2_TRUE,;t t
    86068547s,@HAVE_GTK2_FALSE@,$HAVE_GTK2_FALSE,;t t
    8607 s,@GTHREAD_LIBS@,$GTHREAD_LIBS,;t t
    8608 s,@GTHREAD_CFLAGS@,$GTHREAD_CFLAGS,;t t
    8609 s,@HAVE_GTHREAD_TRUE@,$HAVE_GTHREAD_TRUE,;t t
    8610 s,@HAVE_GTHREAD_FALSE@,$HAVE_GTHREAD_FALSE,;t t
    86118548s,@CURL_LIBS@,$CURL_LIBS,;t t
    86128549s,@CURL_CFLAGS@,$CURL_CFLAGS,;t t
Note: See TracChangeset for help on using the changeset viewer.