lsm / shedskin

Automatically exported from code.google.com/p/shedskin
0 stars 0 forks source link

Support for gcc 4.7 #170

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

Programs that worked with shedskin and earlier versions of gcc now fail.

Here's a test-case that does not work with shedskin and gcc 4.7.1, but works 
with shedskin and gcc 4.4: http://setconf.roboticoverlords.org/setconf-0.4.tbz2

I'm on 64-bit Arch Linux using shedskin 0.9.2.

Making shedskin work with gcc 4.7.1 as well would be great.

Thanks.

Best regards,
   Alexander Rødseth

Original issue reported on code.google.com by rods...@gmail.com on 24 Jun 2012 at 12:02

GoogleCodeExporter commented 9 years ago
thanks for reporting, much appreciated. unfortunately I currently don't have 
gcc 4.7 installed.. what kind of problem(s)/error(s) do you see?

Original comment by mark.duf...@gmail.com on 25 Jun 2012 at 9:17

GoogleCodeExporter commented 9 years ago
I'm on Fedora 17 with:
shedskin-0.9-2.fc17.noarch
gcc-4.7.0-5.fc17.x86_64

Using shedskin on the attached shedskin1.py file (Mandelbrot fractal 
calcualtor) works fine:
*** SHED SKIN Python-to-C++ Compiler 0.9 ***
Copyright 2005-2011 Mark Dufour; License GNU GPL version 3 (See LICENSE)

[analyzing types..]
********************************100%
[generating c++ code..]
[elapsed time: 3.55 seconds]

However, running "make" gives a lot of errors and doesn't work. See the 
attached error.log file.

Do need more information to fix this?

Original comment by tadej.ja...@gmail.com on 11 Oct 2012 at 11:10

Attachments:

GoogleCodeExporter commented 9 years ago
thanks again, and sorry for the late reply. I just upgraded to ubuntu 12.10 
myself, which comes with GCC 4.7.. it looks like both programs indeed have 
problems with shedskin 0.9.2, but work fine with shedskin GIT.. (there were two 
GCC 4.7 fixes after the release).

thanks again for the reports though!

Original comment by mark.duf...@gmail.com on 22 Oct 2012 at 8:08