From deepankar.sharma at gmail.com Sat Feb 4 19:21:52 2006 From: deepankar.sharma at gmail.com (Deepankar Sharma) Date: Sat, 4 Feb 2006 14:21:52 -0500 Subject: [fetter-devel] Problems with verrazano Message-ID: I am using Verrazano with sbcl 0.9.9 on a fedora 4 machine (sbcl is via fedoralisp.org) I am getting the following error even for the inbuilt tests which ship with verrazano. *********************************************************** An error occurred generating a temporary C++ file to pass to GCC-XML. Ensure that you have write permissions to the Verrazano temporary directory. ************************************************************ This happens even if i run it as root. So it probably is not a permissions issue. Any help with this? -------------- next part -------------- An HTML attachment was scrubbed... URL: From ktilton at nyc.rr.com Sat Feb 4 21:40:52 2006 From: ktilton at nyc.rr.com (Kenny Tilton) Date: Sat, 04 Feb 2006 16:40:52 -0500 Subject: [fetter-devel] Problems with verrazano In-Reply-To: References: Message-ID: <43E51F64.2030105@nyc.rr.com> Deepankar Sharma wrote: > I am using Verrazano with sbcl 0.9.9 on a fedora 4 machine (sbcl is via > fedoralisp.org ) > I am getting the following error even for the inbuilt tests which ship > with verrazano. > > *********************************************************** > An error occurred generating a temporary C++ file > to pass to GCC-XML. Ensure that you have write > permissions to the Verrazano temporary directory. > ************************************************************ > > This happens even if i run it as root. So it probably is not a > permissions issue. > Any help with this? > >------------------------------------------------------------------------ > >_______________________________________________ >fetter-devel mailing list >fetter-devel at common-lisp.net >http://common-lisp.net/cgi-bin/mailman/listinfo/fetter-devel > > I must have old source, I do not show that text in my copy of VZN. Can you find out where the error is coming from and defeat the error handling so you get more details on /how/ it failed? ken From ktilton at nyc.rr.com Sun Feb 5 00:01:52 2006 From: ktilton at nyc.rr.com (Kenny Tilton) Date: Sat, 04 Feb 2006 19:01:52 -0500 Subject: [fetter-devel] Problems with verrazano In-Reply-To: References: <43E51F64.2030105@nyc.rr.com> Message-ID: <43E54070.2050903@nyc.rr.com> Deepankar Sharma wrote: > I think the error happens in the frontend/driver.lisp in the > create-binding-internal function. Yes: (handler-case (generate-temporary-c-file cfg temp-c) (file-error () (error 'tempcpp-error))) Make that just: (generate-temporary-c-file cfg temp-c) ...and take a look at the actual error returned by open, maybe that will be more informative. hth, ken From smustudent1 at yahoo.com Sun Feb 5 02:42:21 2006 From: smustudent1 at yahoo.com (C Y) Date: Sat, 4 Feb 2006 18:42:21 -0800 (PST) Subject: [fetter-devel] Verrazano still actively developed? Message-ID: <20060205024221.30787.qmail@web31701.mail.mud.yahoo.com> Just curious - is verrazano still being actively developed? I checked the CVS tree and things look fairly quiet. I'm hoping to take another run at getting it to work soon (last time some problem with finding gccxml stopped me cold :-/) Cheers, CY __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From 3.14159 at gmx.net Tue Feb 14 23:11:02 2006 From: 3.14159 at gmx.net (thomas weidner) Date: Wed, 15 Feb 2006 00:11:02 +0100 Subject: [fetter-devel] small changes i encountered with sdl... Message-ID: <43F26386.4010806@gmx.net> Hi, the patch changes to things i found annoying when trying to use SDL. First is to define constants as constant like in defconstant and the second is to define the names a enum uses also as constant within the package which is somehow like the C behaviour. things like enum { SDL_QUIT,SDL_FOOEVENT,... } aren't too useful ATM... i am very new to the whole stuff, so maybe i did only some crap... -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: foo.diff URL: From deepankar.sharma at gmail.com Sat Feb 4 14:59:10 2006 From: deepankar.sharma at gmail.com (Deepankar Sharma) Date: Sat, 04 Feb 2006 14:59:10 -0000 Subject: [fetter-devel] Problems with verrazano Message-ID: I am using Verrazano with sbcl 0.9.9 on a fedora 4 machine (sbcl is via fedoralisp.org) I am getting the following error even for the inbuilt tests which ship with verrazano. *********************************************************** An error occurred generating a temporary C++ file to pass to GCC-XML. Ensure that you have write permissions to the Verrazano temporary directory. ************************************************************ This happens even if i run it as root. So it probably is not a permissions issue. Any help with this? -------------- next part -------------- An HTML attachment was scrubbed... URL: