SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2011-11-06 02:26:14

eriksatie
Member
Registered: 2011-09-16
Posts: 27

[solved]How to install wmfs

I tried installing from source using these directions : http://wmfs.info/projects/wmfs/wiki/Install

but when I get to the step where I do the command :

$ make

i get this output

cc -c -I/usr/include/freetype2 -DHAVE_XINERAMA -DHAVE_XRANDR -DHAVE_IMLIB -DHAVE_XFT -DXDG_CONFIG_DIR=\"/usr/local/etc/xdg\" -DWMFS_VERSION=\"-gb9e6798\" -Wall -Wextra src/barwin.c -o src/barwin.o
In file included from src/barwin.c:33:
src/wmfs.h:60:22: error: X11/Xlib.h: No such file or directory
src/wmfs.h:61:23: error: X11/Xatom.h: No such file or directory
src/wmfs.h:62:23: error: X11/Xutil.h: No such file or directory
src/wmfs.h:63:28: error: X11/cursorfont.h: No such file or directory
src/wmfs.h:67:25: error: X11/Xft/Xft.h: No such file or directory
src/wmfs.h:71:37: error: X11/extensions/Xinerama.h: No such file or directory
src/wmfs.h:75:35: error: X11/extensions/Xrandr.h: No such file or directory
src/wmfs.h:79:20: error: Imlib2.h: No such file or directory
In file included from src/wmfs.h:84,
                 from src/barwin.c:33:
src/structs.h:189: error: expected specifier-qualifier-list before ‘Window’
src/structs.h:230: error: expected specifier-qualifier-list before ‘Window’
src/structs.h:255: error: expected specifier-qualifier-list before ‘KeySym’
src/structs.h:306: error: expected specifier-qualifier-list before ‘Window’
src/structs.h:377: error: expected specifier-qualifier-list before ‘XSegment’
src/structs.h:547: error: expected specifier-qualifier-list before ‘XftFont’
src/structs.h:599: error: expected specifier-qualifier-list before ‘KeySym’
In file included from src/barwin.c:33:
src/wmfs.h:149: error: expected ‘)’ before ‘parent’
src/wmfs.h:164: error: expected ‘)’ before ‘d’
src/wmfs.h:165: error: expected ‘)’ before ‘dr’
src/wmfs.h:166: error: expected ‘)’ before ‘dr’
src/wmfs.h:204: error: expected ‘)’ before ‘w’
src/wmfs.h:205: error: expected ‘)’ before ‘w’
src/wmfs.h:206: error: expected ‘)’ before ‘w’
src/wmfs.h:207: error: expected ‘)’ before ‘w’
src/wmfs.h:208: error: expected ‘)’ before ‘w’
src/wmfs.h:216: error: expected ‘)’ before ‘w’
src/wmfs.h:259: error: expected ‘)’ before ‘d’
src/wmfs.h:260: error: expected ‘)’ before ‘win’
src/wmfs.h:287: error: expected ‘)’ before ‘*’ token
src/wmfs.h:317: error: expected ‘)’ before ‘win’
src/wmfs.h:374: error: expected ‘)’ before ‘win’
src/wmfs.h:378: error: expected ‘)’ before ‘win’
src/wmfs.h:439: error: expected ‘)’ before ‘*’ token
src/wmfs.h:440: error: expected ‘)’ before ‘*’ token
src/wmfs.h:452: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
src/wmfs.h:453: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gc’
src/wmfs.h:460: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘cursor’
src/wmfs.h:470: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
src/wmfs.h:471: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘trayatom’
src/wmfs.h:493: error: expected ‘)’ before ‘*’ token
src/wmfs.h:500: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘traywin’
src/barwin.c:46: error: expected ‘)’ before ‘parent’
src/barwin.c: In function ‘barwin_draw_text’:
src/barwin.c:115: error: ‘BarWindow’ has no member named ‘flags’
src/barwin.c:116: warning: implicit declaration of function ‘draw_rectangle’
src/barwin.c:116: error: ‘BarWindow’ has no member named ‘dr’
src/barwin.c:116: error: ‘BarWindow’ has no member named ‘geo’
src/barwin.c:116: error: ‘BarWindow’ has no member named ‘bg’
src/barwin.c:119: warning: implicit declaration of function ‘draw_text’
src/barwin.c:119: error: ‘BarWindow’ has no member named ‘dr’
src/barwin.c:119: error: ‘BarWindow’ has no member named ‘fg’
src/barwin.c:121: warning: implicit declaration of function ‘XCopyArea’
src/barwin.c:121: error: ‘dpy’ undeclared (first use in this function)
src/barwin.c:121: error: (Each undeclared identifier is reported only once
src/barwin.c:121: error: for each function it appears in.)
src/barwin.c:121: error: ‘BarWindow’ has no member named ‘dr’
src/barwin.c:121: error: ‘BarWindow’ has no member named ‘win’
src/barwin.c:121: error: ‘gc’ undeclared (first use in this function)
src/barwin.c:121: error: ‘BarWindow’ has no member named ‘geo’
src/barwin.c:121: error: ‘BarWindow’ has no member named ‘geo’
src/barwin.c: In function ‘barwin_color_set’:
src/barwin.c:129: error: ‘BarWindow’ has no member named ‘bg’
src/barwin.c:130: error: ‘BarWindow’ has no member named ‘fg’
src/barwin.c:132: error: ‘BarWindow’ has no member named ‘flags’
src/barwin.c:134: error: ‘BarWindow’ has no member named ‘border’
src/barwin.c:135: error: ‘BarWindow’ has no member named ‘border’
src/barwin.c:138: error: ‘BarWindow’ has no member named ‘flags’
src/barwin.c:138: error: ‘BarWindow’ has no member named ‘stipple_color’
src/barwin.c:139: error: ‘BarWindow’ has no member named ‘stipple_color’
src/barwin.c: In function ‘barwin_delete’:
src/barwin.c:150: error: ‘struct BarWindow’ has no member named ‘next’
src/barwin.c:150: error: ‘struct BarWindow’ has no member named ‘next’
src/barwin.c:150: error: ‘struct BarWindow’ has no member named ‘next’
src/barwin.c:150: error: ‘struct BarWindow’ has no member named ‘next’
src/barwin.c:150: error: ‘struct BarWindow’ has no member named ‘next’
src/barwin.c:151: warning: implicit declaration of function ‘XSelectInput’
src/barwin.c:151: error: ‘dpy’ undeclared (first use in this function)
src/barwin.c:151: error: ‘BarWindow’ has no member named ‘win’
src/barwin.c:151: error: ‘NoEventMask’ undeclared (first use in this function)
src/barwin.c:152: warning: implicit declaration of function ‘XDestroyWindow’
src/barwin.c:152: error: ‘BarWindow’ has no member named ‘win’
src/barwin.c:153: warning: implicit declaration of function ‘XFreePixmap’
src/barwin.c:153: error: ‘BarWindow’ has no member named ‘dr’
src/barwin.c: In function ‘barwin_move’:
src/barwin.c:167: error: ‘BarWindow’ has no member named ‘geo’
src/barwin.c:167: error: ‘BarWindow’ has no member named ‘geo’
src/barwin.c:170: warning: implicit declaration of function ‘XMoveWindow’
src/barwin.c:170: error: ‘dpy’ undeclared (first use in this function)
src/barwin.c:170: error: ‘BarWindow’ has no member named ‘win’
src/barwin.c:170: error: ‘BarWindow’ has no member named ‘geo’
src/barwin.c:170: error: ‘BarWindow’ has no member named ‘geo’
src/barwin.c: In function ‘barwin_resize’:
src/barwin.c:183: error: ‘BarWindow’ has no member named ‘geo’
src/barwin.c:183: error: ‘BarWindow’ has no member named ‘geo’
src/barwin.c:187: error: ‘dpy’ undeclared (first use in this function)
src/barwin.c:187: error: ‘BarWindow’ has no member named ‘dr’
src/barwin.c:189: error: ‘BarWindow’ has no member named ‘dr’
src/barwin.c:189: warning: implicit declaration of function ‘XCreatePixmap’
src/barwin.c:189: warning: implicit declaration of function ‘RootWindow’
src/barwin.c:189: warning: implicit declaration of function ‘DefaultScreen’
src/barwin.c:190: error: ‘BarWindow’ has no member named ‘flags’
src/barwin.c:191: error: ‘BarWindow’ has no member named ‘flags’
src/barwin.c:192: warning: implicit declaration of function ‘DefaultDepth’
src/barwin.c:194: error: ‘BarWindow’ has no member named ‘geo’
src/barwin.c:195: error: ‘BarWindow’ has no member named ‘geo’
src/barwin.c:197: warning: implicit declaration of function ‘XResizeWindow’
src/barwin.c:197: error: ‘BarWindow’ has no member named ‘win’
src/barwin.c:200: error: ‘BarWindow’ has no member named ‘flags’
src/barwin.c:202: error: ‘BarWindow’ has no member named ‘border’
src/barwin.c:203: error: ‘BarWindow’ has no member named ‘border’
src/barwin.c:204: error: ‘BarWindow’ has no member named ‘border’
src/barwin.c:205: warning: implicit declaration of function ‘XMoveResizeWindow’
src/barwin.c:205: error: ‘BarWindow’ has no member named ‘border’
src/barwin.c: In function ‘barwin_refresh_color’:
src/barwin.c:217: warning: implicit declaration of function ‘XSetForeground’
src/barwin.c:217: error: ‘dpy’ undeclared (first use in this function)
src/barwin.c:217: error: ‘gc’ undeclared (first use in this function)
src/barwin.c:217: error: ‘BarWindow’ has no member named ‘bg’
src/barwin.c:218: warning: implicit declaration of function ‘XFillRectangle’
src/barwin.c:218: error: ‘BarWindow’ has no member named ‘dr’
src/barwin.c:218: error: ‘BarWindow’ has no member named ‘geo’
src/barwin.c:218: error: ‘BarWindow’ has no member named ‘geo’
src/barwin.c:220: error: ‘BarWindow’ has no member named ‘flags’
src/barwin.c:222: error: ‘gc_stipple’ undeclared (first use in this function)
src/barwin.c:222: error: ‘BarWindow’ has no member named ‘stipple_color’
src/barwin.c:223: error: ‘BarWindow’ has no member named ‘dr’
src/barwin.c:223: error: ‘BarWindow’ has no member named ‘geo’
src/barwin.c:223: error: ‘BarWindow’ has no member named ‘geo’
src/barwin.c:226: error: ‘BarWindow’ has no member named ‘flags’
src/barwin.c:228: warning: implicit declaration of function ‘XSetWindowBackground’
src/barwin.c:228: error: ‘BarWindow’ has no member named ‘border’
src/barwin.c:228: error: ‘BarWindow’ has no member named ‘border’
src/barwin.c:229: error: ‘BarWindow’ has no member named ‘border’
src/barwin.c:229: error: ‘BarWindow’ has no member named ‘border’
src/barwin.c:230: error: ‘BarWindow’ has no member named ‘border’
src/barwin.c:230: error: ‘BarWindow’ has no member named ‘border’
src/barwin.c:231: error: ‘BarWindow’ has no member named ‘border’
src/barwin.c:231: error: ‘BarWindow’ has no member named ‘border’
src/barwin.c:233: warning: implicit declaration of function ‘XClearWindow’
src/barwin.c:233: error: ‘BarWindow’ has no member named ‘border’
src/barwin.c:234: error: ‘BarWindow’ has no member named ‘border’
src/barwin.c:235: error: ‘BarWindow’ has no member named ‘border’
src/barwin.c:236: error: ‘BarWindow’ has no member named ‘border’
make: *** [src/barwin.o] Error 1

anyone know the issue or if there is an easier way to install wmfs? 

thanks

Last edited by eriksatie (2011-11-23 05:39:06)

Offline

Help fund CrunchBang, donate to the project!

#2 2011-11-06 02:33:39

psyco430404
#! Die Hard
From: Las Vegas, Nevada
Registered: 2011-07-04
Posts: 804

Re: [solved]How to install wmfs

Whats your Architecture? if its AMD 64 ive got a deb built you can use. Made it using check install.


"'If fighting is to result in victory, then you must fight'...Sun Tzu said that and id say he knows a little more about fighting then you do pal."

- TF2 Soldier

Offline

#3 2011-11-06 02:39:01

eriksatie
Member
Registered: 2011-09-16
Posts: 27

Re: [solved]How to install wmfs

No, my architecture is i686 GNU/Linux

thank you, though

Offline

#4 2011-11-06 02:42:23

psyco430404
#! Die Hard
From: Las Vegas, Nevada
Registered: 2011-07-04
Posts: 804

Re: [solved]How to install wmfs

Run ./configure again and post the output, i think its a config error.


"'If fighting is to result in victory, then you must fight'...Sun Tzu said that and id say he knows a little more about fighting then you do pal."

- TF2 Soldier

Offline

#5 2011-11-06 02:52:04

eriksatie
Member
Registered: 2011-09-16
Posts: 27

Re: [solved]How to install wmfs

I actually forgot to install some dependencies and it seems like it's working now.  Only I can't get the config I want to use to work ;(

here is the config I'd like to use: http://dotshare.it/dots/161/

i put this in

~/.config/wmfs/wmfsrc

and when I run

wmfs

i get this output

wmfs: /home/aestark/.config/wmfs/wmfsrc read
wmfs: /home/aestark/.config/wmfs/wmfsrc:14, unused param status_path
wmfs: /home/aestark/.config/wmfs/wmfsrc:13, unused param status_timing
wmfs: /home/aestark/.config/wmfs/wmfsrc:4, unused param raiseswitch
wmfs: /home/aestark/.config/wmfs/wmfsrc:63, unused param placement
wmfs: Another Window Manager is already running.

any idea smile

Offline

#6 2011-11-06 03:06:09

psyco430404
#! Die Hard
From: Las Vegas, Nevada
Registered: 2011-07-04
Posts: 804

Re: [solved]How to install wmfs

Seems like that config is out of date and old lol, may be better off doing it from scratch to get the look your going for lol.


"'If fighting is to result in victory, then you must fight'...Sun Tzu said that and id say he knows a little more about fighting then you do pal."

- TF2 Soldier

Offline

#7 2011-11-06 15:57:12

eriksatie
Member
Registered: 2011-09-16
Posts: 27

Re: [solved]How to install wmfs

I don't know how to do anything like that from scratch.  But my friend has used this config and it works, why can't I get it to work too ? sad

I even added the script and edited the path to match my computer but I still get this error

wmfs: /home/aestark/.config/wmfs/wmfsrc read
wmfs: /home/aestark/.config/wmfs/wmfsrc:14, unused param status_path
wmfs: /home/aestark/.config/wmfs/wmfsrc:13, unused param status_timing
wmfs: /home/aestark/.config/wmfs/wmfsrc:4, unused param raiseswitch
wmfs: /home/aestark/.config/wmfs/wmfsrc:63, unused param placement
wmfs: Another Window Manager is already running.

Offline

#8 2011-11-06 16:07:51

eriksatie
Member
Registered: 2011-09-16
Posts: 27

Re: [solved]How to install wmfs

actually, I just got it to work

I had to start a session in xterm without loading any WM and then launch wmfs from there; but first I had to download xterm smile

now I'm trying to figure out how to establish an internet connection from wmfs smile

Offline

#9 2011-11-06 17:46:28

psyco430404
#! Die Hard
From: Las Vegas, Nevada
Registered: 2011-07-04
Posts: 804

Re: [solved]How to install wmfs

lol, easiest way would be to either just alt+f2 and launch

nm-applet

or if you dont like or use that, use nm-cli XD.


"'If fighting is to result in victory, then you must fight'...Sun Tzu said that and id say he knows a little more about fighting then you do pal."

- TF2 Soldier

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo