Re: [Flightgear-devel] 2.12 is branched

2013-08-21 Thread Stuart Buchanan
On Thu, Aug 15, 2013 at 11:54 AM, Gijs de Rooy wrote: Don't have much time today for further troubleshooting unfortunately; should have some after my last exam tomorrow ;-) Hi Gijs, Have you had the chance to look at this at all, and did Geoff's suggestion help? Do we have any active Win

Re: [Flightgear-devel] 2.12 is branched

2013-08-21 Thread James Turner
On 21 Aug 2013, at 15:28, Stuart Buchanan stuar...@gmail.com wrote: On a related note, once the build problem is resolved, could we generate a full installation RC package for testing? It would make it easier for testers not familiar with Git to use it, and would be quite handy for people

Re: [Flightgear-devel] 2.12 is branched

2013-08-21 Thread Stuart Buchanan
On Wed, Aug 21, 2013 at 3:51 PM, James Turner wrote: On a related note, once the build problem is resolved, could we generate a full installation RC package for testing? It would make it easier for testers not familiar with Git to use it, and would be quite handy for people like myself who do

Re: [Flightgear-devel] 2.12 is branched

2013-08-21 Thread James Turner
On 21 Aug 2013, at 16:03, Stuart Buchanan stuar...@gmail.com wrote: Now all we need is someone with enough Windows knowledge to fix the build. I've put some cash down to buy a cheap PC box for running Windows+Linux so I can debug these issues (and a few other Windows ones which are bugging

Re: [Flightgear-devel] 2.12 is branched

2013-08-21 Thread Gijs de Rooy
Hi, Stuart wrote: Now all we need is someone with enough Windows knowledge to fix the build. the Win32 builds work fine now, only FGRun for Win64 is failing. It builds fine on my machine, but on Jenkins it cannot find two Boost files. ..\..\fgrun\src\wizard_funcs.cxx(38): fatal error C1083:

Re: [Flightgear-devel] 2.12 is branched

2013-08-21 Thread Geoff McLane
Hi James, On Wed, 2013-08-21 at 16:08 +0100, James Turner wrote: snip I've put some cash down to buy a cheap PC box for running Windows+Linux so I can debug these issues (and a few other Windows ones which are bugging me). snip This is really WONDERFUL news ;=)) MSVC has a very

Re: [Flightgear-devel] 2.12 is branched

2013-08-15 Thread James Turner
On 14 Aug 2013, at 21:57, Curtis Olson curtol...@flightgear.org wrote: I think the main initial hurdle here is to get the Mac Windows releases sorted out on Jenkins (if they aren't already). We've done the code freeze and branch on schedule so we are mostly down to the mechanics and time

Re: [Flightgear-devel] 2.12 is branched

2013-08-15 Thread Gijs de Rooy
Hi James, James wrote: the biggest obstacle to an RC is getting the Windows build slaves to behave; if anyone on Windows could look at the Jenkins logs and shed any light, it would help. Is http://flightgear.simpits.org:8080/job/Windows-release/ the build that we should look at? Cheers,

Re: [Flightgear-devel] 2.12 is branched

2013-08-15 Thread James Turner
On 15 Aug 2013, at 10:50, Gijs de Rooy gijsr...@hotmail.com wrote: Is http://flightgear.simpits.org:8080/job/Windows-release/ the build that we should look at? Correct. James -- Get 100% visibility into Java/.NET

Re: [Flightgear-devel] 2.12 is branched

2013-08-15 Thread Gijs de Rooy
It seems to fail on building FGRun.exe: SimGearCore.lib(timestamp.obj) : error LNK2019: unresolved external symbol __imp__timeGetTime@0 referenced in function public: void __thiscall SGTimeStamp::stamp(void) (?stamp@SGTimeStamp@@QAEXXZ) FGRun-Win64-Cmake also fails (unrelated to this release

Re: [Flightgear-devel] 2.12 is branched

2013-08-15 Thread Geoff McLane
Hi Gijs, That can be fixed by adding Winmm.lib to the link... Like in the fgrun CMakeLists.txt file add - target_link_libraries( fgrun Winmm ) Regards, Geoff. On Thu, 2013-08-15 at 12:54 +0200, Gijs de Rooy wrote: It seems to fail on building FGRun.exe: SimGearCore.lib(timestamp.obj) : error

Re: [Flightgear-devel] 2.12 is branched

2013-08-15 Thread Gijs de Rooy
Hi Geoff, That can be fixed by adding Winmm.lib to the link... Fred already did that some time ago, right? https://www.gitorious.org/fg/fgrun/commit/d25fad49b73f51459ef2bdaa7e040da8259a02a0 Cheers, Gijs

Re: [Flightgear-devel] 2.12 is branched

2013-08-15 Thread Geoff McLane
Hi Gijs, Yes, it certainly 'looks' that way ;=() I just did a git pull, and I can only produce that SAME link error in my Windows 7 build if I comment out the line - list(APPEND PLATFORM_LIBS winmm.lib) Then I get what you showed - SimGearCored.lib(timestamp.obj) : error LNK2019: unresolved

Re: [Flightgear-devel] 2.12 is branched

2013-08-14 Thread James Turner
On 13 Aug 2013, at 21:42, Stuart Buchanan stuar...@gmail.com wrote: I propose pushing out the release by a month. I've got a bit more time available for FG right now, but not as much as I did 12 months ago, and it sounds like James and Thorsten R are similarly time limited. I think it will

Re: [Flightgear-devel] 2.12 is branched

2013-08-14 Thread Renk Thorsten
I propose pushing out the release by a month. I've got a bit more time available for FG right now, but not as much as I did 12 months ago, and it sounds like James and Thorsten R are similarly time limited. I think it will take longer than usual to address any issues found in the RCs.

Re: [Flightgear-devel] 2.12 is branched

2013-08-14 Thread Stuart Buchanan
Hi Pat, On Wed, Aug 14, 2013 at 1:11 AM, Pat wrote: One reschedule is a good idea. Would an indefinite delay, with a promise republishing the schedule by a given date be appropriate or desirable? An indefinite delay would risk the release never being completed, and we'd be back where we

Re: [Flightgear-devel] 2.12 is branched

2013-08-14 Thread Curtis Olson
I think the main initial hurdle here is to get the Mac Windows releases sorted out on Jenkins (if they aren't already). We've done the code freeze and branch on schedule so we are mostly down to the mechanics and time of actually building and pushing the release out the door. Thanks, Curt.

Re: [Flightgear-devel] 2.12 is branched

2013-08-13 Thread Renk Thorsten
On the risk of making myself really unpopular, but would now be a good time to defer the release? It seems James is caught in the middle of moving, Stuart indicated some other private things piling up, I have the maddest travelling schedule I've ever had in my life this fall, and I haven't seen

Re: [Flightgear-devel] 2.12 is branched

2013-08-13 Thread James Turner
On 13 Aug 2013, at 12:58, Renk Thorsten thorsten.i.r...@jyu.fi wrote: On the risk of making myself really unpopular, but would now be a good time to defer the release? It seems James is caught in the middle of moving, Stuart indicated some other private things piling up, I have the maddest

Re: [Flightgear-devel] 2.12 is branched

2013-08-13 Thread Curtis Olson
We would need permission from Torsten D, our release manager, but I would also second Thorsten R's proposal to defer the 2.12 release by a week or two. I have been spread very thin this summer with my day job projects and will be out of town myself on the 16-18 of August. I think we should at

Re: [Flightgear-devel] 2.12 is branched

2013-08-13 Thread Torsten Dreyer
Permission granted ;-) As everybody seems to be caught in some real life trouble, I can't see a better way to get the release out than delaying it for a while. Would two weeks be enough for everybody? That will get us to the weekend Aug, 31/Sep 1. Torsten Am 13.08.2013 16:56, schrieb

Re: [Flightgear-devel] 2.12 is branched

2013-08-13 Thread Stuart Buchanan
On Tue, Aug 13, 2013 at 9:38 PM, Torsten Dreyer wrote: Permission granted ;-) As everybody seems to be caught in some real life trouble, I can't see a better way to get the release out than delaying it for a while. Would two weeks be enough for everybody? That will get us to the weekend

Re: [Flightgear-devel] 2.12 is branched

2013-08-13 Thread Pat
snip If we are going to slip the release, we should only do so once :) -Stuart One reschedule is a good idea. Would an indefinite delay, with a promise republishing the schedule by a given date be appropriate or desirable? For example Due to constraints on our developers' available

Re: [Flightgear-devel] 2.12 is branched

2013-08-08 Thread Saikrishna Arcot
Erm...shouldn't there be a RC version released sometime around now, since the final version will be released in just over a week? On Aug 3, 2013 3:50 AM, James Turner zakal...@mac.com wrote: On 3 Aug 2013, at 04:27, Saikrishna Arcot saiarcot...@gmail.com wrote: Actually, scratch that; it

Re: [Flightgear-devel] 2.12 is branched

2013-08-08 Thread James Turner
On 8 Aug 2013, at 15:15, Saikrishna Arcot saiarcot...@gmail.com wrote: Erm...shouldn't there be a RC version released sometime around now, since the final version will be released in just over a week? Unfortunately, I'm in the middle of moving house, so rather busy. The release

Re: [Flightgear-devel] 2.12 is branched

2013-08-08 Thread geneb
The release branches exist, and the autobuild is running - someone can take the source ball or binaries (unfortunately the Windows slave is down, someone needs to ping Gene) and test it. Slave is up. Has been since about 7am PDT. g. -- Proud owner of F-15C 80-0007 http://www.f15sim.com -

Re: [Flightgear-devel] 2.12 is branched

2013-08-03 Thread James Turner
On 3 Aug 2013, at 04:27, Saikrishna Arcot saiarcot...@gmail.com wrote: Actually, scratch that; it seems FlightGear allows the --fg-aircraft switch to specify multiple root aircraft directories, although the man page needs to be updated to specify this (it currently says it's only used by

Re: [Flightgear-devel] 2.12 is branched

2013-08-02 Thread Pat
Would some sort of user data directory help with this? Can this be done on ubuntu? On Thu, 1 Aug 2013 21:16:50 -0500 Saikrishna Arcot saiarcot...@gmail.com wrote: For what it's worth, I have a PPAhttps://launchpad.net/~saiarcot895/+archive/flightgear-prerelthat is tracking the 2.12.0 branch

Re: [Flightgear-devel] 2.12 is branched

2013-08-02 Thread Saikrishna Arcot
That might help, or the ability to specify multiple directories for the aircraft, like how it's done with scenery. If need be, I can have just FlightGear for Ubuntu built with a patch to allow multiple directories for aircraft. Saikrishna Arcot On Fri, Aug 2, 2013 at 6:34 PM, Pat

Re: [Flightgear-devel] 2.12 is branched

2013-08-02 Thread Saikrishna Arcot
Actually, scratch that; it seems FlightGear allows the --fg-aircraft switch to specify multiple root aircraft directories, although the man page needs to be updated to specify this (it currently says it's only used by UIUC). Saikrishna Arcot On Fri, Aug 2, 2013 at 10:24 PM, Saikrishna Arcot

Re: [Flightgear-devel] 2.12 is branched

2013-08-01 Thread Saikrishna Arcot
For what it's worth, I have a PPAhttps://launchpad.net/~saiarcot895/+archive/flightgear-prerelthat is tracking the 2.12.0 branch that includes the default aircraft and a few other aircraft that can be used by Ubuntu and other distros that use/allow Ubuntu's repos and/or PPAs. However, it installs

Re: [Flightgear-devel] 2.12 is branched

2013-07-31 Thread James Turner
On 30 Jul 2013, at 21:25, Stuart Buchanan stuar...@gmail.com wrote: James - if it's convenient could you pull this to the 2.12.0 release branch please. Done. James -- Get your SQL database under version control now!

Re: [Flightgear-devel] 2.12 is branched

2013-07-31 Thread Gijs de Rooy
Hi all, is there any news on release candidates? I think we did find a few serious bugs last year when people tried the RCs, so we'd better start distributing them before the end of this week... Cheers, Gijs

Re: [Flightgear-devel] 2.12 is branched

2013-07-30 Thread Stuart Buchanan
Hi James, On Wed, Jul 24, 2013 at 10:07 PM, Stuart Buchanan wrote: As an FYI, I'm still working on some final updates to The Manual that I want to get committed to the 2.12.0 branch. These have now been committed to master (e87379c). James - if it's convenient could you pull this to the

Re: [Flightgear-devel] 2.12 is branched

2013-07-24 Thread Stuart Buchanan
On Wed, Jul 17, 2013 at 8:38 PM, James Turner wrote: Hi, I've just created the release branches for FG, SG data (at Torsten's request, since he's on holiday in the wild, Internet-less north of Sweden). Thanks James. As an FYI, I'm still working on some final updates to The Manual that I

Re: [Flightgear-devel] 2.12 is branched

2013-07-19 Thread Pedro Morgan
Cool stuff... Got a weekend of so am reviving freeflightsim.org.. got to change servers and have some time.. Is the public release automated.. Eg for me on my freeflightsim.org website.. I want a remote feed to a json file what says new release... If the new version is later that the current

[Flightgear-devel] 2.12 is branched

2013-07-17 Thread James Turner
Hi, I've just created the release branches for FG, SG data (at Torsten's request, since he's on holiday in the wild, Internet-less north of Sweden). Hopefully I didn't screw anything up :) This means 'next' is open for unstable work, and that bug-fixes should be applied to both next release