Package Details: flwm-tc 1.16-1

Git Clone URL: https://aur.archlinux.org/flwm-tc.git (read-only, click to copy)
Package Base: flwm-tc
Description: Fast Light Window Manager
Upstream URL: http://flwm.sourceforge.net/
Keywords: floating minimal windowmanager X11
Licenses: GPL
Conflicts: flwm
Provides: flwm
Submitter: reflectionalist
Maintainer: bidulock
Last Packager: bidulock
Votes: 4
Popularity: 0.000000
First Submitted: 2010-12-01 02:52 (UTC)
Last Updated: 2015-12-14 18:52 (UTC)

Latest Comments

2ManyDogs commented on 2012-02-24 16:42 (UTC)

Thanks for the tip. I tried that but it did not work (I think because the libfltk.so I had in /usr/lib was the wrong version. So I built fltk-stable 1.1.10-1 from the AUR and put libfltk.so.1.1 in /usr/lib and now flwm seems to be working. If there was a better way to do this please let me know.

reflectionalist commented on 2012-02-24 08:44 (UTC)

@2ManyDogs: have you tried to make a symbolic link libfltk.so.1.1 to libfltk.so in /usr/lib?

2ManyDogs commented on 2012-02-24 01:42 (UTC)

Compiles but won't run. Needs libftlk.so.1.1.

reflectionalist commented on 2012-02-18 12:10 (UTC)

@mountpeaks: Sorry for the long delay. I have included a patch. Let me know if it compiles.

reflectionalist commented on 2012-02-18 11:31 (UTC)

@Det: the original make file requires a BSD compatible install located in /usr/local/bin which is not present in a typical Arch system.

tastyminerals commented on 2011-11-28 12:56 (UTC)

flwm doesn't build from source either

tastyminerals commented on 2011-11-28 12:55 (UTC)

Ignoring libraries " -lSM -lICE" requested by configure. creating ./config.status creating makeinclude c++ -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -Wno-return-type -O2 -c main.C main.C: In member function ‘virtual void Fl_Root::show()’: main.C:52:19: error: incomplete type ‘Fl_X’ used in nested name specifier make: *** [main.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting...

Det commented on 2011-11-13 22:24 (UTC)

Why don't you use "make install"?

darose commented on 2011-01-07 21:23 (UTC)

This doesn't build for me: c++ -Wl,--hash-style=gnu -Wl,--as-needed -o flwm main.o Frame.o Rotated.o Menu.o FrameWindow.o Desktop.o Hotkeys.o -lfltk -lX11 -lXext -lm /usr/bin/ld: i386 architecture of input file `main.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `Rotated.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `Menu.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `FrameWindow.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `Desktop.o' is incompatible with i386:x86-64 output /usr/bin/ld: i386 architecture of input file `Hotkeys.o' is incompatible with i386:x86-64 output main.o: In function `main': main.C:(.text+0x3f5): undefined reference to `operator new(unsigned int)' main.o: In function `flwm_event_handler(int)': main.C:(.text+0x807): undefined reference to `operator new(unsigned int)' Menu.o: In function `new_desktop_cb(Fl_Widget*, void*)': Menu.C:(.text+0xf7): undefined reference to `operator new(unsigned int)' Menu.o: In function `ShowTabMenu(int)': Menu.C:(.text+0xada): undefined reference to `operator new[](unsigned int)' Menu.C:(.text+0xcf2): undefined reference to `operator new[](unsigned int)' FrameWindow.o: In function `FrameWindow::show()': FrameWindow.C:(.text+0xef): undefined reference to `operator new(unsigned int)' Desktop.o: In function `Desktop::number(int, int)': Desktop.C:(.text+0xef): undefined reference to `operator new(unsigned int)' Desktop.o: In function `init_desktops()': Desktop.C:(.text+0x3a4): undefined reference to `operator new(unsigned int)' collect2: ld returned 1 exit status make: *** [flwm] Error 1 Aborting...