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

Issues with make exec/PloidyPlot #130

Open
Kat0610 opened this issue Aug 29, 2023 · 4 comments
Open

Issues with make exec/PloidyPlot #130

Kat0610 opened this issue Aug 29, 2023 · 4 comments
Assignees
Labels
0.3.0 Oriel Upcoming version of smudgeplot bug Something isn't working dev for issues related to development branch

Comments

@Kat0610
Copy link

Kat0610 commented Aug 29, 2023

Hello,

i ran into issues when trying to install the dev version of smudgeplot. All dependencies are installed on the virtual machine that i am using and the Rscript install.R command also ran successfully. However when I run the make exec/PloidyPlot from the smudgeplot folder I get the following error:

gcc -O3 -Wall -Wextra -Wno-unused-result -fno-strict-aliasing -o exec/PloidyPlot src_ploidyplot/PloidyPlot.c src_ploidyplot/libfastk.c src_ploidyplot/matrix.c -lpthread -lm
make: gcc: No such file or directory
make: *** [Makefile:25: exec/PloidyPlot] Error 127

Any help or advice would be appreciated!

@Kat0610 Kat0610 added the potential_problems for potential problems given different scenarios (How does XXX infulence sumdgeplot?) label Aug 29, 2023
@KamilSJaron
Copy link
Owner

Yep, I have literally spent the last hour trying to figure that one out! (today I was working on my Ubuntu computer at home).

It gets fixed by commenting out the third line of the Makefile (I also just pushed this change to the dev branch, so git pull origin sploidyplot will also do the trick).

Let me know if works now.

@KamilSJaron KamilSJaron added bug Something isn't working dev for issues related to development branch 0.3.0 Oriel Upcoming version of smudgeplot and removed potential_problems for potential problems given different scenarios (How does XXX infulence sumdgeplot?) labels Aug 29, 2023
@KamilSJaron
Copy link
Owner

It's this commit: 130b66d

@KamilSJaron KamilSJaron self-assigned this Aug 29, 2023
@Kat0610
Copy link
Author

Kat0610 commented Aug 30, 2023

It's working now! Thank you

@KamilSJaron
Copy link
Owner

Amazing, would you consider posting here the plot?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.3.0 Oriel Upcoming version of smudgeplot bug Something isn't working dev for issues related to development branch
Projects
None yet
Development

No branches or pull requests

2 participants