Re: NetworkManager-0.8; build problem

2010-04-19 Thread Mike McCarty
James Richard Tyrer wrote: > On 04/19/10 18:04, Mike McCarty wrote: >> James Richard Tyrer wrote: >>> Is there something wrong with this code: >>> >>> NetworkManager-0.8.build/src/NetworkManagerPolicy.c: >>> >>> #include >>> >>> if (isblank (*p) || (*p == '\0')) { >>> >>> ?? GCC-4.3.4

Re: NetworkManager-0.8; build problem

2010-04-19 Thread James Richard Tyrer
On 04/19/10 18:04, Mike McCarty wrote: > James Richard Tyrer wrote: >> Is there something wrong with this code: >> >> NetworkManager-0.8.build/src/NetworkManagerPolicy.c: >> >> #include >> >> if (isblank (*p) || (*p == '\0')) { >> >> ?? GCC-4.3.4 doesn't like it: >> >> NetworkManagerP

Re: NetworkManager-0.8; build problem

2010-04-19 Thread Mike McCarty
James Richard Tyrer wrote: > Is there something wrong with this code: > > NetworkManager-0.8.build/src/NetworkManagerPolicy.c: > > #include > > if (isblank (*p) || (*p == '\0')) { > > ?? GCC-4.3.4 doesn't like it: > > NetworkManagerPolicy.c:272: error: implicit declaration of f

NetworkManager-0.8; build problem

2010-04-19 Thread James Richard Tyrer
Is there something wrong with this code: NetworkManager-0.8.build/src/NetworkManagerPolicy.c: #include if (isblank (*p) || (*p == '\0')) { ?? GCC-4.3.4 doesn't like it: NetworkManagerPolicy.c:272: error: implicit declaration of function 'isblank' Any suggestions? Note tha