Hey Marcus, That didn’t work for me. I ended up getting an error on the `make install` step. Happy to get you the logs in a bit for that error.
But in the meantime, I’m reading documentation and also trying this on my Linux laptop which runs on Ubuntu 16.04. A question I had is, do I just need to git clone libgphoto2, or do I also need to git clone gphoto2? Do I need to then configure gphoto2 to use the libgphoto2 that I installed at the `./configure` step? Chris > On Apr 5, 2020, at 11:05 AM, Marcus Meissner <mar...@jet.franken.de> wrote: > > Hi, > > > On Sun, Apr 05, 2020 at 09:13:10AM -0700, Christopher Kao wrote: >> Thank you for your contributions, Marcus. Attached are the summary.log and >> summary.txt files you asked for. >> >> By the way, I think you may have mistyped the command. It seems to be: >> ``` >> gphoto2 --summary --debug --debug-logfile=summary.log > summary.txt >> ``` >> >> Which uses `—debug` instead of `—debuginfo >> >> >> >> These are the steps that I did: >> I git cloned the libgphoto2 repository on my MacBook Pro 15” Retina 2018: >> https://github.com/gphoto/libgphoto2 <https://github.com/gphoto/libgphoto2>. >> I followed instructions in the INSTALL file in the repo: >> https://github.com/gphoto/libgphoto2/blob/master/INSTALL >> <https://github.com/gphoto/libgphoto2/blob/master/INSTALL>. >> I saw a lot of logs coming out on the `make -j6` step (I have 6 CPU cores). >> But no errors (at least it ran to completion) >> Then I ran `make install`. >> Then I navigated to my root directory and typed in the command you provided. >> >> Let me know if this has what you need. I hope this ran the updated git code, >> not whatever I had previously installed when I had installed gphoto2 before. > > It currently still uses libgphoto2 2.5.24 (system library) (you can see this > with gphoto2 --version) > > It should be 2.5.24.1 with the current master... > > Not sure where the Macbook installs, but it might be possible to overwrite it > with configure settigns... > > judging from your logfile the libdir is currently at > /usr/local/Cellar/libgphoto2/2.5.24/lib/ > > ./configure --prefix=/usr --libdir=/usr/local/Cellar/libgphoto2/2.5.24/lib/ > make clean > make -j6 > and > make install > > Ciao, Marcus _______________________________________________ Gphoto-devel mailing list Gphoto-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gphoto-devel