On Tue, Feb 21, 2006 at 03:19:30PM +0200, Eddy Petri?or wrote:
> grep -r -e "\s*#include\s\s*<" . |sort -u
At least gcc doesn't have a problem with anything which matches
'^\s*#\s*include\s*<'
So that may be a better expression.
Thanks,
Bas Wijnen
--
I encourage people to send encrypted e-mail
On 2/21/06, Eddy Petrişor <[EMAIL PROTECTED]> wrote:
> May I suggest:
> grep -r "\s*#include\s\s<" . |sort -u
I ment
grep -r -e "\s*#include\s\s*<" . |sort -u
--
Regards,
EddyP
=
"Imagination is more important than knowledge" A.Einstein
On 2/21/06, Justin Pryzby <[EMAIL PROTECTED]> wrote:
> One technique for finding these is to grep for
> included headers, something like grep -r '^#include <' . |sort -u
May I suggest:
grep -r "\s*#include\s\s<" . |sort -u
as it perfectly legal to place the includes at some whitespaces away
from
On Tue, Feb 21, 2006 at 03:54:02PM +0530, Niranjan Nayak wrote:
> Hi
> to all
> I am building the debian of my kde projcet . I have some doubts;
>
> How can I find the dependencies for a package ? Is there
>any "hack" ? If any what is that and how I will use that
On Tuesday 21 February 2006 11:24, Niranjan Nayak wrote:
> Hi
> to all
> I am building the debian of my kde projcet . I have some
> doubts;
>
> How can I find the dependencies for a package ? Is there
>any "hack" ? If any what is that and how I will use that one .
Hi
to all
I am building the debian of my kde projcet . I have some doubts;
How can I find the dependencies for a package ? Is there
any "hack" ? If any what is that and how I will use that one .
All help will be greatly appriciated .
Thanks
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
El Jueves, 3 de Julio de 2003 00:55, Stephen Gran escribió:
> I'm not sure if you mean Depends: or Build-Depends: here - I'm going to
> assume Depends: here. Running objdump on your binaries is a always a
You are right, i mean Depends ;-)
I am going
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
El Jueves, 3 de Julio de 2003 00:55, Stephen Gran escribió:
> I'm not sure if you mean Depends: or Build-Depends: here - I'm going to
> assume Depends: here. Running objdump on your binaries is a always a
You are right, i mean Depends ;-)
I am going
This one time, at band camp, Jaime Robles said:
> Hello.
Hello,
> I am doing my NM process and i have a question that i still don't know
> how to answer properly O:-)
>
> It is about finding dependencies. How can i find the dependencies for
> a package? I know that th
This one time, at band camp, Jaime Robles said:
> Hello.
Hello,
> I am doing my NM process and i have a question that i still don't know
> how to answer properly O:-)
>
> It is about finding dependencies. How can i find the dependencies for
> a package? I know that th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello.
I am doing my NM process and i have a question that i still don't know how to
answer properly O:-)
It is about finding dependencies.
How can i find the dependencies for a package?
I know that there is a "hack" to find them bu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello.
I am doing my NM process and i have a question that i still don't know how to
answer properly O:-)
It is about finding dependencies.
How can i find the dependencies for a package?
I know that there is a "hack" to find them bu
12 matches
Mail list logo