On some flavours of linux errno is a macro rather than an int so you need to alter the error.h file for it to compile
You need to do the following….
mv error.h error.h.orig
sed -e ‘s/extern int errno;/#include
On some flavours of linux errno is a macro rather than an int so you need to alter the error.h file for it to compile
You need to do the following….
mv error.h error.h.orig
sed -e ‘s/extern int errno;/#include
The famous error “The project you are trying to open is a web project you need to open it by specifying its URL path” in visual studio .net. Basically you have either lost your .webinfo file or your .webinfo file is pointing to the wrong project or wrong place.
Took me a while to figure it out but hope that helps someone. Hopefully the source code provider isnt so buggy in Visual Studio 2005.
Took this really nice picture of Scruffy today while at lunch.
He looks so contented now its the summer, out in the garden. And him teasing ‘Mia the doggy’ and then having a scratch on the tree.
Took delivery of my new machine yesterday. Rather swiss, this is my first Mac, they tell me once you taste Mac you never go back !!
First thing I needed to do was to get it on my encrypted wireless network ugh oh !! Couldnt for the life of me get it on, I use a manual 128 bit key and have my passphrase in key 4, did a bit of reading and realised that the Mac only reads passphrases from KEY 1 so had to move my phrase into that on my existing wireless access points and yes it all works…
Other problem I had was that I couldnt get the Mac to see my shares on the windows 2003 domain controller. It could connect via ip address and share name but the file finder couldnt browse the list of shares. Tried for ages to get it going and at last seem to have cracked it. Basically having read a lot of articles on the subject on the web I realised that in my local policy I had the network client talk securely (if server agrees) disabled as some articles say so made that enabled and just disabled the always talk securely and enabled send smb passwords unencrypted and this appears to have fixed it although I not entirely too confident about that. But its all working now 🙂 the linux, windows and mac boxes can all talk together and share files no probs. Can even pass files to my mac laptop which is just great.