-
Notifications
You must be signed in to change notification settings - Fork 38
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
Failed compiling cview #65
Comments
The problem has been solved. |
Hey MinS1, |
@MinS1 |
@AndreiWCansor i change a little line in src/cview/cview.cpp Edit:was able to call wgbstools after so it worked for me |
@AzlanNI |
@AndreiWCansor |
Compiling stdin2beta...
SUCCESS
Compiling mask_pat...
SUCCESS
Compiling pat_sampler...
SUCCESS
Compiling patter...
SUCCESS
Compiling bp_patter...
SUCCESS
Compiling snp_patter...
SUCCESS
Compiling match_maker...
SUCCESS
Compiling segmentor...
SUCCESS
Compiling cview...
FAIL
Failed compilation.
Command: g++ -std=c++11 -c -o src/cview/cview.o src/cview/cview.cpp && g++ -std=c++11 -c -o src/pipeline_wgbs/patter_utils.o src/pipeline_wgbs/patter_utils.cpp && g++ -std=c++11 -o src/cview/cview src/cview/cview.o src/pipeline_wgbs/patter_utils.o
return code: 1
stderr:
stdout:
src/cview/cview.cpp: In member function ‘void Cview::parse()’:
src/cview/cview.cpp:178:78: error: cannot pass objects of non-trivially-copyable type ‘std::string {aka class std::basic_string}’ through ‘...’
if (verbose) fprintf(stderr, "finished %s reads\n", addCommas(line_i));
^
Failed compiling cview
Compiling homog...
SUCCESS
Compiling add_cpg_counts...
SUCCESS
Compiling add_loci...
SUCCESS
The text was updated successfully, but these errors were encountered: