←back to thread

517 points petercooper | 1 comments | | HN request time: 0s | source
Show context
methyl ◴[] No.8559044[source]
Unfortunately, I cannot compile it on my OSX 10.10... here's what I get: http://pastebin.com/cVvaYFEH

EDIT: just make next() function void and it works.

EDIT2: still no fortune :(

  $ ./c4 hello.c
  [1]    33920 segmentation fault  ./c4 hello.c
replies(3): >>8559152 #>>8559238 #>>8559277 #
1. kschults ◴[] No.8559238[source]
For now, you need to add both -Wno-return-type and -m32 when compiling.