echo
echo ---------------------------------------------
-echo BOOST Library
+echo testing threads
echo ---------------------------------------------
echo
-CHECK_BOOST
+ENABLE_PTHREADS
echo
echo ---------------------------------------------
-echo testing threads
+echo BOOST Library
echo ---------------------------------------------
echo
-ENABLE_PTHREADS
+CHECK_BOOST
dnl
dnl ---------------------------------------------
local_bin=`echo $i | sed -e "s,$ROOT_SRCDIR,.,"`
case "$local_bin" in
*.in | *~) ;;
- ./bin/CVS | ./bin/salome) ;;
- *) /usr/bin/install -c $i .; echo $local_bin ;;
+ ./bin/CVS | ./bin/salome) ;;
+ *) $INSTALL $i .; echo $local_bin ;;
esac
done
cd $ROOT_BUILDDIR
+++ /dev/null
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
-//
-//
-//
-// File : MPIContainer.idl
-
-#ifndef _SALOME_MPICONTAINER_IDL_
-#define _SALOME_MPICONTAINER_IDL_
-
-#include "SALOME_Component.idl"
-#include "MPIObject.idl"
-
-module Engines
-{
- interface MPIContainer:Container,MPIObject
- {
- } ;
-} ;
-
-#endif
-
+++ /dev/null
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
-//
-//
-//
-// File : MPIObject.idl
-
-#ifndef _SALOME_MPIOBJECT_IDL_
-#define _SALOME_MPIOBJECT_IDL_
-
-module Engines
-{
- typedef sequence<Object> IORTab;
- interface MPIObject
- {
- attribute IORTab tior;
- } ;
-} ;
-
-#endif
fUSE_STD_IOSTREAM=no
for ac_CXX_USE_STD_IOSTREAM in "" -D__USE_STD_IOSTREAM ; do
if $CXX ${ac_CXX_USE_STD_IOSTREAM} conftest.cxx > /dev/null 2>&1; then
- CXXFLAGS="$CXXFLAGS ${ac_CXX_USE_STD_IOSTREAM}"
+ CPPFLAGS="$CPPFLAGS ${ac_CXX_USE_STD_IOSTREAM}"
if test x${ac_CXX_USE_STD_IOSTREAM} = x; then
AC_MSG_RESULT(yes)
else
dnl
AC_DEFUN([AC_CXX_WARNINGS],[
AC_CXX_OPTION(-Wno-deprecated,CXXFLAGS)
+ AC_CXX_OPTION(-Wparentheses,CXXFLAGS)
+ AC_CXX_OPTION(-Wreturn-type,CXXFLAGS)
+ AC_CXX_OPTION(-Wmissing-declarations,CXXFLAGS)
+ AC_CXX_OPTION(-Wunused,CXXFLAGS)
])
AC_CHECKING(for boost/shared_ptr.hpp header file)
dnl BOOST headers
CPPFLAGS_old="${CPPFLAGS}"
- BOOST_CPPFLAGS="-ftemplate-depth-32 -I${BOOSTDIR}"
+ BOOST_CPPFLAGS="-I${BOOSTDIR}"
CPPFLAGS="${CPPFLAGS} ${BOOST_CPPFLAGS}"
AC_CHECK_HEADER(boost/shared_ptr.hpp,boost_ok=yes,boost_ok=no)
if test "x$qt_ok" = "xyes"
then
- AC_MSG_CHECKING(include of qt headers)
-
CPPFLAGS_old=$CPPFLAGS
CPPFLAGS="$CPPFLAGS -I$QTDIR/include"
CPPFLAGS=$CPPFLAGS_old
+ AC_MSG_CHECKING(include of qt headers)
+
if test "x$qt_ok" = "xno"
then
AC_MSG_RESULT(qt headers not found, or too old qt version, in $QTDIR/include)
AC_MSG_RESULT(QTDIR environment variable may be wrong)
else
AC_MSG_RESULT(yes)
- QT_INCLUDES="-I${QT_ROOT}/include -DQT_THREAD_SUPPORT"
+ QT_INCLUDES="-I${QT_ROOT}/include -DQT_THREAD_SUPPORT"
QT_MT_INCLUDES="-I${QT_ROOT}/include -DQT_THREAD_SUPPORT"
fi
fi
esac],
enable_production=AC_ENABLE_PRODUCTION_DEFAULT)dnl
-# portage alpha/OSF
-# CXXFLAGS="$CXXFLAGS -Wno-deprecated -Wparentheses -Wreturn-type -Wmissing-declarations -Wunused "
-echo $CXX
-AC_CXX_OPTION(-Wparentheses,CXXFLAGS)
-AC_CXX_OPTION(-Wreturn-type,CXXFLAGS)
-AC_CXX_OPTION(-Wmissing-declarations,CXXFLAGS)
-AC_CXX_OPTION(-Wunused,CXXFLAGS)
-
# supprimer car ne marche qu'avec compilo gnu
# CXXVERSION=`$CXX --version`
# if test "X$CXXVERSION" != "X2.95.3"; then