Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
[Topic DIscussion]
在进行源码MAKE构建时候俩个软件互相依赖,如何解决
deepin Talks
819
views ·
0
replies ·
To
floor
Go
深圳市耀影科技有限公司
deepin
2022-04-07 23:33
Author
例如:
软件一:GNU gettext
软件二:GNU bison
我们在进行官方发布的源码压缩包进行构建时候,没问题
gettext:
https://ftp.gnu.org/pub/gnu/gettext/
bison:
https://alpha.gnu.org/gnu/bison/
但是我们通过git clone克隆下来的,源码,进行MAKE构建的时候就会出现俩个软件相互依赖对方的错误信息
https://git.savannah.gnu.org/gitweb/?p=gettext.git
https://git.savannah.gnu.org/cgit/bison.git
通过GIT CLONE的源码如何能够通过MAKE构建成功呢?
这里不能使用SUDO APT方式安装其中任何一个二进制
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
dde-cooperation – difficulty obtaining UOS Assistant (Android)
Deepin desktop environment on raspberry pi 4B (arm64)
Popular Events
More
例如:
我们在进行官方发布的源码压缩包进行构建时候,没问题
但是我们通过git clone克隆下来的,源码,进行MAKE构建的时候就会出现俩个软件相互依赖对方的错误信息
通过GIT CLONE的源码如何能够通过MAKE构建成功呢?
这里不能使用SUDO APT方式安装其中任何一个二进制