ok, so i've downloaded the release distribution and installed it.
i'm using ms visual studio 2005
i've run cmake to get vs project and solution files.
NOTE: when running under windows 7, you have to start a cmd tool in
administrator mode to do that.
i've set the environment variables ETCH_HOME and APR_ICONV_PATH.
i've opened visual studio (again, as administrator).
opened the solution etch-c-helloworld.
solution configuration: debug
solution playform: win32
picked build/build solution.
build fails, here's the log:
1>------ Build started: Project: etch-c-helloworld-client,
Configuration: Debug Win32 ------
2>------ Build started: Project: etch-c-helloworld-server,
Configuration: Debug Win32 ------
2>Compiling...
1>Compiling...
2>helloworld_remote.c
1>helloworld_remote.c
2>helloworld_valufact.c
1>helloworld_valufact.c
1>helloworld_server.c
2>helloworld_server.c
1>helloworld_remote_server.c
2>helloworld_remote_server.c
2>helloworld_remote_client.c
1>helloworld_remote_client.c
1>helloworld_client_stub.c
2>helloworld_client_stub.c
1>helloworld_helper.c
2>helloworld_helper.c
2>helloworld_server_stub.c
1>helloworld_server_stub.c
1>helloworld_client.c
2>helloworld_client.c
2>helloworld_interface.c
1>helloworld_interface.c
2>helloworld_listener_main.c
1>helloworld_client_main.c
2>helloworld_server_impl.c
1>helloworld_client_implx.c
2>helloworld_server_implx.c
1>helloworld_client_impl.c
2>Generating Code...
1>Generating Code...
1>Compiling manifest to resources...
2>Compiling manifest to resources...
1>Linking...
2>Linking...
1>etch.lib(etch_arraylist.obj) : fatal error LNK1103: debugging
information corrupt; recompile module
2>etch.lib(etch_arraylist.obj) : fatal error LNK1103: debugging
information corrupt; recompile module
1>Build log was saved at "file://c:\Program Files (x86)\Apache Software
Foundation\apache-etch-1.1.0\examples\helloworld\target\etch-c-helloworld-client.dir\Debug\BuildLog.htm"
1>etch-c-helloworld-client - 1 error(s), 0 warning(s)
2>Build log was saved at "file://c:\Program Files (x86)\Apache Software
Foundation\apache-etch-1.1.0\examples\helloworld\target\etch-c-helloworld-server.dir\Debug\BuildLog.htm"
2>etch-c-helloworld-server - 1 error(s), 0 warning(s)
3>------ Skipped Build: Project: ALL_BUILD, Configuration: Debug Win32
------
3>Project not selected to build for this solution configuration
========== Build: 0 succeeded, 2 failed, 1 up-to-date, 1 skipped ==========