svmu icon indicating copy to clipboard operation
svmu copied to clipboard

install issue

Open hgz2021 opened this issue 3 years ago • 1 comments

When I run step "make", I get error like this Uploading error.png… g++ -g -Wall -std=c++0x -c svlib.cpp svlib.cpp:4: error: expected nested-name-specifier before ‘chroms’ svlib.cpp:4: error: ‘chroms’ has not been declared svlib.cpp:4: error: expected ‘;’ before ‘=’ token svlib.cpp:4: error: expected unqualified-id before ‘=’ token svlib.cpp:5: error: expected nested-name-specifier before ‘ccov’ svlib.cpp:5: error: ‘ccov’ has not been declared svlib.cpp:5: error: expected ‘;’ before ‘=’ token svlib.cpp:5: error: expected unqualified-id before ‘=’ token svlib.cpp:6: error: expected nested-name-specifier before ‘vq’ svlib.cpp:6: error: ‘vq’ has not been declared svlib.cpp:6: error: expected ‘;’ before ‘=’ token svlib.cpp:6: error: expected unqualified-id before ‘=’ token svlib.cpp:16: error: ‘ccov’ does not name a type svlib.cpp: In function ‘void findInnie(std::vector<mI, std::allocator<mI> >&, mI&)’: svlib.cpp:39: warning: comparison between signed and unsigned integer expressions svlib.cpp: In function ‘void findInnieQ(std::vector<mI, std::allocator<mI> >&, mI&)’: svlib.cpp:93: warning: comparison between signed and unsigned integer expressions svlib.cpp: In function ‘void findInnieLast(std::vector<mI, std::allocator<mI> >&, mI&)’: svlib.cpp:132: warning: comparison between signed and unsigned integer expressions svlib.cpp: At global scope: svlib.cpp:147: error: variable or field ‘storeCords’ declared void svlib.cpp:147: error: ‘ccov’ was not declared in this scope svlib.cpp:147: error: ‘masterRef’ was not declared in this scope svlib.cpp:147: error: ‘ccov’ was not declared in this scope svlib.cpp:147: error: ‘masterQ’ was not declared in this scope svlib.cpp:147: error: expected primary-expression before ‘&’ token svlib.cpp:147: error: ‘mi’ was not declared in this scope make: *** [svlib.o] Error 1

hgz2021 avatar Aug 12 '21 03:08 hgz2021

what is your compiler?

mahulchak avatar Aug 12 '21 21:08 mahulchak