-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Is support for Mac OS X planned?
Would love to use it, but me and most of my students have mac hardware and OS.
i downloaded version 1.12 and naively ran make, as expected, i got an error:
gcc -Wall -O2 -fomit-frame-pointer -D__UNIX__ -c -o main.o main.c
gcc -Wall -O2 -fomit-frame-pointer -D__UNIX__ -c -o sio.o sio.c
sio.c: In function ‘sio_open’:
sio.c:182: error: ‘VSWTC’ undeclared (first use in this function)
sio.c:182: error: (Each undeclared identifier is reported only once
sio.c:182: error: for each function it appears in.)
make: *** [sio.o] Error 1
is this something that can be fixed easy or is more complicated to port it to
OSX?
i have some coding skills, unfortunately not in C and not for hardware drivers.
Original issue reported on code.google.com by wre...@gmail.com on 17 Sep 2012 at 1:02
Reactions are currently unavailable