Search found 9 matches

by langest
21 Jan 2020, 23:04
Forum: Other Forks and Ports
Topic: Raspberry Pi 4
Replies: 15
Views: 14047

Re: Raspberry Pi 4

The RPi4 compile flags did the trick. Now it compiled successfully. I won't have time to test if it runs today though. More updates will come if I make progress.
by langest
21 Jan 2020, 21:48
Forum: Other Forks and Ports
Topic: Raspberry Pi 4
Replies: 15
Views: 14047

Re: Raspberry Pi 4

salvalie wrote: 13 Sep 2019, 14:25 The atomic thing tha you see on that error its related to retrocompatibility with armv6 rpi1, not openscenograph. Hope you achieve it to compioe! Set the rpi4 flags on cmake!
Thanks, I'll give it another try.
I'll update if I get any results.
by langest
25 Aug 2019, 16:39
Forum: Other Forks and Ports
Topic: Raspberry Pi 4
Replies: 15
Views: 14047

Re: Raspberry Pi 4

You're using upstream master OSG Yes, ok. I tried all of the suggestions OpenSceneGraph-3.6 branch or OpenMW/osg 3.4 branch (fork of 3.4.1) or the official 3.4.1 stable release https://github.com/OpenMW/osg/tree/3.4 https://github.com/openscenegraph/OpenSceneGraph/tree/OpenSceneGraph-3.4.1 https://...
by langest
24 Aug 2019, 13:22
Forum: Other Forks and Ports
Topic: Raspberry Pi 4
Replies: 15
Views: 14047

Re: Raspberry Pi 4

I managed to get further after building osg from scratch. I got the following error and decided to try to enable permissive flag to see if it would work anyway. /home/pi/repos/openmw/apps/openmw/mwrender/sky.cpp: In member function ‘osg::ref_ptr<osg::OcclusionQueryNode> MWRender::Sun::createOcclusio...
by langest
24 Aug 2019, 11:34
Forum: Other Forks and Ports
Topic: Raspberry Pi 4
Replies: 15
Views: 14047

Re: Raspberry Pi 4

Ok, thanks.
I managed to dig this post up: viewtopic.php?t=5579&p=60030#p60030
It seems very relevant to what I need to do. I'll get back with my new results/problems.
by langest
23 Aug 2019, 20:10
Forum: Other Forks and Ports
Topic: Raspberry Pi 4
Replies: 15
Views: 14047

Re: Raspberry Pi 4

psi29a wrote: 30 Jul 2019, 09:22 you have to compile a few things yourself or re-use what is on our PPA to help along
How can I check what these things are?
by langest
23 Aug 2019, 18:19
Forum: Other Forks and Ports
Topic: Raspberry Pi 4
Replies: 15
Views: 14047

Re: Raspberry Pi 4

I am trying to compile it now. I followed the regular Debian instructions since I am on latest Raspbian. I ran into some errors that seemed like they would be solved by specifying -DBUILD_OPENCS=NO and -DBUILD_LAUNCHER=NO. Found the solution here: https://forum.openmw.org/viewtopic.php?t=3594 Such a...
by langest
30 Jul 2019, 19:54
Forum: Other Forks and Ports
Topic: Raspberry Pi 4
Replies: 15
Views: 14047

Re: Raspberry Pi 4

Great,

Thanks for the info.
I'll report back how it goes.
by langest
29 Jul 2019, 19:01
Forum: Other Forks and Ports
Topic: Raspberry Pi 4
Replies: 15
Views: 14047

Raspberry Pi 4

I am planning to get a Raspberry Pi 4 as soon as they are back in stock and wanted to try to run OpenMW on it. I saw that there were some attempts at running OpenMW on RPi3 here at the forum. Is there anyone who has tried it on the RPi4? Also, is compiling pretty straight forward or should I expect ...