-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add installation docs #1
Comments
David,
We will be pushing the deployment instructions soon. We were working until
4 am this morning to push this today. Few more updates are coming soon. I
am Ccing Anton Golikov who is lead architect in HIVE project.
Vahan
…On Mar 16, 2017 9:35 AM, "David Steinberg" ***@***.***> wrote:
Hey @vahan-simonyan <https://github.com/vahan-simonyan> exciting to see
this open sourced this morning!
I tried starting up the software and found a lack of installation
instructions.
This is what I have done so far:
git clone ***@***.***:david4096/fda-hive.git
cd fda-hive
make
I found I needed curses to run properly so I added the requirement sudo
apt-get install libncurses-dev.
I am then getting this compile error.
std/filepipe2.cpp: In member function ‘bool slib::sPipe2::IO::setupForkedChild(idx, FILE*, const slib::sStr&)’:
std/filepipe2.cpp:56:91: error: unable to find string literal operator ‘operator""fmt’ with ‘const char [26]’, ‘long unsigned int’ arguments
#define SPIPE2_EXEC_SYS_FAIL(fmt, ...) ::fprintf(stderr, "sPipe2::execute: %s:%d: "fmt"\n", __FILE__, __LINE__, __VA_ARGS__)
The system in question is ubuntu gnome 16.10.
g++ (Ubuntu 6.2.0-5ubuntu12) 6.2.0 20161005
Linux ga4gh-dev 4.8.0-41-generic #44-Ubuntu SMP Fri Mar 3 15:27:17 UTC
2017 x86_64 x86_64 x86_64 GNU/Linux
Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARceLjNi9FbKeNOwiC_AdBTT5OexeaD1ks5rmTqSgaJpZM4MfTlD>
.
|
Hi @david4096 Installation instructions will be coming in the next few days or so. We are primarily using Centos7 for our system but in any case, it should compile on Ubuntu. I will look into this as soon as I can. |
HIVE was developed using g++ 4.x to ensure ability to build and run on CentOS 6/7 hosts with minimal modification. Unfortunately, as a result, we allowed numerous incompatibilities with the c++11 language standard to slip into the codebase, so compilation with g++ 6 fails. We are working on fixing this as soon as possible. |
Hey @vahan-simonyan exciting to see this open sourced this morning!
I tried starting up the software and found a lack of installation instructions.
This is what I have done so far:
I found I needed curses to run properly so I added the requirement
sudo apt-get install libncurses-dev
.I am then getting this compile error.
The system in question is ubuntu gnome 16.10.
g++ (Ubuntu 6.2.0-5ubuntu12) 6.2.0 20161005
Linux ga4gh-dev 4.8.0-41-generic #44-Ubuntu SMP Fri Mar 3 15:27:17 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Thanks!
The text was updated successfully, but these errors were encountered: