gpicker-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gpicker-talk] How do I build gpicker-simple under OSX?


From: Aliaksey Kandratsenka
Subject: Re: [Gpicker-talk] How do I build gpicker-simple under OSX?
Date: Thu, 16 May 2013 10:56:39 -0700




On Thu, May 16, 2013 at 10:52 AM, Derek Thurn <address@hidden> wrote:
It looks like it's hanging on the read call in loading.c:

#0  0x00007fff8baabff8 in read ()
#1  0x0000000106726582 in input_names [inlined] () at loading.c:80

This is for invoking via ./gpicker-simple "configure"

Ok. I though you mentioned it hangs before main which is not the case here.

./gpicker-simple does not have code to read list of files (or any other entities you wish to filter). You're supposed to pipe names in. I.e. like this:

# find . -type f | ./gpicker-simple -M conf
.git/config
     ^^^^
configure.ac.in
^^^^


reply via email to

[Prev in Thread] Current Thread [Next in Thread]