struct branch build error
- Posted by ghaberek (admin) Jul 08, 2013
- 1523 views
I was trying to build the struct branch but I ran into this error with backend.e. I couldn't find these constants anywhere in the include/ or source/ folders.
I am building on Windows 7 with MinGW/MSYS, if that helps. (This should work, right?)
C:\Users\Greg\Downloads\euphoria-0fb340a5577d\source\backend.e:153 <0074>:: Errors resolving the following references: 'ST_MEM_NEXT' (backend.e:145) has not been declared. 'ST_MEM_STRUCT' (backend.e:146) has not been declared. 'ST_MEM_PARENT' (backend.e:147) has not been declared. 'ST_MEM_SIZE' (backend.e:149) has not been declared. 'ST_MEM_OFFSET' (backend.e:150) has not been declared. 'ST_MEM_ARRAY' (backend.e:151) has not been declared. 'ST_MEM_SIGNED' (backend.e:152) has not been declared. 'ST_MEM_POINTER' (backend.e:153) has not been declared. poke( addr + ST_MEM_POINTER, eentry[S_MEM_POINTER] ) ^ make[1]: *** [C:/Users/Greg/Downloads/euphoria-0fb340a5577d/source/build/bind-build/main-.c] Error 1 make[1]: Leaving directory `/home/Greg/Downloads/euphoria-0fb340a5577d/source' make: *** [all] Error 2
-Greg