Re: [e-users] Compiling ephoto

2015-02-01 Thread Quelrond
...just one question about ephoto. Is there any way to show the whole directory tree on the left pane, not just current directory folders (like FastStone and XnView)? Peter On 02/01/2015 12:01, Massimo Maiurana wrote: > Quelrond ha scritto il 01/02/2015 alle 11:20: > >> So, the configure scrip

Re: [e-users] Compiling ephoto

2015-02-01 Thread Quelrond
OK, thank you, it compiles and works. Nice app!! Some errors in console: [peter@pcbsd-peter ~/E/Ephoto/ephoto/src/bin]$ ./ephoto ERR<18109>: lib/eina/eina_hash.c:1224 eina_hash_iterator_data_new() safety check failed: hash == NULL ERR<18109>: lib/eina/eina_hash.c:1224 eina_hash_iterator_data_ne

Re: [e-users] Compiling ephoto

2015-02-01 Thread Massimo Maiurana
Quelrond ha scritto il 01/02/2015 alle 11:20: > So, the configure script is absent - impossible to compile anything > cloning git repo. > Is there any other way to get it? Just run autogen.sh to generate the configure script. It will also run the generated script without further intervention. So

Re: [e-users] Compiling ephoto

2015-02-01 Thread Simon
On 02/01/2015 08:50 PM, Quelrond wrote: > Hello, > > I'm trying to compile ephoto from git. > > From INSTALL: >> Briefly, the shell commands `./configure; make; make install' should >> configure, build, and install this package. > From .gitignore: >> ... >> configure >> ... > So, the configure

[e-users] Compiling ephoto

2015-02-01 Thread Quelrond
Hello, I'm trying to compile ephoto from git. From INSTALL: > Briefly, the shell commands `./configure; make; make install' should > configure, build, and install this package. From .gitignore: > ... > configure > ... So, the configure script is absent - impossible to compile anything clonin