-
Notifications
You must be signed in to change notification settings - Fork 256
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
rct.cmake missing #1390
Comments
The problem is not related to libclang, but it is still there. |
It seems like that file comes from another project, which should be loaded as a git submodule, but for some reason it didn't work for me. |
You need to clone the submodules too. See the install section.
git clone --recursive...
…On May 21, 2020 2:38:26 PM UTC, Artyom Gevorgyan ***@***.***> wrote:
**Describe the bug**
I am on Ubuntu 18.04, libclang is installed, both user and dev
packages. After cloning the repository and running cmake, configuration
step failed with the following error:
```
-- The following REQUIRED packages have been found:
* __LibClang__
```
while also saying that
```
-- __Found LibClang__: /usr/lib/llvm-6.0/lib/libclang.so
-- Performing Test LIBCLANG_COMPILES
-- Performing Test LIBCLANG_COMPILES - Success
```
**To Reproduce**
1. ```git clone https://github.com/Andersbakken/rtags.git```
2. ```mkdir build && cd build && cmake ..```
**Expected behavior**
Check against LibClang is not supposed to fail, I guess, because ```apt
search libclang | grep installed``` gives
```
libclang-6.0-dev/bionic,now 1:6.0-1ubuntu2 amd64 [installed]
libclang-common-6.0-dev/bionic,now 1:6.0-1ubuntu2 amd64
[installed,automatic]
libclang-dev/bionic-updates,now 1:6.0-41~exp5~ubuntu1 amd64 [installed]
libclang1-6.0/bionic,now 1:6.0-1ubuntu2 amd64 [installed,automatic]
```
**Environment:**
- OS/Version: Ubuntu 18.04
- Emacs: 25.2.2
- libclang: 6.0
[cmake_failure.txt](https://github.com/Andersbakken/rtags/files/4663012/cmake_failure.txt)
|
Oh, sure... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To Reproduce
git clone https://github.com/Andersbakken/rtags.git
mkdir build && cd build && cmake ..
Where do I get rct/rct.cmake from?
Environment:
cmake_output
The text was updated successfully, but these errors were encountered: