Re: "recursive" regex match?

2011-07-31 Thread Egon Andersen
Petr Tomasek wrote: Hi! I tried to make a "recursive" regexp using the g_regexp_* functions, i.e. something like: regex = g_regex_new ("^\\s*(?:(shift|ctrl|alt)-)*([a-z])\\s*$", G_REGEX_CASELESS|G_REGEX_OPTIMIZE, 0, NULL); But when doing g_regex_match() together with g_match_info_fetch_all(

Re: Re: make file command not working

2011-07-31 Thread ian . liu88
Please read http://www.catb.org/~esr/faqs/smart-questions.html Yeti Also, it is a common practice to place a "README" file in projects. If you read GTK's "README" file, you will see the installation instructions ;-) Cheers, Ian L. ___ gtk-lis

Re: make file command not working

2011-07-31 Thread David Nečas
On Wed, Jul 27, 2011 at 08:18:23PM +0530, Shashank Gudipati wrote: > make command is not working while trying to install gtk+ . this is after the > ./configure -prefix=/opt/gtk step in the manual > terminal is showing following message: > > make: *** No targets specified and no makefile found . St

Re: make file command not working

2011-07-31 Thread Tadej Borovšak
Hi. 2011/7/27 Shashank Gudipati : > this is after the ./configure -prefix=/opt/gtk Configure command should be: ./configure --prefix=/opt/gtk Does that fix anything? -- Tadej Borovšak tadeboro.blogspot.com tadeb...@gmail.com tadej.borov...@gmail.com ___

make file command not working

2011-07-31 Thread Shashank Gudipati
hi, make command is not working while trying to install gtk+ . this is after the ./configure -prefix=/opt/gtk step in the manual terminal is showing following message: make: *** No targets specified and no makefile found . Stop. i am unable to iron out the deficiencies. Please help as i am new a