
#33: The symbol `*' does not fit here
--------------------+-------------------------------------------------------
Reporter: guest | Type: defect
Status: new | Priority: normal
Milestone: | Component: general
Version: 0.16.2 | Keywords:
--------------------+-------------------------------------------------------
Comment(by guest):
I'm guessing that you're doing something like this:
{{{
module CDDB where
#include
echo '#include
' > t.c; gcc t.c In file included from t.c:1: /usr/include/cddb/cddb_cmd.h:79: error: expected ‘)’ before ‘*’ token ... }}}
#34 is the same mistake (use cdio.h instead of cdio/device.h). -- Ticket URL: http://hackage.haskell.org/trac/c2hs/ticket/33#comment:1 c2hs http://www.cse.unsw.edu.au/~chak/haskell/c2hs/ C->Haskell, An Interface Generator for Haskell