How to compile CHOLMOD library (SuiteSparse) from IDE
问题 For some time I am trying to create a static CHOLMOD lib from SuiteSparse Each other library (f.ex. Umfpack) can be easiy compiled from IDE (I used Code::Blocks on Linux and Visual Studio on Windows). However when trying to compile CHOLMOD I get bunch of syntax errors like: t_cholmod_triplet.c(21): error C2061: syntax error : identifier 'TEMPLATE' I investigated that there are some #defines missing (like PATTERN, REAL defines) and therefore those definitions of TEMPLATE are invisible. I