Ticket #3451 (closed bug: fixed)

Opened 4 years ago

Last modified 4 years ago

HsFFI.h import doesn't work as installed

Reported by: guest Owned by: simonmar
Priority: high Milestone: 6.12.1
Component: Build System Version: 6.11
Keywords: Cc: aslatter@…
Operating System: Unknown/Multiple Architecture: x86_64 (amd64)
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

After building GHC head I tried to install the 'network' package (version in darcs head).

I got compile errors from including HsFFI.h trying to include 'stg/Types.h' which wasn't installed by the installer (that is, "make install").

I then copied the 'includes/stg' directory from the build directory over into the directory where GHC had been installed, and everything started working.

This was running on Linux, amd64.

Change History

Changed 4 years ago by igloo

  • priority changed from normal to high
  • difficulty set to Unknown
  • milestone set to 6.12.1

Thanks for the report.

Changed 4 years ago by simonmar

  • owner set to simonmar

I'm looking at installing header files.

Changed 4 years ago by simonmar

Fixed

Thu Sep 10 05:18:31 PDT 2009  Simon Marlow <marlowsd@gmail.com>
  * fix installation of header files (#3451)

Changed 4 years ago by simonmar

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.