issues Search Results · repo:unbit/blastbeat language:C
Filter by
3 results
(41 ms)3 results
inunbit/blastbeat (press backspace or delete to remove)In ZeroMQ 3 was changed API, for example:
int zmq_recv (void *socket, zmq_msg_t *msg, int flags);
was changed to:
int zmq_recv (void *socket, void *buf, size_t len, int flags);
Do you plan upgrade ...
ingeniarius
- 1
- Opened on Feb 12, 2013
- #7
The binary cannot be linked (compilation completes normally) under Archlinux with gcc 4.7.1 and glibc 2.16. See below:
cc -g -O2 -Wall -Wno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 ...
gvialetto
- 1
- Opened on Sep 18, 2012
- #4
without it I get:
/usr/bin/ld: note: uuid_generate@@UUID_1.0 is defined in DSO /usr/lib/libuuid.so.1 so try adding it to the linker command line
/usr/lib/libuuid.so.1: could not read symbols: Invalid ...
gdamjan
- 1
- Opened on Jul 24, 2012
- #2

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.