Search found 4 matches

by jingkaimori
Sat Jan 02, 2021 13:23
Forum: Partly official engine development
Topic: Migrate minetest into IrrlichtBaW failed due to poor cmake file
Replies: 1
Views: 1173

Re: Migrate minetest into IrrlichtBaW failed due to poor cmake file

Code: Select all

fatal	C1083	Cannot open include file: “irr/core/math/floatutil.tcc”: No such file or directory	minetest	D:\Project File\irrlBAW-dev\install\debug\include\irr\core\core.h	33	

C1083
by jingkaimori
Sat Jan 02, 2021 11:34
Forum: Partly official engine development
Topic: Migrate minetest into IrrlichtBaW failed due to poor cmake file
Replies: 1
Views: 1173

Migrate minetest into IrrlichtBaW failed due to poor cmake file

Hi everyone.I'm replacing irrlicht with IrrlichtBaW(repo) ,but there are some error when import the dependency. It seems like cmake profile turn out to be wrong.my config is here.

Only the way that import BaW via ExternalProject module is tested,but this way will lose some dependency.
by jingkaimori
Sat Jan 02, 2021 11:26
Forum: 中文
Topic: 有人有时间有能力修一下不能输入中文的问题吗?
Replies: 8
Views: 5272

Re: 有人有时间有能力修一下不能输入中文的问题吗?

不能输中文是因为minetest自己撸了一个输入文本框,然后这个文本框不支持IME,输入俄文或日文也有类似的问题

修这东西需要换掉irrlicht引擎,我正在处理这个问题
by jingkaimori
Sat Dec 12, 2020 08:21
Forum: Engine Builds
Topic: How to compile on Windows 10
Replies: 3
Views: 4127

Re: How to compile on Windows 10

The problem I always run into is that vcpkg always errors in some way or another when trying to fetch or compile a package, and I've uninstalled and reinstalled it multiple times. Has anyone else run into that and know how to fix it? may the source of vcpkg ( usually github )are limited by your gov...