#7519: CLK_TCK is not always a constant --------------------------------+------------------------------------------- Reporter: singpolyma | Owner: Type: bug | Status: new Priority: normal | Component: libraries/base Version: 7.7 | Keywords: qnx Os: Other | Architecture: Unknown/Multiple Failure: Building GHC failed | Blockedby: Blocking: | Related: --------------------------------+------------------------------------------- System/CPUTime.hsc assumes that if CLK_TCK is defined, it is a constant, but on QNX it expands to a procedure call. The attached patch is one way to solve this problem.
http://www.haskell.org/pipermail/cvs-ghc/2012-December/079075.html http://www.haskell.org/pipermail/cvs-ghc/2012-December/079079.html -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7519> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler _______________________________________________ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs