10楼#
发布于:2022-02-26 15:11
cqoips:qtcreator qt5-base qt5-declarative qt5-serialport qt5-svg qt5-webkit 能找到的,全装了,都不行回到原帖
你说的这些都是运行包,开发包是指包含头文件之类的包。文件
Scfy
新手上路
新手上路
11楼#
发布于:2022-02-26 15:13
cqoips:qtcreator qt5-base qt5-declarative qt5-serialport qt5-svg qt5-webkit 能找到的,全装了,都不行回到原帖
只编译Qt插件的话只需要gcc nodejs  pkgconf这三个包就可以了。如果需要完全编译的话再加一个gettext包,此方案只适用于archlinux系
12楼#
发布于:2022-02-27 08:39
Scfy:只编译Qt插件的话只需要gcc nodejs  pkgconf这三个包就可以了。如果需要完全编译的话再加一个gettext包,此方案只适用于archlinux系回到原帖
node build.js l64                                                                                                 1 ✘
node:internal/modules/cjs/loader:936
  throw err;
  ^
 
Error: Cannot find module '/home/i7/yong-master/config/build.js'
   at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
   at Function.Module._load (node:internal/modules/cjs/loader:778:27)
   at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
   at node:internal/main/run_main_module:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}
 
Node.js v17.3.0
 

13楼#
发布于:2022-02-27 08:40
Scfy:只编译Qt插件的话只需要gcc nodejs  pkgconf这三个包就可以了。如果需要完全编译的话再加一个gettext包,此方案只适用于archlinux系回到原帖
~/yong-master/config node build.js -C im/qt5-im                                                                                       1 ✘
node:internal/modules/cjs/loader:936
  throw err;
  ^
 
Error: Cannot find module '/home/i7/yong-master/config/build.js'
   at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
   at Function.Module._load (node:internal/modules/cjs/loader:778:27)
   at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
   at node:internal/main/run_main_module:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}
 
Node.js v17.3.0
 

14楼#
发布于:2022-02-27 08:42
Arch 上,真是难搞啊,开发包,包名也没什么特征,插件同版本不 work,低版本也不 work
15楼#
发布于:2022-02-27 10:29
放弃了,Arch 上的开发包,跟普通包,在命名上都没什么区别,凑齐依赖都难。
Scfy
新手上路
新手上路
16楼#
发布于:2022-02-27 12:15
cqoips:~/yong-master/config  node build.js -C im/qt5-im                                                                       ...回到原帖
build.js放置的路径不对,build.js应该放在yong-master目录中
Scfy
新手上路
新手上路
17楼#
发布于:2022-02-27 12:16
cqoips:~/yong-master/config  node build.js -C im/qt5-im                                                                       ...回到原帖
给你一个我自己编译的Qt插件
Scfy
新手上路
新手上路
18楼#
发布于:2022-02-27 12:17
cqoips:放弃了,Arch 上的开发包,跟普通包,在命名上都没什么区别,凑齐依赖都难。回到原帖
Scfy
新手上路
新手上路
19楼#
发布于:2022-02-27 12:20
留给邮箱我给你发一个我自己编译的Qt插件
游客

返回顶部