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

make: *** [Makefile:12: appclient] Error 2 #19

Open
dragonxtek opened this issue Apr 8, 2021 · 0 comments
Open

make: *** [Makefile:12: appclient] Error 2 #19

dragonxtek opened this issue Apr 8, 2021 · 0 comments
Assignees

Comments

@dragonxtek
Copy link

I can't compile it. I have the following issue:

make
make -C udt/src/
make[1]: Entering directory '/tmp/udt_d/udt/src'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/udt_d/udt/src'
dub --compiler=dmd
Performing "debug" build using dmd for x86_64.
udt_d 0.0.1+commit.5.ga08a9f5: target for configuration "library" is up to date.
Target is a library. Skipping execution.
make: [Makefile:9: udtwrap] Error 2 (ignored)
cd appclient && dub build --compiler=dmd
Performing "debug" build using dmd for x86_64.
appclient ~master: building configuration "application"...
source/appclient.d(25,11): Error: undefined identifier getaddrinfo
source/appclient.d(48,2): Error: undefined identifier freeaddrinfo
source/appclient.d(50,11): Error: undefined identifier getaddrinfo
source/appclient.d(57,21): Error: undefined identifier SocketAddress, did you mean struct SocketAddressIn?
source/appclient.d(59,2): Error: undefined identifier freeaddrinfo
dmd failed with exit code 1.
make: *** [Makefile:12: appclient] Error 2

Do you have any idea what can I do?

@burner burner self-assigned this Apr 8, 2021
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

No branches or pull requests

2 participants