bugAVR Downloader/UploaDEr - Bugs: bug #15051, Windows building Fails

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #15051: Windows building Fails

Submitter:  Colin O Flynn <c_oflynn>
Submitted:  Thu 24 Nov 2005 02:10:29 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  c_oflynn Originator Name:  Colin O'Flynn
Open/Closed:  Closed Release:  None
Programmer hardware:  Device type: 

Fri 25 Nov 2005 02:43:29 PM UTC, comment #3: 

Fix commited to CVS, seperate header file for Wnidows parallel port now exists.

 -Colin

Colin O Flynn <c_oflynn>
Group Member
Fri 25 Nov 2005 05:54:01 AM UTC, comment #2: 

Of course, adding the #if !defined(WIN32NATIVE) protection
is certainly the way to go ppi.c.

Joerg Wunsch <joerg_wunsch>
Group administrator
Fri 25 Nov 2005 05:52:46 AM UTC, comment #1: 

Sorry for the breakage.  I didn't realize this file was
also used by Win32 builds.

I've abstracted everything in header files now, so the
former #ifdef went into header files as well.  Perhaps there
should be a win32_ppi.h as well now?

Joerg Wunsch <joerg_wunsch>
Group administrator
Thu 24 Nov 2005 02:10:29 PM UTC, original submission:  

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

Colin O Flynn <c_oflynn>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-11-25 c_oflynn StatusNone Fixed
    Open/ClosedOpen Closed
2005-11-24 c_oflynn SummaryWindown building Fails Windows building Fails

Back to the top

Powered by Savane 3.13-3230.
Corresponding source code