Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying Compiling #3

Closed
sapomuyverde opened this issue Jun 20, 2016 · 8 comments
Closed

Trying Compiling #3

sapomuyverde opened this issue Jun 20, 2016 · 8 comments

Comments

@sapomuyverde
Copy link

Hi,
For me does not work…
./autogen.sh output:

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)

./configure –prefix=/usr output:
configure: error: invalid variable name:–prefix'`

Any help is welcome.

Regards,
Javier

@cboxdoerfer
Copy link
Owner

Hi, which linux distribution are you using?

@cboxdoerfer
Copy link
Owner

cboxdoerfer commented Jun 21, 2016

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

@sapomuyverde
Copy link
Author

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

@cboxdoerfer
Copy link
Owner

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

@sapomuyverde
Copy link
Author

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

@cboxdoerfer
Copy link
Owner

cboxdoerfer commented Jun 30, 2016

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.

@cboxdoerfer
Copy link
Owner

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

@sapomuyverde
Copy link
Author

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

Regards,
Javier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants