-
Notifications
You must be signed in to change notification settings - Fork 15
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
libclang 필요하다고 명시해야함 #20
Comments
.. and libnuma |
그리고 다음을 사용자가 굳이 설정하지 않아도 컴파일 되는 방법을 찾으면 좋겠습니다.
|
그리고 위 사항을 해야한다는 사실은 README에 적혀있어야 합니다. |
여기 보니 rustflags cargo.toml에서 지정하는 방법이 있네요 https://doc.rust-lang.org/cargo/reference/config.html |
@leeopop 제 워크플로우에서는 RUSTFLAGS 설정해야하는 사실이 크게 방해됩니다. IDE에서 자주 자동으로 이 이슈를 먼저 해결해주시길 부탁드립니다. 일반적으로, 지금 단계에서는 더 많은 기능이나 최적화보다 협업이 쉬운 방향으로 만들고 진화해야한다고 생각합니다. 여의치 않으면 다른 사람들이 만든 rust-dpdk를 쓰는게 더 나을 수도 있겠습니다. |
Cargo.toml에 rustflags지정하는건 왜 안되나요? 된다면 제 모든 작업환경에서 rustflags env variable 안넣어도 될거같아서요. |
@jeehoonkang rust-dpdk에서 넣어도 FPS에서 rust-dpdk를 의존했을 때 FPS의 Rustflag에 안들어갔던걸로 기억합니다. 혹시 모르니 다시 한번 시도해보겠습니다. |
cargo 측에 제안한 issue 입니다. |
저도 이부분은 정말 마음에 안 드는 부분이라 일단 시간을 내서 다른 방법이 없나 살펴보고 있습니다.
|
기존 구현체로 실행했을때의 로그입니다.
|
반면에 cargo link 옵션으로
|
Resolved by #25 |
되도록 Ubuntu/Centos에서 설치하는 방법도..
The text was updated successfully, but these errors were encountered: