Skip to content

Conversation

@Schala
Copy link

@Schala Schala commented May 23, 2015

Replaced makefile with minimal CMakeLists.txt and changed #ifdef APPLE to #ifndef _WIN32 since sys/uio.h seems to be a Unix-central header.

@pelrun
Copy link
Owner

pelrun commented May 24, 2015

Unfortunately it's not quite that simple; sys/uio.h is the wrong thing to include on non-osx unix platforms. I think stdio.h actually covers it, but I'll have to have a closer look.

@Schala
Copy link
Author

Schala commented May 24, 2015

okay

@pelrun
Copy link
Owner

pelrun commented May 29, 2015

I've fixed main.c, so if you want to redo this pull request so that it only does the makefile changes then I'll happily commit it.

@pelrun
Copy link
Owner

pelrun commented May 29, 2015

Oh, and change the minimum cmake version down to 2.0, please? There's no need to require 3.1 for this.

@Schala
Copy link
Author

Schala commented Jun 6, 2015

I'll get on it

@Schala Schala closed this Jun 6, 2015
@Schala Schala reopened this Jun 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants