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:
git clone git@github.com: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!
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!