-
gcc CLI front- and back-ends in svn
Look ma! gcc is preparing to play nice with ECMA-335! http://gcc.gnu.org/projects/cli.html I should really read more about it… my computer is compiling the branch right now while I work. The bit I’m most excited about is the potential to call into c++ libraries. Do the libraries all need to be compiled to IL, or can…
-
Producing relocatable packages with the GNU build system
I’ve recently found a need to create relocatable versions of some of my favorite libraries (produced, not-so-coincidentally by the GNU build system). You might find yourself asking “What is relocatable software, and why should I care?” Maybe I can help. A piece of software is said to be “relocatable” when it does not rely on…
-
Invested in CTXS
I just had my first vesting in work stocks. I sold a few and re-invested some of the proceeds in Citrix, who plans to purchase XenSource, the employer of Keir Fraser, Tim Deegan, James Bulpin and Ian Campbell, the primary contributors to the development branch of the xen source tree for the last month, and…
-
Setting up a cluster
So… I guess at this point, the hosts on colliertech.org could be considered a cluster. We have all of the services you would expect from a real ISP running on the network at this point. I think. I’m learning more and more as I go along. I set up autofs for the first time this…
-
Mediawiki, Mozilla, and remote pages linking to local files
So I’ve got mediawiki running on an intranet web server, and I use it to store notes about the things I’m working on. I downloaded a bunch of docs and started making links to the local copies of the manuals using the standard mediawiki notation, [url alias]. However, in its default configuration, for security reasons,…
-
autotools build error – resolved!
I googled all over for this error with no results: autom4te: unknown language: Autoconf-without-aclocal-m4 aclocal-1.10: autom4te failed with exit status: 1 It turns out that I had built an obsolete version of autoconf (2.53) and it was in my $PATH ahead of everything sane. Building and installing 2.61 (the latest version as of 2007/08/15) fixes…
-
Article on Paco
Paco, a friend of mine and fellow contributor to the Mono project was recently covered in an article in the Ft. Worth/Dallas Start Telegram. Paco’s an inspiration to a lot of us. He recently joined up with the Air Force reserves and is stationed at Lackland airforce base. Paco’s son, Paquito was shot and killed…
-
Mono Project on Launchpad
Hey folks, Robert Collins and Mark Shuttleworth were kind enough to add a Launchpad project for Mono. It will be nice to have a presence on Launchpad, as it is one of the focus points of the Ubuntu development team. We should be able to wrangle some more ubuntu devs with this exposure. The Prebuild…
-
Wisdom from IRC
08:41 < cj> dmoonfire: I did a bunch of line breaking and whitespace reduction tricks to keep all columns below 80 chars. Maybe I should use more terse, context-specific variable names… 08:42 < dmoonfire> I like verbose names, even with 80col, no idea why. 08:42 < cj> https://svn.colliertech.org/mono/dnpbAutotools/dnpbAutotools/test.cs 08:42 <@jonp> name length should be proportional…
-
Prebuild Autotools target
Hello public, I’m putting some effort into GtkGlAreaSharp again. The supporting bits aren’t really production-ready, though, so rather than hacking on the widget itself and its associated examples, I’m beefing up the underlying platform. The first step in the process is making Prebuild a viable meta-build system. Right now it works pretty well for generating…