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

R source archive does not compile on windows. #409

Open
complicatedZ opened this issue Nov 16, 2024 · 3 comments
Open

R source archive does not compile on windows. #409

complicatedZ opened this issue Nov 16, 2024 · 3 comments

Comments

@complicatedZ
Copy link

I downloaded libSBML_5.20.2.tar.gz in repository but failed to intall it.
image
I tried to manually add missing files but it still didn't work.
What should I do.

@fbergmann
Copy link
Member

This would happen if you downloaded a source archive, that was configured for a build with the arrays package, but then tried to compile it with R. This will not work (there was an experimental arrays package, but it was never ratified).

Could you let us know where you got the R source archive from? I could generate you one that is likely to succeed.

@complicatedZ
Copy link
Author

complicatedZ commented Nov 18, 2024

This would happen if you downloaded a source archive, that was configured for a build with the arrays package, but then tried to compile it with R. This will not work (there was an experimental arrays package, but it was never ratified).

Could you let us know where you got the R source archive from? I could generate you one that is likely to succeed.

Thanks! I got R archive from releases v 5.20.2. Previously I built it in Windows and now I turn to Linux then it works.

@fbergmann fbergmann changed the title ERROR when installing libsbml for R version R source archive does not compile on windows. Nov 21, 2024
@fbergmann
Copy link
Member

Thanks for letting us know, indeed the build does currently not work for windows from sources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants