URL:
  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=15051>

                 Summary: Windown building Fails
                 Project: AVR Downloader/UploaDEr
            Submitted by: c_oflynn
            Submitted on: Thu 11/24/05 at 14:10
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: c_oflynn
         Originator Name: Colin O'Flynn
        Originator Email: [EMAIL PROTECTED]
             Open/Closed: Open

    _______________________________________________________

Details:

Building on Windows fails with errors about ppi.c and par.c:

Need to add to ppi.c:

#if !defined(WIN32NATIVE)
/* Rest of ppi.c */
#endif

Need to add to par.c:

INSIDE the Win32 native area:

#if !defined(ppi_claim)
#  define ppi_claim(pgm)
#endif

#if !defined(ppi_release)
#  define ppi_release(pgm)
#endif

However those last two defs were removed, are they obsolete on everything? As
Windows seems to need the dummy ones to compile.

If that is an OK fix I'll commit to CVS.

 -Colin







    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=15051>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/



_______________________________________________
avrdude-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to