Showing posts with label Apophenia. Show all posts
Showing posts with label Apophenia. Show all posts

Wednesday, January 06, 2010

Apophenia

The January 2010 source release of the Apophenia library cannot be compiled on my Ubuntu machines (64-bit 9.10 and 32-bit 9.04); but the developmental version (downloaded via git) compiles flawlessly. Not sure what is going on.

Monday, June 08, 2009

Apophenia

Looks like the author of Apophenia library finally fixed the compilation problem under Ubuntu 9.04.

Saturday, January 31, 2009

Geany is a saver

Again, I find Geany is a very convenient IDE tool to work with single file C programs such as those provided with the Apophenia library. With compiler command of "gcc -Wall -std=c99 -c -lapophenia -lgsl -lgslcblas -lsqlite3 "%f"" and build command of "gcc -Wall -std=c99 -lapophenia -lgsl -lgslcblas -lsqlite3 -o "%e" "%f"", it saved a lot of typing.

Counter