1:BUILD_BY[name] student5 1:BUILD_ENVIRONMENT[operating system 32 vs 64] 1:END_BUILD_ENVIRONMENT 1:DEPENDENCIES[list of dependencies with where to get them] 1:END_DEPENDENCIES 1:NOTES[notes on attempted build] error while trying to build on MS Visual studio 2008 1>g:\windows builds\gan\source\headers.h(16) : error C2871: '__gnu_cxx' : a namespace with this name does not exist 1>g:\windows builds\gan\source\c2lsh_initializor.h(18) : fatal error C1083: Cannot open include file: 'ext/hash_map': No such file or directory 1:END_NOTES 2:BUILD_BY[name] student4 2:BUILD_ENVIRONMENT[operating system 32 vs 64] >>>> lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 12.04.4 LTS Release: 12.04 Codename: precise >>>> uname -a Linux student-VPCSE13FX 3.2.0-60-generic #91-Ubuntu SMP Wed Feb 19 03:54:44 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux >>>> lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 4 On-line CPU(s) list: 0-3 Thread(s) per core: 2 Core(s) per socket: 2 Socket(s): 1 NUMA node(s): 1 Vendor ID: GenuineIntel CPU family: 6 Model: 42 Stepping: 7 CPU MHz: 800.000 BogoMIPS: 4789.10 Virtualization: VT-x L1d cache: 32K L1i cache: 32K L2 cache: 256K L3 cache: 3072K NUMA node0 CPU(s): 0-3 >>>> javac -version javac 1.7.0_51 >>>> gcc --version gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 >>>> ./boost #gives version (special exec) Using Boost 1.46.1 2:END_BUILD_ENVIRONMENT 2:DEPENDENCIES[list of dependencies with where to get them] g++ 2:END_DEPENDENCIES 2:NOTES[notes on attempted build] archives are only .cc and .h files. Tried to compile with simple wildcard: > g++ -c * -Wno-deprecated C2LSH_Initializor.h:71:1: error: ‘DECLARE_EXTERN’ does not name a type C2LSH_Initializor.h:72:1: error: ‘DECLARE_EXTERN’ does not name a type C2LSH_Initializor.h:76:2: error: ‘PPointT’ does not name a type C2LSH_Initializor.h:156:50: error: ‘PPointT’ has not been declared C2LSH_RAM.h:11:24: error: ‘PC2StructureT’ was not declared in this scope C2LSH_RAM.h:11:60: error: ‘PPointT’ was not declared in this scope C2LSH_RAM.h:11:71: error: expected primary-expression before ‘int’ C2LSH_RAM.h:11:79: error: expression list treated as compound expression in initializer [-fpermissive] In file included from CollisionCountLSH.h:19:0: C2LSH_Initializor.h:71:1: error: ‘DECLARE_EXTERN’ does not name a type C2LSH_Initializor.h:72:1: error: ‘DECLARE_EXTERN’ does not name a type C2LSH_Initializor.h:76:2: error: ‘PPointT’ does not name a type C2LSH_Initializor.h:156:50: error: ‘PPointT’ has not been declared CollisionCountLSH.h:86:60: error: ‘PPointT’ has not been declared DataProcessor.h:12:1: error: ‘PPointT’ does not name a type DataProcessor.h:20:26: error: variable or field ‘readDataSetFromFile’ declared void DataProcessor.h:20:26: error: ‘PPointT’ was not declared in this scope DataProcessor.h:20:35: error: ‘pointList’ was not declared in this scope DataProcessor.h:20:46: error: expected primary-expression before ‘int’ DataProcessor.h:20:53: error: expected primary-expression before ‘char’ GlobalVars.h:26:16: error: ‘TimeVarT’ does not name a type GlobalVars.h:27:16: error: ‘BooleanT’ does not name a type GlobalVars.h:28:16: error: ‘TimeVarT’ does not name a type GlobalVars.h:30:16: error: ‘MemVarT’ does not name a type GlobalVars.h:35:16: error: ‘TimeVarT’ does not name a type GlobalVars.h:36:16: error: ‘TimeVarT’ does not name a type GlobalVars.h:37:16: error: ‘TimeVarT’ does not name a type GlobalVars.h:40:16: error: ‘PPointT’ does not name a type Random.h:25:1: error: ‘Uns32T’ does not name a type These types are supposed to be declared in GlobalVars.h: #ifndef GLOBALVARS_INCLUDED #define GLOBALVARS_INCLUDED #ifndef GLOBALVARS_CPP #define DECLARE_EXTERN extern #define EXTERN_INIT(x) #else #define DECLARE_EXTERN #define EXTERN_INIT(x) x #endif DECLARE_EXTERN TimeVarT timeRNNQuery; ... No documentation on compiling the program. 2:END_NOTES