Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running on OSX (circa 3.0.5) #170

Open
DaveRoe opened this issue Oct 7, 2014 · 6 comments
Open

Running on OSX (circa 3.0.5) #170

DaveRoe opened this issue Oct 7, 2014 · 6 comments

Comments

@DaveRoe
Copy link

DaveRoe commented Oct 7, 2014

The latest release is 3.0.5 and the source won't build on OSX. The latest binary is 2.1.1. Have you effectively dropped support for OSX or will it be supported in the future.

Thank you. I love your software.

@iminkin
Copy link
Member

iminkin commented Oct 7, 2014

Hi Dave,

We didn't drop the support of OSX, we just have regular problems with build on OSX. The last time we even encountered a bug in clang. The last binary on the Source Forge for OSX is 3.0.4, I will add a binary of 3.0.5 for OSX very soon.

@iminkin
Copy link
Member

iminkin commented Oct 10, 2014

Dave,

Could you post the error message that you get?

@DaveRoe
Copy link
Author

DaveRoe commented Oct 12, 2014

I'm using Xcode 6.0.1 and OSX 10.9.5.

In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/sibelia.cpp:9:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/util.h:10:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/blockfinder.h:11:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/indexedsequence.h:10:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/hashing.h:10:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/dnasequence.h:10:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/fasta.h:10:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/common.h:33:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/function.hpp:24:
In file included from /usr/local/include/boost/function/detail/prologue.hpp:17:
In file included from /usr/local/include/boost/function/function_base.hpp:22:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/has_trivial_copy.hpp:14:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/is_volatile.hpp:28:
/Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/detail/cv_traits_impl.hpp:37:33: error: C++ requires a type specifier for all declarations
BOOST_STATIC_CONSTANT(bool, is_const = false);
^~~~~~~~
/Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/detail/cv_traits_impl.hpp:37:5: error: C++ requires a type specifier for all declarations
BOOST_STATIC_CONSTANT(bool, is_const = false);
^~~~~~~~~~~~~~~~~~~~~
/Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/detail/cv_traits_impl.hpp:38:33: error: C++ requires a type specifier for all declarations
BOOST_STATIC_CONSTANT(bool, is_volatile = false);
^~~~~~~~~~~
/Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/detail/cv_traits_impl.hpp:38:5: error: C++ requires a type specifier for all declarations
BOOST_STATIC_CONSTANT(bool, is_volatile = false);
^~~~~~~~~~~~~~~~~~~~~
/Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/detail/cv_traits_impl.hpp:45:33: error: C++ requires a type specifier for all declarations
BOOST_STATIC_CONSTANT(bool, is_const = true);
^~~~~~~~
/Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/detail/cv_traits_impl.hpp:45:5: error: C++ requires a type specifier for all declarations
BOOST_STATIC_CONSTANT(bool, is_const = true);
^~~~~~~~~~~~~~~~~~~~~
/Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/detail/cv_traits_impl.hpp:46:33: error: C++ requires a type specifier for all declarations
BOOST_STATIC_CONSTANT(bool, is_volatile = false);
^~~~~~~~~~~
/Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/detail/cv_traits_impl.hpp:46:5: error: C++ requires a type specifier for all declarations
BOOST_STATIC_CONSTANT(bool, is_volatile = false);
^~~~~~~~~~~~~~~~~~~~~
/Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/detail/cv_traits_impl.hpp:53:33: error: C++ requires a type specifier for all declarations
BOOST_STATIC_CONSTANT(bool, is_const = false);
^~~~~~~~
/Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/detail/cv_traits_impl.hpp:53:5: error: C++ requires a type specifier for all declarations
BOOST_STATIC_CONSTANT(bool, is_const = false);
^~~~~~~~~~~~~~~~~~~~~
/Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/detail/cv_traits_impl.hpp:54:33: error: C++ requires a type specifier for all declarations
BOOST_STATIC_CONSTANT(bool, is_volatile = true);
^~~~~~~~~~~
/Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/detail/cv_traits_impl.hpp:54:5: error: C++ requires a type specifier for all declarations
BOOST_STATIC_CONSTANT(bool, is_volatile = true);
^~~~~~~~~~~~~~~~~~~~~
/Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/detail/cv_traits_impl.hpp:61:33: error: C++ requires a type specifier for all declarations
BOOST_STATIC_CONSTANT(bool, is_const = true);
^~~~~~~~
/Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/detail/cv_traits_impl.hpp:61:5: error: C++ requires a type specifier for all declarations
BOOST_STATIC_CONSTANT(bool, is_const = true);
^~~~~~~~~~~~~~~~~~~~~
/Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/detail/cv_traits_impl.hpp:62:33: error: C++ requires a type specifier for all declarations
BOOST_STATIC_CONSTANT(bool, is_volatile = true);
^~~~~~~~~~~
/Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/detail/cv_traits_impl.hpp:62:5: error: C++ requires a type specifier for all declarations
BOOST_STATIC_CONSTANT(bool, is_volatile = true);
^~~~~~~~~~~~~~~~~~~~~
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/sibelia.cpp:9:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/util.h:10:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/blockfinder.h:11:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/indexedsequence.h:10:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/hashing.h:10:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/dnasequence.h:10:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/fasta.h:10:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/common.h:33:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/function.hpp:24:
In file included from /usr/local/include/boost/function/detail/prologue.hpp:17:
In file included from /usr/local/include/boost/function/function_base.hpp:22:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/has_trivial_copy.hpp:14:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/is_volatile.hpp:40:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/detail/bool_trait_def.hpp:14:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/detail/template_arity_spec.hpp:10:
In file included from /usr/local/include/boost/mpl/int.hpp:20:
In file included from /usr/local/include/boost/mpl/aux_/integral_wrapper.hpp:16:
/usr/local/include/boost/mpl/integral_c_tag.hpp:22:52: error: C++ requires a type specifier for all declarations
struct integral_c_tag { BOOST_STATIC_CONSTANT(int, value = 0); };
^~~~~
/usr/local/include/boost/mpl/integral_c_tag.hpp:22:25: error: C++ requires a type specifier for all declarations
struct integral_c_tag { BOOST_STATIC_CONSTANT(int, value = 0); };
^~~~~~~~~~~~~~~~~~~~~
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/sibelia.cpp:9:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/util.h:10:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/blockfinder.h:11:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/indexedsequence.h:10:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/hashing.h:10:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/dnasequence.h:10:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/fasta.h:10:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/common.h:33:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/function.hpp:24:
In file included from /usr/local/include/boost/function/detail/prologue.hpp:17:
In file included from /usr/local/include/boost/function/function_base.hpp:22:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/has_trivial_copy.hpp:14:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/is_volatile.hpp:40:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/detail/bool_trait_def.hpp:14:
In file included from /Users/daver/tmp/Sibelia-3.0.5-Source/src/include/boost/type_traits/detail/template_arity_spec.hpp:10:
In file included from /usr/local/include/boost/mpl/int.hpp:20:
/usr/local/include/boost/mpl/aux_/integral_wrapper.hpp:45:51: error: C++ requires a type specifier for all declarations
BOOST_STATIC_CONSTANT(AUX_WRAPPER_VALUE_TYPE, value = N);
^~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[2]: *** [CMakeFiles/Sibelia.dir/sibelia.cpp.o] Error 1
make[1]: *** [CMakeFiles/Sibelia.dir/all] Error 2
make: *** [all] Error 2

@iminkin
Copy link
Member

iminkin commented Oct 13, 2014

Thank you, I will investigate that

@DaveRoe
Copy link
Author

DaveRoe commented Oct 15, 2014

See the attached file and the notes below. I hope that tells you what you
want to know.

c++ -v
Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix

cc -v
Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix

brew info boost
boost: stable 1.55.0 (bottled), HEAD
http://www.boost.org
/usr/local/Cellar/boost/1.55.0_1 (10036 files, 452M)
Poured from bottle
/usr/local/Cellar/boost/1.55.0_2 (10036 files, 452M) *
Poured from bottle
From:
https://github.com/Homebrew/homebrew/blob/master/Library/Formula/boost.rb
==> Options
--c++11
Build using C++11 mode
--universal
Build a universal binary
--with-icu
Build regexp engine with icu support
--with-mpi
Build with MPI support
--with-python
Build with python support
--with-python3
Build with python3 support
--without-single
Disable building single-threading variant
--without-static
Disable building static library variant
--HEAD
install HEAD version

Dave

On Tue, Oct 14, 2014 at 11:51 PM, Ilya Minkin [email protected]
wrote:

Which compiler are you using? It is very strange that there is an error in
Boost.


Reply to this email directly or view it on GitHub
#170 (comment).

This is the CMakeCache file.

For build in directory: /Users/daver/tmp/Sibelia-3.0.5-Source/build

It was generated by CMake: /usr/local/Cellar/cmake/2.8.12.2/bin/cmake

You can edit this file to change values found and used by cmake.

If you do not want to change any of the values, simply exit the editor.

If you do want to change a value, simply edit, save, and exit the editor.

The syntax for the file is as follows:

KEY:TYPE=VALUE

KEY is the name of a variable in the cache.

TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.

VALUE is the current value for the KEY.

########################

EXTERNAL cache entries

########################

//Build libdivsufsort64
BUILD_DIVSUFSORT64:BOOL=OFF

//Build examples
BUILD_EXAMPLES:BOOL=OFF

//Set to OFF to build static libraries
BUILD_SHARED_LIBS:BOOL=OFF

//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar

//For backwards compatibility, what version of CMake commands and
// syntax should this version of CMake try to support.
CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4

//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
CMAKE_BUILD_TYPE:STRING=

//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON

//CXX compiler.
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++

//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING=

//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release minsize builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during Release with Debug Info builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//C compiler.
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc

//Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING=

//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release minsize builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during Release with Debug Info builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=' '

//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF

//Path to a program.
CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool

//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local

//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make

//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=' '

//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm

//Path to a program.
CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND

//Path to a program.
CMAKE_OBJDUMP:FILEPATH=CMAKE_OBJDUMP-NOTFOUND

//Build architectures for OSX
CMAKE_OSX_ARCHITECTURES:STRING=

//Minimum OS X version to target for deployment (at runtime); newer
// APIs weak linked. Set to empty string for default value.
CMAKE_OSX_DEPLOYMENT_TARGET:STRING=

//The product will be built against the headers and libraries located
// inside the indicated SDK.
CMAKE_OSX_SYSROOT:STRING=

//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=Sibelia

//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib

//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=' '

//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO

//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO

//Flags used by the linker during the creation of static libraries.
CMAKE_STATIC_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip

//If true, cmake will use relative paths in makefiles and projects.
CMAKE_USE_RELATIVE_PATHS:BOOL=OFF

//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make. This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE

//Enable to build OSX bundles
CPACK_BINARY_BUNDLE:BOOL=OFF

//Enable to build Debian packages
CPACK_BINARY_DEB:BOOL=OFF

//Enable to build OSX Drag And Drop package
CPACK_BINARY_DRAGNDROP:BOOL=OFF

//Enable to build NSIS packages
CPACK_BINARY_NSIS:BOOL=OFF

//Enable to build OSX X11 packages
CPACK_BINARY_OSXX11:BOOL=OFF

//Enable to build PackageMaker packages
CPACK_BINARY_PACKAGEMAKER:BOOL=ON

//Enable to build RPM packages
CPACK_BINARY_RPM:BOOL=OFF

//Enable to build STGZ packages
CPACK_BINARY_STGZ:BOOL=ON

//Enable to build TBZ2 packages
CPACK_BINARY_TBZ2:BOOL=OFF

//Enable to build TGZ packages
CPACK_BINARY_TGZ:BOOL=ON

//Enable to build TBZ2 source packages
CPACK_SOURCE_TBZ2:BOOL=ON

//Enable to build TGZ source packages
CPACK_SOURCE_TGZ:BOOL=ON

//Enable to build TZ source packages
CPACK_SOURCE_TZ:BOOL=ON

//Enable to build ZIP source packages
CPACK_SOURCE_ZIP:BOOL=OFF

//Single output directory for building all executables.
EXECUTABLE_OUTPUT_PATH:PATH=

//Single output directory for building all libraries.
LIBRARY_OUTPUT_PATH:PATH=

//Value Computed by CMake
Sibelia_BINARY_DIR:STATIC=/Users/daver/tmp/Sibelia-3.0.5-Source/build

//Value Computed by CMake
Sibelia_SOURCE_DIR:STATIC=/Users/daver/tmp/Sibelia-3.0.5-Source/src

//Use OpenMP for parallelization
USE_OPENMP:BOOL=OFF

//Enable Large File Support
WITH_LFS:BOOL=ON

//Dependencies for target
divsufsort_LIB_DEPENDS:STATIC=

//Value Computed by CMake
libdivsufsort_BINARY_DIR:STATIC=/Users/daver/tmp/Sibelia-3.0.5-Source/build/libdivsufsort-2.0.1

//Value Computed by CMake
libdivsufsort_SOURCE_DIR:STATIC=/Users/daver/tmp/Sibelia-3.0.5-Source/src/libdivsufsort-2.0.1

########################

INTERNAL cache entries

########################

//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_BUILD_TOOL
CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
//What is the target build tool cmake is generating for.
CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/make
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/Users/daver/tmp/Sibelia-3.0.5-Source/build
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=8
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=12
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/local/Cellar/cmake/2.8.12.2/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/2.8.12.2/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/2.8.12.2/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/Cellar/cmake/2.8.12.2/bin/ccmake
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/Users/daver/tmp/Sibelia-3.0.5-Source/src
//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL
CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=5
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/local/Cellar/cmake/2.8.12.2/share/cmake
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_BUNDLE
CPACK_BINARY_BUNDLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_DEB
CPACK_BINARY_DEB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_DRAGNDROP
CPACK_BINARY_DRAGNDROP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_NSIS
CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_OSXX11
CPACK_BINARY_OSXX11-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_PACKAGEMAKER
CPACK_BINARY_PACKAGEMAKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_RPM
CPACK_BINARY_RPM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_STGZ
CPACK_BINARY_STGZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_TBZ2
CPACK_BINARY_TBZ2-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_BINARY_TGZ
CPACK_BINARY_TGZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_TBZ2
CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_TGZ
CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_TZ
CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CPACK_SOURCE_ZIP
CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1
//Test HAVE_INLINE
HAVE_INLINE:INTERNAL=1
//Result of TRY_COMPILE
HAVE_INT32_T:INTERNAL=TRUE
//Have include inttypes.h
HAVE_INTTYPES_H:INTERNAL=1
//Have include memory.h
HAVE_MEMORY_H:INTERNAL=1
//Have symbol PRId32
HAVE_PRID32:INTERNAL=1
//Have include stddef.h
HAVE_STDDEF_H:INTERNAL=1
//Have include stdint.h
HAVE_STDINT_H:INTERNAL=1
//Have include stdlib.h
HAVE_STDLIB_H:INTERNAL=1
//Have include strings.h
HAVE_STRINGS_H:INTERNAL=1
//Have include string.h
HAVE_STRING_H:INTERNAL=1
//Have include sys/types.h
HAVE_SYS_TYPES_H:INTERNAL=1
//Result of TRY_COMPILE
HAVE_UINT8_T:INTERNAL=TRUE
//Test HAVE_UNKNOWN_FOMIT_FRAME_POINTER
HAVE_UNKNOWN_FOMIT_FRAME_POINTER:INTERNAL=1
//Test HAVE_UNKNOWN_WALL
HAVE_UNKNOWN_WALL:INTERNAL=1
//Test HAVE___DECLSPEC_DLLEXPORT_
HAVE___DECLSPEC_DLLEXPORT_:INTERNAL=1
//Test HAVE___DECLSPEC_DLLIMPORT_
HAVE___DECLSPEC_DLLIMPORT_:INTERNAL=1
//Test HAVE___INLINE
HAVE___INLINE:INTERNAL=1
//Test HAVE___INLINE__
HAVE___INLINE__:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(int32_t)
INT32_T:INTERNAL=4
//CHECK_TYPE_SIZE: sizeof(uint8_t)
UINT8_T:INTERNAL=1

@iminkin
Copy link
Member

iminkin commented Oct 16, 2014

Although I didn't resolve this particular issue (I will investigate it later), we compiled a binary for Mac OS: https://sourceforge.net/projects/sibelia-bio/upload/3.0.5/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants