[Simulavr-devel] [bug #38572] Problem with variable "SS" in hwspi

2013-03-24 Thread Steve Kappel
Follow-up Comment #2, bug #38572 (project simulavr): Please close. It is not a simulavr problem. Nor an Ada problem. % cat z.cpp int main() { #warning SS } % g++ -c z.cpp z.cpp:3:2: warning: #warning SS [-Wcpp] So far I haven't been able to find "SS" in the gcc sources... ___

[Simulavr-devel] [bug #38571] Link fails on Solaris

2013-03-24 Thread Steve Kappel
Follow-up Comment #3, bug #38571 (project simulavr): I was unable to fully test because my autoconf install is apparently newer and there are lots of other issues that I don't want to pursue. However, I tried Joerg's suggestion and the created Makefile now has the correct libraries for Solaris.

[Simulavr-devel] [bug #32392] "make dist" missing at90canbase.h and pysimulationmember.h

2013-03-24 Thread Thomas K.
Update of bug #32392 (project simulavr): Status:None => Fixed Assigned to:None => tomk Open/Closed:Open => Closed

[Simulavr-devel] [bug #35737] new awr-gcc is picky about depreciated constants

2013-03-24 Thread Thomas K.
Update of bug #35737 (project simulavr): Status:None => Duplicate Open/Closed:Open => Closed Discussion Lock: Any => Locked _

[Simulavr-devel] [bug #37985] Cant compile git version dec 27, patch included

2013-03-24 Thread Thomas K.
Update of bug #37985 (project simulavr): Status:None => Duplicate Open/Closed:Open => Closed Discussion Lock: Any => Locked _

[Simulavr-devel] [bug #38536] 1.0.0 examples do not compile with avr-libc 1.8

2013-03-24 Thread Thomas K.
Update of bug #38536 (project simulavr): Status: Postponed => Confirmed ___ Follow-up Comment #3: Hi Thomas, with the missed patch was my mistake. Klaus has fixed a few occurrences, but not al

[Simulavr-devel] [bug #38535] 1.0.0 does not build with swig-2.0.x

2013-03-24 Thread Thomas K.
Follow-up Comment #2, bug #38535 (project simulavr): Hi Thomas, sorry, patch was available, but I haven't found it. :-) cu, Thomas ___ Reply to this item at: ___

[Simulavr-devel] [bug #38535] 1.0.0 does not build with swig-2.0.x

2013-03-24 Thread Thomas K.
Update of bug #38535 (project simulavr): Status:None => Postponed ___ Follow-up Comment #1: Hi Thomas, could you attach the patch, as you wrote? :-) But I think, this is a problem with y

[Simulavr-devel] [bug #38536] 1.0.0 examples do not compile with avr-libc 1.8

2013-03-24 Thread Thomas K.
Update of bug #38536 (project simulavr): Status:None => Postponed ___ Follow-up Comment #1: Hi Thomas, attached patch? And take a look on the current head of master branch (current deve

[Simulavr-devel] [bug #38570] Compilation error with gcc 4.7.2

2013-03-24 Thread Thomas K.
Update of bug #38570 (project simulavr): Status:None => Postponed ___ Follow-up Comment #2: Hi Steve, if you have successfull compiled all, please start the regression test. ("make check

[Simulavr-devel] [bug #38571] Link fails on Solaris

2013-03-24 Thread Thomas K.
Update of bug #38571 (project simulavr): Status:None => Postponed ___ Follow-up Comment #2: Hi Steve, you should hold in mind, that solaris is a not tested platform! It looks so, that yo

[Simulavr-devel] [bug #38572] Problem with variable "SS" in hwspi

2013-03-24 Thread Thomas K.
Update of bug #38572 (project simulavr): Status:None => Postponed ___ Reply to this item at: ___

[Simulavr-devel] [bug #38572] Problem with variable "SS" in hwspi

2013-03-24 Thread Thomas K.
Follow-up Comment #1, bug #38572 (project simulavr): Hi Steve, I think, this problem is not because the name in HWSpi class. So, renaming the name of this class member isn't really a fix. The question is, who defines this name before? Maybe as a define in commandline or in some environment setti