I took a recent interest in Open C++, which is a compile-time reflexive compiler for (you guessed it...) C++.
I used the latest Debian package, tried to compile one
of the test programs, and kept getting the following
error:
[Translate... VerboseClass.occ into: VerboseClass.ii]
/usr/include/dlfcn.h:51: parse error before '__restrict __handle'
VerboseClass.mc:11: parse error before 'VerboseClass ::'
VerboseClass.mc:17: parse error before ''
Thinking that the package was out-of-date (which it was), I grabbed the latest source (2.5.7) and compiled it myself. No dice, same problem.
Has anybody gotten OpenC++ to work? Any clues as to what is going wrong would be appreciated. I can bypass this first error by including signal.h in my program, but it will choke on something later. I've even gone so far as to recompile the garbage-collecting libs for openc++ myself, but to no avail. :(
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!