gmschoon Posted April 27, 2017 Share Posted April 27, 2017 With a clean install of Power PMAC IDE 2.2.0.39 and a new "empty" project, there are build errors thrown for the background C program "capp1.c". These errors are linked to the following "#ifndef" in "gplib.h": #if !defined(__QNX__) && !defined(WIN32) #include #include "eip.h" #include "ethernetip.h" #include "networkhandler.h" #endif These includes (ethernetip/eip) did not exist in the IDE version 1.6 we had been previously using, so we don't have immediate need for them. We will likely remove these includes to get around the errors, but maybe there are better suggestions? Thanks Link to comment Share on other sites More sharing options...
steve.milici Posted April 28, 2017 Share Posted April 28, 2017 Try installing the latest IDE patch: "http://www.deltatau.com/Common/support/downloads/Power%20PMAC%20January%20Patch%202.2.1.25.zip" Link to comment Share on other sites More sharing options...
jtaseff Posted May 6, 2017 Share Posted May 6, 2017 Is there a single place where all of the versions and patches and everything are listed? Seems like the website and file depot aren't consistently updated. Is there any announcement I'm missing for releases like this patch? Link to comment Share on other sites More sharing options...
steve.milici Posted May 8, 2017 Share Posted May 8, 2017 The website has the IDE and patch updates. The Forums' FileDepot has the firmware and update listings. Please contact our Technical Support group if you need help with accessing these sites: support@deltatau.com Link to comment Share on other sites More sharing options...
jtaseff Posted May 8, 2017 Share Posted May 8, 2017 On the website, I was going to PowerPmac -> Software -> PowerPMAC IDE -> Download, which only shows the IDE 2.2.0.39 version. Had to hunt around and finally found the page below which has some of what I'm looking for. At least IDE "January patch" is there. I see some firmware version announcements but not 2.3.1.0. http://www.deltatau.com/DT_SoftwareDownload/SoftwareUpdates.aspx Link to comment Share on other sites More sharing options...
Recommended Posts