-
Notifications
You must be signed in to change notification settings - Fork 17
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
Comments
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. |
Dave, Could you post the error message that you get? |
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: |
Thank you, I will investigate that |
See the attached file and the notes below. I hope that tells you what you
Dave On Tue, Oct 14, 2014 at 11:51 PM, Ilya Minkin [email protected]
######################## EXTERNAL cache entries######################## //Build libdivsufsort64 //Build examples //Set to OFF to build static libraries //Path to a program. //For backwards compatibility, what version of CMake commands and //Choose the type of build, options are: None(CMAKE_CXX_FLAGS or //Enable/Disable color output during build. //CXX compiler. //Flags used by the compiler during all build types. //Flags used by the compiler during debug builds. //Flags used by the compiler during release minsize builds. //Flags used by the compiler during release builds (/MD /Ob1 /Oi //Flags used by the compiler during Release with Debug Info builds. //C compiler. //Flags used by the compiler during all build types. //Flags used by the compiler during debug builds. //Flags used by the compiler during release minsize builds. //Flags used by the compiler during release builds (/MD /Ob1 /Oi //Flags used by the compiler during Release with Debug Info builds. //Flags used by the linker. //Flags used by the linker during debug builds. //Flags used by the linker during release minsize builds. //Flags used by the linker during release builds. //Flags used by the linker during Release with Debug Info builds. //Enable/Disable output of compile commands during generation. //Path to a program. //Install path prefix, prepended onto install directories. //Path to a program. //Path to a program. //Flags used by the linker during the creation of modules. //Flags used by the linker during debug builds. //Flags used by the linker during release minsize builds. //Flags used by the linker during release builds. //Flags used by the linker during Release with Debug Info builds. //Path to a program. //Path to a program. //Path to a program. //Build architectures for OSX //Minimum OS X version to target for deployment (at runtime); newer //The product will be built against the headers and libraries located //Value Computed by CMake //Path to a program. //Flags used by the linker during the creation of dll's. //Flags used by the linker during debug builds. //Flags used by the linker during release minsize builds. //Flags used by the linker during release builds. //Flags used by the linker during Release with Debug Info builds. //If set, runtime paths are not added when installing shared libraries, //If set, runtime paths are not added when using shared libraries. //Flags used by the linker during the creation of static libraries. //Flags used by the linker during debug builds. //Flags used by the linker during release minsize builds. //Flags used by the linker during release builds. //Flags used by the linker during Release with Debug Info builds. //Path to a program. //If true, cmake will use relative paths in makefiles and projects. //If this value is on, makefiles will be generated without the //Enable to build OSX bundles //Enable to build Debian packages //Enable to build OSX Drag And Drop package //Enable to build NSIS packages //Enable to build OSX X11 packages //Enable to build PackageMaker packages //Enable to build RPM packages //Enable to build STGZ packages //Enable to build TBZ2 packages //Enable to build TGZ packages //Enable to build TBZ2 source packages //Enable to build TGZ source packages //Enable to build TZ source packages //Enable to build ZIP source packages //Single output directory for building all executables. //Single output directory for building all libraries. //Value Computed by CMake //Value Computed by CMake //Use OpenMP for parallelization //Enable Large File Support //Dependencies for target //Value Computed by CMake //Value Computed by CMake ######################## INTERNAL cache entries######################## //ADVANCED property for variable: CMAKE_AR |
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/ |
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.
The text was updated successfully, but these errors were encountered: