OpenMW Nightly builds

Anything related to PR, release planning and any other non-technical idea how to move the project forward should be discussed here.
kingtiger01
Posts: 8
Joined: 10 Sep 2013, 01:26

Re: OpenMW Nightly builds

Post by kingtiger01 »

Hey Ace, is it possible to build with shared library loading instead of static for external libs(ffmpeg, sdl, al)???

Also, could you at some point upload your build environment?
User avatar
Ace (SWE)
Posts: 887
Joined: 15 Aug 2011, 14:56

Re: OpenMW Nightly builds

Post by Ace (SWE) »

I'm using the official SDL, and OpenAL-soft binaries to cut down a bit on my own work. And I'm using the semi-official Windows builds for FFMPEG, since I'd have to set up a MinGW build environment too otherwise.
None of them should be statically linked.

Also, if you want a copy of my build environment, all you need to do is clone my appveyor branch and run the following bash script: (You can also use x64 and Release)

Code: Select all

$ PLATFORM=win32 CONFIGURATION=Debug CI/before_build.msvc.sh
You'll need Visual Studio 2013, msysGit, 7-zip (in your path), and CMake (also in your path).
densm27
Posts: 24
Joined: 02 Jun 2014, 18:34

Re: OpenMW Nightly builds

Post by densm27 »

Recent nightlies show version "OpenMW 0.36.1 release" instead of "OpenMW development (revision)" as before. Are they supposed to do so, or something is broken?
User avatar
Ace (SWE)
Posts: 887
Joined: 15 Aug 2011, 14:56

Re: OpenMW Nightly builds

Post by Ace (SWE) »

densm27 wrote:Recent nightlies show version "OpenMW 0.36.1 release" instead of "OpenMW development (revision)" as before. Are they supposed to do so, or something is broken?
Can not replicate this on my end, all the nightly builds I've tested show as development builds.
Which build in particular are you having the problem with?
densm27
Posts: 24
Joined: 02 Jun 2014, 18:34

Re: OpenMW Nightly builds

Post by densm27 »

Hard to say when it started, because.. well, I don't see the versions :D
de6dc21552 didn't have the problem, the latest one (5558962b14) has.

Also, I've just discovered that latest win32 build shows correct version, while win64 doesn't (tried only x64 before).
User avatar
Ace (SWE)
Posts: 887
Joined: 15 Aug 2011, 14:56

Re: OpenMW Nightly builds

Post by Ace (SWE) »

Thank you, that helped me track it down.
Coming nightlies will show the correct build information on both 32 and 64-bit.
User avatar
Lazaroth
Posts: 220
Joined: 30 May 2012, 05:04

Re: OpenMW Nightly builds

Post by Lazaroth »

The builds are failing. Wanted to check out Scrawls new water.
User avatar
Ace (SWE)
Posts: 887
Joined: 15 Aug 2011, 14:56

Re: OpenMW Nightly builds

Post by Ace (SWE) »

Seems like there's something in the build that's not a fan of the water changes, looking into it right now.

Code: Select all

OpenMW\apps\openmw\mwrender\water.cpp(288): error C2065: 'GL_DEPTH_COMPONENT24_ARB' : undeclared identifier
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: OpenMW Nightly builds

Post by scrawl »

Should be fixed now.
User avatar
Ace (SWE)
Posts: 887
Joined: 15 Aug 2011, 14:56

Re: OpenMW Nightly builds

Post by Ace (SWE) »

That seems to have done the trick, yes.

Running a new set of nightly builds now, so should be available within half an hour or so.
Post Reply