The first few lines of the errors are:
Code:
/tmp/ccN8BUK4.o: In function `__static_initialization_and_destruction_(int, int)': VoxelizedPhantomResizer.cpp:(.test+0x23): undefiend reference to 'std::ios_base:Init:Init()'
/tmp/ccN8BUK4.o: In function `__static_initialization_and_destruction_(int, int)': VoxelizedPhantomResizer.cpp:(.test+0x23): undefiend reference to 'std::ios_base:Init:Init()'
//Variables.h extern int *g_x; //x voxel vector extern int *g_y; //y voxel vector extern int *g_z; //z voxel vector extern double ***g_xyz; //voxel contents (i.e. organ values) //LoadFile.cpp
#ifndef ListVars_h #define ListVars_h extern int bonesDL; #endif
#include "ListVars.h" void initVars() { int bonesDL=3;
Leave a comment: