skydevgit / crisscross

Automatically exported from code.google.com/p/crisscross
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

OS X missing files in core_socket #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
core_socket.cpp:44:28: error: asm/ioctls.h: No such file or directory
core_socket.cpp: In member function 'virtual int
CrissCross::Network::CoreSocket::ReadLine(char**, unsigned int*) const':
core_socket.cpp:208: warning: unused variable 'ret'
tcpsocket.cpp:41:28: error: asm/ioctls.h: No such file or directory
tcpsocket.cpp:42:28: error: asm/socket.h: No such file or directory
udpsocket.cpp:41:28: error: asm/ioctls.h: No such file or directory
udpsocket.cpp:42:28: error: asm/socket.h: No such file or directory

Adding a check for TARGET_OS_MACOSX fixes the problem.

Original issue reported on code.google.com by omo...@gmail.com on 24 Sep 2006 at 2:16

GoogleCodeExporter commented 9 years ago
Problem hasn't been fixed in the SVN repo only in the local copy...oops!

Original comment by omo...@gmail.com on 1 Oct 2006 at 10:12

GoogleCodeExporter commented 9 years ago

Original comment by omo...@gmail.com on 1 Oct 2006 at 10:12

GoogleCodeExporter commented 9 years ago
What's this? Still existing in current SVN code?

Original comment by steven.n...@gmail.com on 24 Oct 2006 at 1:39

GoogleCodeExporter commented 9 years ago
Here's the fix diff.

Original comment by omo...@gmail.com on 25 Oct 2006 at 3:53

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by steven.n...@gmail.com on 20 May 2007 at 9:48