[Funk-devel] Building funk
Status: Planning
Brought to you by:
awgh
From: Magnus T. <ma...@th...> - 2007-09-25 07:33:17
|
I didn't make it to CCC, again, but looking through the presentation funk stood out as something *really* cool. I just downloaded it from SVN and tried building it. I failed :( Here are some initial observations: - Several files in the SVN repo are automatically generated by autotools. It's generally a bad thing to include those. It's better to assume that people who want to build bleeding edge know how to run 'autoreconf'. - There is a bit of a mixed use of automake and manual make files. It'd probably improve accessibility to do one or the other. - The build fails since recent changes haven't been reflected in the build structure (renaming of raw-sockets and introducing rawsock). I'd be happy to contribute a diff that removes the automatically generated files. I might even find the time to remove the manually written makefiles and replace them with automakefiles. I've attached a small patch for src/eggs/Makefile. Am I correct in my assumptions there? In the meantime please check in the Makefile for rawsock. /M -- Magnus Therning (OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus.therning@gmail.com http://therning.org/magnus C++ is history repeated as tragedy. Java is history repeated as farce. -- Scott McKay |