Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Nov 2018 12:56:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 232908] mqueue.h needs to include fcntl.h
Message-ID:  <bug-232908-227-fAJFi47wbi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232908-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232908-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232908

--- Comment #4 from jphartmann@gmail.com ---
Perhaps the point is moot after all.  I get errno 78 opening the queue now =
that
I managed to compile the code.  This is my trace of the failing open:

mq_open /stxready error 78: Function not implemented

Of course, it would help if I could know what exactly is not implemented.  =
The
man page does not offer any insight, nor does it mention the error ENOSYS, =
but
of course, that could be a case of left hand and right hand.

I do link with -lrt:

gcc -o obj/FreeBSD.amd64/cdlist obj/FreeBSD.amd64/cdlist.o
obj/FreeBSD.amd64/amix.o obj/FreeBSD.amd64/curs.o obj/FreeBSD.amd64/dirl.o
obj/FreeBSD.amd64/dirpaint.o obj/FreeBSD.amd64/dmenu.o obj/FreeBSD.amd64/me=
nu.o
obj/FreeBSD.amd64/pl.o obj/FreeBSD.amd64/sched.o obj/FreeBSD.amd64/st.o
obj/FreeBSD.amd64/cdlist_opts.o obj/FreeBSD.amd64/cdlist_enum.o  jlinktime.c
-L../playlist/obj/FreeBSD.amd64 -lXCurses -lmenu -lplaylist -lrt -lpthread
-lasound -lj -L/home/john/lib -L/usr/local/lib

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232908-227-fAJFi47wbi>