When building from source, why does it state EVRUN_ONCE is undeclared idenfitier in floating.c? [closed]

asked 2014-12-14 04:08:51 +0000

muggahtee gravatar image

Hi there,

I am building i3wm on slackware 14.1 from the master branch of the git repo.

All dependancies are installed, but there looks to be an error in the src/floating.c file. Output from make is below:

[i3] CC src/floating.c
../i3/src/floating.c: In function 'drag_pointer':
../i3/src/floating.c:740:9: warning: implicit declaration of function 'ev_run' [-Wimplicit-function-declaration]
         ev_run(main_loop, EVRUN_ONCE);
         ^
../i3/src/floating.c:740:27: error: 'EVRUN_ONCE' undeclared (first use in this function)
         ev_run(main_loop, EVRUN_ONCE);
                           ^
../i3/src/floating.c:740:27: note: each undeclared identifier is reported only once for each function it appears in

make: * [src/floating.o] Error 1

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by joepd
close date 2014-12-15 09:17:32.615647

Comments

This is a user support forum. Please report your bug at the bug tracker.

joepd gravatar imagejoepd ( 2014-12-15 09:15:45 +0000 )edit