From eenge at common-lisp.net Mon Aug 14 14:19:31 2006 From: eenge at common-lisp.net (Erik Enge) Date: Mon, 14 Aug 2006 10:19:31 -0400 (EDT) Subject: [fetter-devel] Last chance: move your files off of common-lisp.net FTP, please. Message-ID: <20060814141931.CA9796303C@common-lisp.net> See http://common-lisp.net/pipermail/users/2006-August/000006.html for more information. Thanks. From nik at fo.am Tue Aug 29 10:39:37 2006 From: nik at fo.am (nik gaffney) Date: Tue, 29 Aug 2006 12:39:37 +0200 Subject: [fetter-devel] aliased murk Message-ID: <20060829103937.GC23734@murkl> hi, while trying to create some bindings for the ogre3d library, ive hit an obstacle with verrazano having some trouble with what may or may not be an alias type. the file which raises the error is here -> http://ogre.cvs.sourceforge.net/ogre/ogrenew/OgreMain/include/OgreString.h?revision=1.24.2.2&view=markup&pathrev=v1-2 and ive made a single change to keep gccxml quiet [as an empty namespace seems 'unusual'] - typedef ::__gnu_cxx::hash< _StringBase > _StringHash; + typedef __gnu_cxx::hash< _StringBase > _StringHash; the error is -> There is no applicable method for the generic function # when called with arguments (#). my understanding of c++ is somewhere between non-existent and rudimentry, so any pointers as to what may be causing this error, and how it could be worked around [preferably without making changes to the target lib] would be greatly appreciated. thanks, nik From eenge at common-lisp.net Mon Aug 7 13:27:53 2006 From: eenge at common-lisp.net (Erik Enge) Date: Mon, 07 Aug 2006 13:27:53 -0000 Subject: [fetter-devel] Please move your files off ofcommon-lisp.net FTP Message-ID: <20060807132751.E6E822F028@common-lisp.net> As mentioned in http://common-lisp.net/pipermail/users/2006-August/000006.html FTP will soon be going away on common-lisp.net. Your project showed up in a grep for ftp in your public_html suggests that you either store files in your ftp directory or that you link to files in FTP on common-lisp.net. This email serves as a second notice that you'll want to update your links and move your files. Move them into your public_html directory and link to them there, Apache will happily serve them for you. Thanks, Erik.