simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Simulavr-devel] build on debian


From: fredrik
Subject: [Simulavr-devel] build on debian
Date: Fri, 22 Nov 2013 18:58:55 +0100
User-agent: Roundcube Webmail/0.7.3

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 (address@hidden) (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]