Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7188 in orxonox.OLD


Ignore:
Timestamp:
Feb 22, 2006, 3:16:15 AM (18 years ago)
Author:
bensch
Message:

compiles on windows

Location:
branches/shared_lib
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • branches/shared_lib/Makefile.am

    r7187 r7188  
    22
    33SUBDIRS = \
    4         src \
    5         libltdl
     4        src
    65
    76EXTRA_DIST = CODING-STANDARDS \
  • branches/shared_lib/configure.ac

    r7187 r7188  
    494494## CHECKING FOR HEADERS AND LIBS ##
    495495###################################
     496
     497AX_CHECK_REQUIRED_HEADER_LIB([ltdl.h], [ltdl], [main],,, [http://www.gnu.org/software/libtool])
    496498
    497499#---------#
     
    644646                 src/lib/parser/tinyxml/Makefile
    645647                 src/lib/parser/ini_parser/Makefile
    646                  src/lib/libltdl/Makefile
    647648                 src/util/Makefile
    648649                 src/world_entities/Makefile
  • branches/shared_lib/src/Makefile.am

    r7177 r7188  
    1212
    1313orxonox_CPPFLAGS = -DIS_ORXONOX -DPKG_LIBDIR="\"$(pkglibdir)\""
    14 orxonox_LDFLAGS = -ldl -rdynamic
     14orxonox_LDFLAGS =
     15##-ldl -rdynamic
    1516
    1617orxonox_DEPENDENCIES = \
  • branches/shared_lib/src/lib/BuildLibs.am

    r7187 r7188  
    1515                $(LIB_PREFIX)/parser/tinyxml/libtinyxml.a \
    1616                $(LIB_PREFIX)/parser/ini_parser/libIniParser.a \
    17                 $(LIB_PREFIX)/libltdl/libltdl.a \
    1817                $(LIB_PREFIX)/shell/libORXshell.a \
    1918                $(LIB_PREFIX)/math/libORXmath.a
  • branches/shared_lib/src/lib/Makefile.am

    r7187 r7188  
    4848        shell \
    4949        gui \
    50         libltdl \
    5150        .
  • branches/shared_lib/src/lib/libltdl/configure

    r7186 r7188  
    56175617else
    56185618  { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
    5619 See \`config.log' for more details." >&5;}
    5620    { echo "C++ sucks, ignoring ..." >&5; }; }
     5619See \`config.log' for more details." >&5
     5620echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
     5621See \`config.log' for more details." >&2;}
     5622   { (exit 1); exit 1; }; }
    56215623fi
    56225624
  • branches/shared_lib/src/util/loading/dynamic_loader.h

    r7187 r7188  
    88
    99#include "factory.h"
    10 #include "lib/libltdl/ltdl.h"
     10#include <ltdl.h>
    1111
    1212#include <string>
Note: See TracChangeset for help on using the changeset viewer.