CYTHON cuda_init.cpp cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for Ada/C/ObjC but not for C++ [enabled by default] CYTHON debye_hueckel.cpp CYTHON integrate.cpp CYTHON interactions.cpp CYTHON invalidateSystem.cpp CYTHON thermostat.cpp CYTHON utils.cpp CYTHON _tcl.cpp CXX cellsystem.lo CXXLD dummy CXX _init.lo CXX cuda_init.lo Error compiling Cython file: ------------------------------------------------------------ ... cdef extern from "interaction_data.hpp": cdef enum OverlappedBondedInteraction: OVERLAP_UNKNOWN = 0, OVERLAP_BOND_LENGTH, OVERLAP_BOND_ANGLE,\ OVERLAP_BOND_DIHEDRAL cdef extern from "overlap.hpp": int overlapped_bonded_set_params(int bond_type, OverlappedBondedInteraction overlap_type,\ char * filename); ^ ------------------------------------------------------------ /home/renata/Desktop/espresso-merged_membrane/src/python/espressomd/interactions.pxd:280:22: Syntax error in C variable declaration CXX integrate.lo CXX code_info.lo CXX changeVolume.lo CXX invalidateSystem.lo CXX debye_hueckel.lo Error compiling Cython file: ------------------------------------------------------------ ... self.eval('global argv; set argv ""') self.eval('set tcl_interactive 0') tcl_appinit(self.interp) def eval(self, string): cdef const char* tclresult ^ ------------------------------------------------------------ /home/renata/Desktop/espresso-merged_membrane/src/python/espressomd/_tcl.pyx:42:23: Syntax error in C variable declaration make[4]: *** [_tcl.cpp] Error 1 make[4]: *** Waiting for unfinished jobs.... make[4]: *** [interactions.cpp] Error 1 cc1plus: warning: command line option '-Wstrict-prototypes' is valid for Ada/C/ObjC but not for C++ [enabled by default] cc1plus: warning: command line option '-Wstrict-prototypes' is valid for Ada/C/ObjC but not for C++ [enabled by default] warning: /home/renata/Desktop/espresso-merged_membrane/src/python/espressomd/particle_data.pyx:164:47: local variable 'x' referenced before assignment cc1plus: warning: command line option '-Wstrict-prototypes' is valid for Ada/C/ObjC but not for C++ [enabled by default] cc1plus: warning: command line option '-Wstrict-prototypes' is valid for Ada/C/ObjC but not for C++ [enabled by default] cc1plus: warning: command line option '-Wstrict-prototypes' is valid for Ada/C/ObjC but not for C++ [enabled by default] cc1plus: warning: command line option '-Wstrict-prototypes' is valid for Ada/C/ObjC but not for C++ [enabled by default] cc1plus: warning: command line option '-Wstrict-prototypes' is valid for Ada/C/ObjC but not for C++ [enabled by default] cc1plus: warning: command line option '-Wstrict-prototypes' is valid for Ada/C/ObjC but not for C++ [enabled by default] make[4]: Leaving directory `/home/renata/Desktop/workEdinburgh/src/python/espressomd' make[3]: *** [all] Error 2 make[3]: Leaving directory `/home/renata/Desktop/workEdinburgh/src/python/espressomd' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/renata/Desktop/workEdinburgh/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/renata/Desktop/workEdinburgh/src' make: *** [all-recursive] Error 1