Ask questions. Get answers. Find technical product solutions from passionate experts in the NXLog community.

NXLog Windows Packaging
Hi All, I downloaded the NXlog Community Version source and compiled and installed in Ubuntu. I wanted to create a Windows pacakge from the source. So i run the script ./wininst.sh from the packaging/windows/ folder. running the wininst.sh script is showing errors, Can someone let me how to rectify this issue,  test -z "//input" || /bin/mkdir -p "C:\\\\msys\\\\1.0\\\\nxlog-tmp//input"  /bin/bash ../../../../libtool   --mode=install /usr/bin/install -c   im_file.la 'C:\\msys\\1.0\\nxlog-tmp//input' libtool: install: /usr/bin/install -c .libs/im_file.so C:\\msys\\1.0\\nxlog-tmp//input/im_file.so /usr/bin/install: cannot create regular file 'C:\msys\1.0\nxlog-tmp//input/im_file.so': No such file or directory Makefile:291: recipe for target 'install-im_fileLTLIBRARIES' failed make[5]: *** [install-im_fileLTLIBRARIES] Error 1 make[5]: Leaving directory '/nxlog-ce-2.8.1248/src/modules/input/file' Makefile:456: recipe for target 'install-am' failed make[4]: *** [install-am] Error 2 make[4]: Leaving directory '/nxlog-ce-2.8.1248/src/modules/input/file' Makefile:288: recipe for target 'install-recursive' failed make[3]: *** [install-recursive] Error 1 make[3]: Leaving directory '/nxlog-ce-2.8.1248/src/modules/input' Makefile:288: recipe for target 'install-recursive' failed make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory '/nxlog-ce-2.8.1248/src/modules' Makefile:288: recipe for target 'install-recursive' failed make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory '/nxlog-ce-2.8.1248/src' Makefile:411: recipe for target 'install-recursive' failed make: *** [install-recursive] Error 1

Karhik created