diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b3a84e3..fecccfcb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,6 @@ ENDFUNCTION() OPTION(BUILD_MEGAGLEST_MODEL_IMPORT_EXPORT_TOOLS "Build model import/export tools" ON) OPTION(BUILD_MEGAGLEST_MODEL_VIEWER "Build model viewer" ON) OPTION(BUILD_MEGAGLEST_MAP_EDITOR "Build map editor" ON) -OPTION(BUILD_MEGAGLEST_CONFIGURATOR "Build configurator" ON) OPTION(BUILD_MEGAGLEST "Build MegaGlest" ON) FIND_PROGRAM(HELP2MAN "help2man") @@ -255,10 +254,9 @@ IF(EXISTS "${PROJECT_SOURCE_DIR}/source/") #if(wxWidgets_FOUND) ADD_SUBDIRECTORY( ${PROJECT_SOURCE_DIR}/source/glest_map_editor ) ADD_SUBDIRECTORY( ${PROJECT_SOURCE_DIR}/source/g3d_viewer ) - ADD_SUBDIRECTORY( ${PROJECT_SOURCE_DIR}/source/configurator ) #else() # MESSAGE(STATUS "WARNING... the following game tools will NOT be built since we cannot find wxWidgets on this machine") - # MESSAGE(STATUS "map editor, g3d viewer, configurator") + # MESSAGE(STATUS "map editor, g3d viewer") #endif() ADD_SUBDIRECTORY( ${PROJECT_SOURCE_DIR}/source/tools/glexemel ) diff --git a/source/shared_lib/sources/platform/posix/ircclient.cpp b/source/shared_lib/sources/platform/posix/ircclient.cpp index 764f6236..d6ac342d 100644 --- a/source/shared_lib/sources/platform/posix/ircclient.cpp +++ b/source/shared_lib/sources/platform/posix/ircclient.cpp @@ -13,11 +13,11 @@ #include "ircclient.h" #include "util.h" #include "platform_common.h" -#include "libircclient.h" +#include // upstream moved some defines into new headers as of 1.6 #ifndef LIBIRCCLIENT_PRE1_6 -#include "libirc_rfcnumeric.h" +#include #endif #include