#1125 closed defect (fixed)
lang/hugs package won't compile on panther
Reported by: | schreib_mir_du_spacken@… | Owned by: | gwright@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
problem: the preprocessor (of c) produces a #pragma statement in the first line of each processed haskell-library file. This prevents hugs from finishing the build process. Workaround: remove all #pragma statements from the haskell-files in the library subdirectory after build-break.
Change History (1)
comment:1 Changed 21 years ago by gwright@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Now fixed. In the convert_libraries script all invocations of cpp are filtered through sed -n '/#pragma/!p'. This will be reported to the hugs developers. Thanks for the bug report.