Before "Fishpond" disappeared suddenly from active Haiku development he left me a master copy of his rewrite of PhotoGrabber v2.3.3, which does build on 64 bit Haiku.
I went through all the directories and stripped out all of the leftover NetBeans files and crud from his previous test builds. I also made a few edits to the included Makefile to reflect some those changes.
I ran "make" on a 64 bit platform to be sure that it builds and functions correctly. It has been tested as working using both a Canon SD1000 and Sony HDR-TG5V.
Next, I built using the Clang Static Analyzer. I have attached the following files:
Before "Fishpond" disappeared suddenly from active Haiku development he left me a master copy of his rewrite of PhotoGrabber v2.3.3, which does build on 64 bit Haiku. I went through all the directories and stripped out all of the leftover NetBeans files and crud from his previous test builds. I also made a few edits to the included Makefile to reflect some those changes. I ran "make" on a 64 bit platform to be sure that it builds and functions correctly. It has been tested as working using both a Canon SD1000 and Sony HDR-TG5V. Next, I built using the Clang Static Analyzer. I have attached the following files:
PhotoGrabber-master-stripped.zip (source files) scan-build-PhotoGrabber.txt (scan-build terminal output) scan-build-2017-12-16-160207-6208-1.zip (Clang Static Analyzer Report) PackageInfo.txt (for creating Haiku hpkg)
Further cleanup of the Makefile will be necessary. Thank you for reviewing!