rpgoldman / europa-pso

Automatically exported from code.google.com/p/europa-pso
0 stars 0 forks source link

Windows relesase is missing files: antlr3c and pthread #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Build the windows distros
2.  Build the windows release zip files
3.  Note that the library files needed for windows builds are not in the
zip files

The solution is to correct the build.xml to include pthread*.dll and the
libantlr3c.* (usually copied from the c:\mingw\lib directory).  Also need
to copy the header files for the pthread library and the header files for
antlr.  

For release 2.3 these were manually copied, but this needs to be changed in
the normal build.xml process.  

Original issue reported on code.google.com by mak.c.ro...@gmail.com on 11 Oct 2009 at 9:13

GoogleCodeExporter commented 9 years ago

Original comment by mak.c.ro...@gmail.com on 11 Oct 2009 at 9:15

GoogleCodeExporter commented 9 years ago
we don't support cygwin anymore.

Original comment by javier.barreiro@gmail.com on 25 Nov 2010 at 1:11