Germán Poo-Caamaño

Results 24 comments of Germán Poo-Caamaño

IMHO, we could simplify the UI and switch to GtkHeaderBar. Most of the items in *Edit* and *View* could be removed. The toolbar can be simplified to make room for...

It does not seem to handle it in the same instance, for example, if I want to use one as a template of a new one.

> Sometimes (not always) for Paste to work, you have to be sure that EntryTree widget got the focus by pressing Mouse Left button on the empty space in the...

Why cannot we use the same clipboard? or in other words, why do we need to different clipboards: default and custom one? Although the sentence quote there, I think is...

> I don't know for sure, but I guess it is for security reasons. We may need to check the logs, or ChangeLog to check if that was the rationale....

Possibly `config.log` says something about what it tried and what did not work.

Where is `jni.h` located in your system?

Please, paste the output of ` $ cd source/of/ccfinderx $ ./configure ` There is a rule to check where JNI is located, and it should add it to the compiler...

For the macros `AX_JNI_INCLUDE_DIR` and `AX_BOOST_BASE` you need to install the package: `autoconf-archive`. After that, and if `configure` is successful, you should be able to build `ccfinderx`.

By the way, if you happen to have that package installed, you should run: ``` $ libtoolize $ aclocal -I m4 --install $ autoconf $ automake --foreign --add-missing $ ./configure...