Hello!

I have problems trying to install simulavr-1.0.0 on Debian GNU/Linux testing (jessie),

uname -r: Linux version 3.10-3-amd64 ([email protected]) (gcc version 4.7.3 (Debian 4.7.3-7) ) #1 SMP Debian 3.10.11-1 (2013-09-10)

I run ./configure and make. I got the following error:

"
systemclock.cpp: In instantiation of 'void MinHeap<Key, Value>::Insert(Key, Value) [with Key = long long int; Value = SimulationMember*]':
systemclock.cpp:135:40:   required from here
systemclock.cpp:70:23: error: 'resize' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  resize(this->size()+1);
                       ^
systemclock.cpp:70:23: note: declarations in dependent base 'std::vector<std::pair<long long int, SimulationMember*>, std::allocator<std::pair<long long int, SimulationMember*> > >' are not found by unqualified lookup
systemclock.cpp:70:23: note: use 'this->resize' instead
make[3]: *** [systemclock.lo] Error 1
make[3]: Leaving directory `/home/fr/Downloads/simulavr-1.0.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/fr/Downloads/simulavr-1.0.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/fr/Downloads/simulavr-1.0.0/src'
make: *** [all-recursive] Error 1
"

Do you have any suggestion how to solve this?

Best regards Fredrik


_______________________________________________
Simulavr-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/simulavr-devel

Reply via email to