https://bz.apache.org/bugzilla/show_bug.cgi?id=67615
Bug ID: 67615 Summary: Windows binary for version 2 has incorrect version suffix compared to the GNU autoconf version Product: Tomcat Native Version: 2.0.6 Hardware: PC Status: NEW Severity: normal Priority: P2 Component: Library Assignee: dev@tomcat.apache.org Reporter: micha...@apache.org Target Milestone: --- When compiling from main on Windows I still get "C:\Entwicklung\Projekte\tomcat-native\native\WIN10_X64_DLL_RELEASE\tcnative-1.dll", but properties say 2.0.7. The problem is in NMAKEmakefile, variable PROJECT: !IF !DEFINED(APR_DECLARE_STATIC) || "$(APR_DECLARE_STATIC)" == "" PROJECT = libtcnative-1 !ELSE PROJECT = tcnative-1 !ENDIF Either the 1 is statically replaced with a 2 or a new variable is introduced. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org