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

Compile error on 0.1.29 #5

Open
FallingSnow opened this issue Aug 12, 2020 · 0 comments
Open

Compile error on 0.1.29 #5

FallingSnow opened this issue Aug 12, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@FallingSnow
Copy link

bstone/udpsocket.v:81:63: error: unexpected `sizeof`, expecting `name`
   79 |     // level, optname, optvalue
   80 |     bufsize := Default_Buffer_Size
   81 |     C.setsockopt(sock, C.SOL_SOCKET, C.SO_RCVBUF, &bufsize, C.sizeof(bufsize))
      |                                                               ~~~~~~
   82 | 
   83 |     zero := 0

$ ../v/v --version
V 0.1.29 ca7a64a
@JellyBrick JellyBrick added the bug Something isn't working label Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants