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

Submitted by:  Colin O Flynn <c_oflynn>
Submitted on:  Thu 24 Nov 2005 02:10:29 PM UTC  
 
Category: NoneSeverity: 3 - Normal
Priority: 5 - NormalItem Group: None
Status: FixedPrivacy: Public
Assigned to: Colin O Flynn <c_oflynn>Originator Name: Colin O'Flynn
Open/Closed: ClosedRelease: 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>
Project MemberIn charge of this item.
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>
Project 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>
Project 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>
Project MemberIn charge of this item.

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

Follow 3 latest changes.

Date Changed By Updated Field Previous Value => Replaced By
Fri 25 Nov 2005 02:43:29 PM UTCc_oflynnStatusNone=>Fixed
  Open/ClosedOpen=>Closed
Thu 24 Nov 2005 02:10:49 PM UTCc_oflynnSummaryWindown building Fails=>Windows building Fails

Back to the top


Powered by Savane 3.1-cleanup1