Issue478

Title fix build on Windows
Priority bug Status resolved
Superseder Nosy List jendrik, malte, pvonreth
Assigned To pvonreth Keywords
Optional summary

Created on 2014-09-26.14:14:35 by pvonreth, last changed by jendrik.

Messages
msg3694 (view) Author: jendrik Date: 2014-10-07.15:37:54
merged and pushed, thanks for your work on this!
msg3593 (view) Author: pvonreth Date: 2014-09-28.22:27:39
my branch is ready for review.
https://bitbucket.org/TheOneRing/hg.fast-downward.org/pull-request/6/fix-
windows/diff
msg3568 (view) Author: jendrik Date: 2014-09-27.20:52:11
I created issue480 for discussing build automation for Windows.
msg3563 (view) Author: malte Date: 2014-09-27.18:54:29
Would there be interest in setting up a Windows buildbot?
We have two unused machines we could use for this.
msg3558 (view) Author: pvonreth Date: 2014-09-27.12:09:46
The issue was not only related to the SIGXCPU signal but also to the new 
parameter for get_peak_memory_in_kb(bool use_buffered_input)
Which is only used on Linux so with -Werror=unused-parameter it breaks the 
build on all other platforms.
msg3556 (view) Author: jendrik Date: 2014-09-27.01:20:31
I think we should take care of this in issue479.
msg3552 (view) Author: pvonreth Date: 2014-09-26.14:14:35
Fix build on Windows after the last changes.
History
Date User Action Args
2014-10-07 15:37:54jendriksetstatus: reviewing -> resolved
superseder: - Problem with intercepting SIGXCPU
messages: + msg3694
2014-09-28 22:27:39pvonrethsetstatus: resolved -> reviewing
messages: + msg3593
2014-09-27 20:52:11jendriksetmessages: + msg3568
2014-09-27 18:54:29maltesetmessages: + msg3563
2014-09-27 12:09:46pvonrethsetmessages: + msg3558
2014-09-27 01:21:36jendriksetstatus: in-progress -> resolved
2014-09-27 01:20:31jendriksetsuperseder: + Problem with intercepting SIGXCPU
messages: + msg3556
2014-09-26 14:14:35pvonrethcreate