SMoG-Chalmers / PST

PST is a tool for performing space syntax and regular accessibility analyses. It currently consists of two main parts - a C++ and Python library called Pstalgo and a plugin for the desktop application QGIS
GNU Lesser General Public License v3.0
43 stars 7 forks source link

VisualConnectivity.cpp #10

Closed SeyedAlirezaMalih closed 3 months ago

SeyedAlirezaMalih commented 3 months ago

Hello, I'm trying to implement the PST with pstalgo, but got some errors and I guess its due to the files which are not in repos

########### Severity Code Description Project File Line Suppression State Details Error C1083 Cannot open source file: '..\src\analyses\VisualConnectivity.cpp': No such file or directory pstalgo G:\src\analyses\VisualConnectivity.cpp 1
############ Severity Code Description Project File Line Suppression State Details Error C2039 'runtime_error': is not a member of 'std' pstalgo G:\Smart cities\13.Internships\Git\pstalgo\src\geometry\RegionPoints.cpp 39
############ Severity Code Description Project File Line Suppression State Details Error C3861 'runtime_error': identifier not found pstalgo G:\Smart cities\13.Internships\Git\pstalgo\src\geometry\RegionPoints.cpp 39
############ Severity Code Description Project File Line Suppression State Details Error C2039 'runtime_error': is not a member of 'std' pstalgo G:\Smart cities\13.Internships\Git\pstalgo\src\geometry\RegionPoints.cpp 63
############ Severity Code Description Project File Line Suppression State Details Error C3861 'runtime_error': identifier not found pstalgo G:\Smart cities\13.Internships\Git\pstalgo\src\geometry\RegionPoints.cpp 63

martin-fitger commented 3 months ago

VisualConnectivity.cpp was an experimental file and a reference to it was added to the repo by mistake. The reference has now been removed. Thanks for reporting this issue.