Skip to content

devinsmith/x11guidemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A collection of "Hello World" programs for various X11 Widget toolkits.

Executable Notes
client_xaw Xaw (X Athena Widgets and Xt Intrinsics)
client_forms XForms library
client_xv XView / OPEN LOOK library
client_w WINGs / WindowMaker library
client_glfw GL Framework library

Prerequisites

  • NOTE: don't install packges unless the build fails.
  • client_xaw:
debian/ubuntu: apt-get install libxt-dev libxaw7-dev
arch: pacman -S libxaw
fedora: dnf install libXt-devel libXaw-devel
  • client_forms:
debian/ubuntu: apt-get install libforms-dev
arch: http://aur.archlinux.org/packages/xforms/
fedora: dnf install xforms-devel
  • client_xv:
debian/ubuntu: apt-get install xviewg-dev xview-examples xview-clients
arch: N/A
  • client_w:
debian/ubuntu: apt-get install libwings-dev
arch: apt-get install windowmaker
fedora: dnf install WINGs-devel
  • client_glfw:
	debian/ubuntu: apt-get install libglfw-dev
	arch: TBD

Building

make all

BUGS

  • client_xv crashes, This is likely due to due to known issue http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=320155 Error output: System warning: No such file or directory, call to alloc function returned NULL pointer

  • client_w crashes, WINGs seems extremely broken on Ubuntu. Error output: client_w: /build/buildd/wmaker-0.92.0/WINGs/proplist.c:916: WMCreatePLString: Assertion `str!=((void *)0)' failed.

About

A collection of "Hello World" programs for various X11 Widget toolkits.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 37.7%
  • C++ 33.4%
  • Makefile 28.9%