主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Joe61vette
活动总数
7
最后的活动
2025年06月05日 11:48
成员加入日期
2025年05月31日 20:55
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2025年06月05日 11:48
Problem solved! You put me on the right path with the advice about rpath. What I needed to do was put those statements before I defined the target. So, a CMake mistake on my part. Thanks again ...
社区
CLion
How to get Python.h in Header Search Paths
0 票
创建于
2025年06月03日 14:40
I understand completely and am just grateful you got me this far. I'll continue trying to figure this out and let you know if I find a solution.Thanks again, Joe
社区
CLion
How to get Python.h in Header Search Paths
0 票
创建于
2025年06月03日 14:11
First, I never thought this was a CLion problem. Just my problem in learning how to use it. Your help has been great!I did try and run it from the terminal. Essentially the same error message:AS...
社区
CLion
How to get Python.h in Header Search Paths
0 票
创建于
2025年06月03日 13:12
Thanks again.1) Yes, I did change the target name. Here is my CMakeLists.txt:cmake_minimum_required(VERSION 3.31)project(ASP)set(CMAKE_CXX_STANDARD 23)add_executable(ASP main.cpp)find_package(Pyth...
社区
CLion
How to get Python.h in Header Search Paths
0 票
创建于
2025年06月02日 21:50
THANKS so much. It almost got me there. By including those 3 lines & resetting, my project was able to find <Python.h>. However, when I tried to run it, I got a "library not loaded error".So, I ...
社区
CLion
How to get Python.h in Header Search Paths
0 票