Code Monkey home page Code Monkey logo

Comments (8)

cboxdoerfer avatar cboxdoerfer commented on June 20, 2024

Hi, which linux distribution are you using?

from fsearch.

cboxdoerfer avatar cboxdoerfer commented on June 20, 2024

Did you write? ./configure --prefix=/usr

from fsearch.

sapomuyverde avatar sapomuyverde commented on June 20, 2024

Hi,
I'm using solus, this is the output:

javier@linuxsolus ~/fsearch $ ./autogen.sh
Copying file po/Makefile.in.in

Please add the files
codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3930.
src/Makefile.am:33: warning: shell $(GLIB_COMPILE_RESOURCES: non-POSIX variable name
src/Makefile.am:33: (probably a GNU make extension)
javier@linuxsolus ~/fsearch $ ./configure --prefix=/usr
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... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
./configure: line 2877: syntax error near unexpected token IT_PROG_INTLTOOL' ./configure: line 2877:AX_REQUIRE_DEFINED(IT_PROG_INTLTOOL)'
javier@linuxsolus ~/fsearch $

Any help is welcome.

Regards,
Javier

from fsearch.

cboxdoerfer avatar cboxdoerfer commented on June 20, 2024

@sapomuyverde, try installing a package called gnome-common. not sure how it's called exactly on Solus OS.

from fsearch.

sapomuyverde avatar sapomuyverde commented on June 20, 2024

Hi Christian,
Finally it worked!!!

I appreciate your help, I have some questions, I realized that to find all files for example .png, should I not use *.png, I have to try with .png, but what about for example search *myfile.* or myfile.* and so.

PS: How to search the entire contents of the hard disk without adding each folder, and then I can exclude folders that I do not want.

Regards,
Javier

from fsearch.

cboxdoerfer avatar cboxdoerfer commented on June 20, 2024

I appreciate your help, I have some questions, I realized that to find all files for example .png, should I not use .png, I have to try with .png, but what about for example search *myfile. or myfile.* and so.

That's what the regex mode is for (menu bar: Search -> Enable RegEx). There you can use the usual regular expressions with wildcards and so on. E.g. the regular expression for "myfile.*" is myfile\.+.

But simple wildcard queries like you mentioned will be added to the normal search mode soon.

How to search the entire contents of the hard disk without adding each folder, and then I can exclude folders that I do not want.

Just add the root directory of the filesystem (e.g. by pressing Ctrl+L in the add folder dialog, insert '/' and hit enter, or by manually navigating to the root dir). And then exclude the folders you like in the Exclude tab.

from fsearch.

cboxdoerfer avatar cboxdoerfer commented on June 20, 2024

Since you managed to compile it, I'm closing the issue. If you have any additional questions or suggestions, feel free to ask.

from fsearch.

sapomuyverde avatar sapomuyverde commented on June 20, 2024

Hi,
I appreciate your help, Thank you for signs.

Regards,
Javier

from fsearch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.