Hi Noma, From the screenshot, it looks like it built fine. You can test it by running: ./src/matrixgl If that works, you can install with sudo make install. Then if you're using xscreensaver you can run ./add-user-entry.sh and then xscreensaver-demo to select the screensaver to run. Thanks, Vincent.
Add Michael Vetter to AUTHORS file
Get rid of Wreturn-type warning
Remove config.h.in from git (it's auto-generated)
Remove variables that get never used
Update TODO
Small refactoring of bits of code
Update version numbers for 2.3.2 release
Add release dates to NEWS file
Xlib code to quit if the mouse is moved (in ful...
Remove a check for root in gen-bug-report.sh
Another portability fix for gen-bug-report.sh
Always look for XScreenSaver dirs in gen-bug-re...
Fix gen-bug-report.sh output if glxinfo(1) does...
Update messsage from gen-bug-report.sh
Fix unportable su(1) invocation in gen-bug-repo...
Update documentation now that it works on FreeBSD
Fix unportable sed(1) code in add-user-entry.sh
Remove macsrc/ directory
Fix broken handling of --x-includes in CFLAGS
Only set various warning CFLAGS if C compiler a...
Added FreeBSD XScreenSaver paths to autoconf sc...
Small code layout change
Remove some windows debug statements
Remove a couple lines of duplicated code
Remove AC_COPYRIGHT call from configure.ac
Remove --allow-root option (and allow it anyway)
Update some comments regarding windows code
Replace some questionable bit shifting
Move a global variable
Refactor a bunch of crap windows code
Simpify a group of platform #ifdef's
Update copyright headers to include all relevan...
Fix _execl() call and some warnings on windows
Remove a couple lines of duplicated code
Make --help/--version messages more standard.
Make character drawing code a bit more understa...
Leave texture filtering/wrapping params at thei...
Fix some tabs, spacing etc
Small cleanup of ourInit() function.
Get rid of mode paramater to draw_char()
Fix trailing whitespace
Refactor draw_text[12] functions
Remove hand-rolled htoi() function, use strtol(...
Rename NIX_MODE to UNIX_MODE to avoid any confu...
Add header guards to all the C header files
Simplify get_ascii_keycode() function
Delete abs() macro, stdlib.h provides an abs() ...
Stop passing arguments to AC_PATH_X in configur...
Drop c++ compiler build dependency
Move data header files to new src/data/ directory
Added new texinfo documentation.
Update INSTALL to the latest automake default
Update documentation for new --intensity argument
Add new parameter for digital rain intensity
Make ./configure errors shorter and more consis...
Move manpage from src/ to new docs/ directory
More configurable paramters in xscreensaver XML...
Fix typo in `matrixgl --help` output
README file is shorter and easier to read.
Smarter frame-limiting code, that kicks in faster.
Change an incorrect AC_ARG_ENABLE to AC_ARG_WITH
Added new `make help` documentation.
Mark argument to scroll() as unused.
Move m4 directory to build/m4 for less clutter
Make 'n' key a no-op if screensaver is paused
Better comments for configure.ac
Updated version numbers and documentation for n...
Fix a linker bug that affects debian based distros