avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avrdude-dev] [bug #15051] Windown building Fails


From: Colin O Flynn
Subject: [avrdude-dev] [bug #15051] Windown building Fails
Date: Thu, 24 Nov 2005 14:10:30 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.0.7-1.1.fc3 Firefox/1.0.7

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: address@hidden
             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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]