Search found 18 matches

by DJs3000
01 May 2020, 00:38
Forum: General Development
Topic: OpenMW on Vulkan API?
Replies: 7
Views: 7878

OpenMW on Vulkan API?

Hello!
Have you thought about adding support for the Vulkan API as an option? There is an OpenSceneGraph running on Vulkan(VulkanSceneGraph https://github.com/vsg-dev/VulkanSceneGraph)
by DJs3000
21 May 2019, 16:45
Forum: Support
Topic: Build for Elbrus(VLIW)
Replies: 34
Views: 16588

Re: Build for Elbrus(VLIW)

by DJs3000
19 May 2019, 14:33
Forum: Support
Topic: Build for Elbrus(VLIW)
Replies: 34
Views: 16588

Re: Build for Elbrus(VLIW)

sirherrbatka wrote: 19 May 2019, 12:03 I assumed that DJs3000 already owns a copy of Morrowind.
True.
In a few days, I'll show you the video and photos.
by DJs3000
17 May 2019, 07:44
Forum: Support
Topic: Build for Elbrus(VLIW)
Replies: 34
Views: 16588

Re: Build for Elbrus(VLIW)

Someone give in private messages "content file". Thank.
by DJs3000
16 May 2019, 21:44
Forum: Support
Topic: Build for Elbrus(VLIW)
Replies: 34
Views: 16588

Re: Build for Elbrus(VLIW)

Windows.h is not present in the source code. Of course it is not present - it is a system header from Windows. I suppose you should disable tools and examples when you run CMake on MyGUI: -DMYGUI_BUILD_DEMOS=FALSE -DMYGUI_BUILD_TOOLS=FALSE https://github.com/MyGUI/mygui/issues/24 Yes!!! MyGUI build...
by DJs3000
16 May 2019, 18:09
Forum: Support
Topic: Build for Elbrus(VLIW)
Replies: 34
Views: 16588

Re: Build for Elbrus(VLIW)

git checkout MyGUI3.2.2 I see no "release-3.2.2" tag in MyGUI repo. As about error message, I suppose the master branch in MyGUI repo is just a bit broken right now. git checkout -b MyGUI3.2.2 - Successfully switched. in file CMakeLists.txt set(MYGUI_RENDERSYSTEM 3 CACHE STRING "Spec...
by DJs3000
16 May 2019, 16:54
Forum: Support
Topic: Build for Elbrus(VLIW)
Replies: 34
Views: 16588

Re: Build for Elbrus(VLIW)

sirherrbatka, ok. [ 26%] Building CXX object apps/openmw/CMakeFiles/openmw.dir/mwgui/mapwindow.cpp.o lcc: "/usr/local/include/MYGUI/MyGUI_Any.h", line 173: error: no operator "==" matches these operands operand types are: const ESM::CustomMarker == ESM::CustomMarker return getTyp...
by DJs3000
16 May 2019, 16:39
Forum: Support
Topic: Build for Elbrus(VLIW)
Replies: 34
Views: 16588

Re: Build for Elbrus(VLIW)

1. git clone https://github.com/MyGUI/mygui.git 2. git branch *master release-3.2.2 3. git checkout release-3.2.2 mygui/MyGUIEngine/include/MyGUI_Any.h 194 line :( Maybe need an older version? MyGUI 3.2.2 installed, but error were old. The only difference is that the compilation continued and came t...
by DJs3000
16 May 2019, 14:31
Forum: Support
Topic: Build for Elbrus(VLIW)
Replies: 34
Views: 16588

Re: Build for Elbrus(VLIW)

markerWidget->setUserData(marker); Result: [ 26%] Building CXX object apps/openmw/CMakeFiles/openmw.dir/mwgui/mapwindow.cpp.o lcc: "/root/openmw/apps/openmw/mwgui/mapwindow.cpp", строка 332: ошибка: неизвестная препроцессорная директива [-Werror] # markerWidget->setUserData(marker); ^ 1 о...
by DJs3000
16 May 2019, 13:38
Forum: Support
Topic: Build for Elbrus(VLIW)
Replies: 34
Views: 16588

Re: Build for Elbrus(VLIW)

Yes, LCC is highly modified and posing as GCC 5.5 compatible. C++ 11 is accurately supported, information from the developer. Well, it seems not accurately. Which OpenMW version do you try to build? lcc --version lcc:1.23.14:Sep--9-2018:e2k-v4-linux gcc (GCC) 5.5.0 compatible Information from the c...