Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure.ac: autodetect OSX SDK path #647

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

jameshilliard
Copy link

Fixes:

Undefined symbols for architecture x86_64:
  "___darwin_check_fd_set_overflow", referenced from:
      _select_add in libevent.a(select.o)
      _select_del in libevent.a(select.o)
      _select_dispatch in libevent.a(select.o)
      _uv__stream_osx_select in libuv.a(libuv_la-stream.o)

Fixes:
Undefined symbols for architecture x86_64:
  "___darwin_check_fd_set_overflow", referenced from:
      _select_add in libevent.a(select.o)
      _select_del in libevent.a(select.o)
      _select_dispatch in libevent.a(select.o)
      _uv__stream_osx_select in libuv.a(libuv_la-stream.o)
@goatpig
Copy link
Owner

goatpig commented Dec 7, 2020

What is using libevent besides LWS? Is it dynamically linked on OSX? This is looking for the static lib too.

@jameshilliard
Copy link
Author

Well this is really just an issue with the sdk path being needed in order for the compiler to properly handle certain symbols, it's not really specific to libevent or LWS.

@goatpig
Copy link
Owner

goatpig commented Dec 7, 2020

Ok, will merge once im done with the current refactoring of the cli arg handler.

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