You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 17 Sep 2012 at 1:02
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 17 Sep 2012 at 1:02The text was updated successfully, but these errors were encountered: