Menu

#12 [tkpath] Build process broken on Windows

open
nobody
None
5
2010-03-03
2010-03-03
Eric Brunel
No

Building tkpath version 0.3.1 on Windows does not work:
1. The object files in win/makefile.vc are wrong;
2. The generated pkgIndex.tcl is wrong, so after installation, the package cannot be used;
3. The version in the makefile is still 0.2.2;
4. The compilation of the utility nmakehlp.exe

Discussion

  • Eric Brunel

    Eric Brunel - 2010-03-03

    Patch for win/makefile.vc

     
  • Eric Brunel

    Eric Brunel - 2010-03-03

    [end of bug report missing…]
    4. The compilation of the utility nmakehlp.exe fails because of an unresolved reference to wnsprintf.

    The attached file makefile.vc.patch corrects the Makefile. Adding:
    #ifdef _MSC_VER
    #define snprintf _snprintf
    #endif
    #define wnsprintf snprintf
    at line 28 in nmakehlp.c corrects point 4.

     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.