Comment 2 for bug 401360

Revision history for this message
Jon Kapla (jon-kapla) wrote :

With rev. 263 it actually starts (yay!), and I can split frames and such but I cannot open programs with dmenu (Mod4+x, I get the menu but nothing happens when trying to start i.e. firefox. Could this behaviour come from the change in the handling of arguments?) and it does not read my ~/.musca_start as it seems.

I got some warnings during compile:

[jon@gravensteiner trunk]$ make
cc -Wall -g -I/usr/X11R6/include -L/usr/X11R6/lib -lc -lm -lX11 -o musca musca.c
cc -Wall -g -I/usr/X11R6/include -L/usr/X11R6/lib -lc -lm -lX11 -o apis apis.c
In file included from apis.h:27,
                 from apis.c:22:
xwin.c: In function ‘XFriendlyResize’:
xwin.c:197: warning: implicit declaration of function ‘round’
xwin.c:197: warning: incompatible implicit declaration of built-in function ‘round’
cc -Wall -g -I/usr/X11R6/include -L/usr/X11R6/lib -lc -lm -lX11 -o xlisten xlisten.c