I am trying to set up my own glasnost server, provided that the old one is no longer working.
I have tried make GlasnostReplayer, I have had to slightly modify a .cc file, script_validator.cc:43:38 to show:
(int)intToStr and so on.
But then, it stops because it tries to put the contents of glasnost-tests/* into a file:
cat glasnost-tests/* > protocols.spec cat: 'glasnost-tests/*': No existe el fichero o el directorio (The file or directory does not exist) make: *** [Makefile:41: protocols.spec.marshalled] Error 1
Therefore, I am not able to build the jar file needed to set up the server. Any hints? Thank you!!
I am trying to set up my own glasnost server, provided that the old one is no longer working.
I have tried make GlasnostReplayer, I have had to slightly modify a .cc file, script_validator.cc:43:38 to show:
(int)intToStrand so on.But then, it stops because it tries to put the contents of glasnost-tests/* into a file:
cat glasnost-tests/* > protocols.spec cat: 'glasnost-tests/*': No existe el fichero o el directorio (The file or directory does not exist) make: *** [Makefile:41: protocols.spec.marshalled] Error 1Therefore, I am not able to build the jar file needed to set up the server. Any hints? Thank you!!