gonzalo / gphoto2-updater

Gphoto2 compiler and installer script. This script was initially created for Raspbian and Raspberry Pi but it is also tested for Ubuntu and Debian Jessie & Wheezy.
http://github.com/gonzalo/gphoto2-updater
292 stars 72 forks source link

Gphoto2-updater in Linux Voyage #6

Closed Folignometeo closed 10 years ago

Folignometeo commented 10 years ago

I try to update ghoto2 with this script in linux voyage but when the script excute line81-83 don't work, I try with Ubuntu and work well. Alex

gonzalo commented 10 years ago

Can you be more specific? What kind of error you get?

Folignometeo commented 10 years ago

When the script arrive line 81-83 try to excute this command: ./configure make make install

and tell me "command not found"

gonzalo commented 10 years ago

I've included some new additions and checks to the script. Please try it again.

Folignometeo commented 10 years ago

The problem is still there:

Compiling and installing libusb 1.0.17

checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... no checking whether make supports nested variables... no checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... (cached) no checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: in /root/gphoto2-temp-folder/libusbx-1.0.17': configure: error: no acceptable C compiler found in $PATH Seeconfig.log' for more details ./gphoto2up.sh: line 91: make: command not found ./gphoto2up.sh: line 92: make: command not found

Folignometeo commented 10 years ago

I install "cgg" and "pkg-config" but have:

You may run "make" and "make install" now. Please check whether the configuration I detected matches what you would like to have. E.g. make sure that USB support is there if you intend to use USB cameras with libgphoto2 photo camera library.

Please also check that PKG_CONFIG_PATH contains ${libdir}/pkgconfig before compiling any libgphoto2 frontend.

./gphoto2up.sh: line 120: make: command not found ./gphoto2up.sh: line 121: make: command not found

gonzalo commented 10 years ago

If make is not present you should use "sudo apt-get install build-essentials" which should be included in raspbian

Are you using a standard raspbian installation?

(currently my RPI is dead so I'm using an emulator, so changes could have some different results)

Gonzalo

2014-07-14 18:47 GMT+02:00 Folignometeo notifications@github.com:

I install "cgg" and "pkg-config" but have:

You may run "make" and "make install" now. Please check whether the configuration I detected matches what you would like to have. E.g. make sure that USB support is there if you intend to use USB cameras with libgphoto2 photo camera library.

Please also check that PKG_CONFIG_PATH contains ${libdir}/pkgconfig before compiling any libgphoto2 frontend.

./gphoto2up.sh: line 120: make: command not found ./gphoto2up.sh: line 121: make: command not found

— Reply to this email directly or view it on GitHub https://github.com/gonzalo/gphoto2-updater/issues/6#issuecomment-48924855 .

Folignometeo commented 10 years ago

I'm not using raspberry, i use alix board with Linux Voyage

gonzalo commented 10 years ago

Unfortunately I cannot offer support for this distro.

It seems you have some troubles having the necessary packages to compile. Try to add build-essentials and if you have solution please let me know

Good look.

Gonzalo

2014-07-16 8:08 GMT+02:00 Folignometeo notifications@github.com:

I'm not using raspberry, i use alix board with Linux Voyage

— Reply to this email directly or view it on GitHub https://github.com/gonzalo/gphoto2-updater/issues/6#issuecomment-49126979 .