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

installation error on ubuntu 20.04 #245

Open
Ruitangtang opened this issue Nov 2, 2023 · 2 comments
Open

installation error on ubuntu 20.04 #245

Ruitangtang opened this issue Nov 2, 2023 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation hackathon-23

Comments

@Ruitangtang
Copy link

Describe the bug
conda install -c conda-forge pkg-config

Expected behavior
A clear and concise description of what you expected to happen.

To Reproduce
Steps to reproduce the behavior. please provide any codes or traceback you received.

bits/stdio2.h:228:17: error: missing binary operator before token "("

User Environment (please complete the following information):

  • OS: [e.g. macOS, Windows, Ubuntu] Ubuntu 20.04
  • Version of R 4.3.1
  • Version of fdmr you are using
@gareth-j
Copy link
Contributor

gareth-j commented Nov 2, 2023

Issue

Couldn't install packages due to missing packages.
This was in a conda install of R.
conda installed libcurl and other packages.
Other packages it suggested and are covered in the Ubuntu section of the readme were installed.

Error from the compilation step:

bits/stdio2.h:228:17: error: missing binary operator before token "("

Fix

conda install -c conda-forge pkg-config

User Environment

  • OS: Ubuntu 20.04
  • Version of R: 4.3.1
  • Version of fdmr you are using: 0.1.0

@gareth-j gareth-j self-assigned this Nov 2, 2023
@mnky9800n
Copy link
Contributor

we should add this fix to the FAQ

@gareth-j gareth-j added the documentation Improvements or additions to documentation label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation hackathon-23
Projects
None yet
Development

No branches or pull requests

3 participants