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

Reply via email to