c++ - Repast HPC in Xcode 5.1 parse issue error -
all.
i’d ask question error encounter when try use repast hpc in xcode 5.1. (repast hpc agent-based simulation library based on c++. more information, go http://repast.sourceforge.net/repast_hpc.html)
for testing, tried build , run repast hpc tutorial demo code tutorial page(http://repast.sourceforge.net/hpc_tutorial/repasthpc_demo_00_step_05.html). succeeded run demo00 step 04, seems mean preference setting correct, failed run demo00 step 05. major difference between 2 “repastprocess.h” included in step 05.
the error occurs in 50th line of “logger.h” file, included "repastprocess.h". line of error is,
typedef enum _loglevel {debug, info, warn, error, fatal} log_level;
the error 'parse issue error' , message says "expected '}'" , location of error seems 'debug' because there tiny triangle under word. googled lot, couldn’t find issue in code. face similar error? problem of xcode setting?
many in advance.
Comments
Post a Comment