wireless_tools

I am trying to compile the Ubuntu wireless_tools in FreeBSD.
These are needed e.g. to compile the NetworkManager, that is a simple GUI for wireless networks (described e.g. here)

Now, of course I know it will be difficult to port such a software. Anyway, I have a /stupid/ problem. I download wireless_tools from Ubuntu archives, I run gmake, and hundreds of errors appear, just like some library *-dev is missing. Has somebody idea of what libraries do I lack?

Thank you!
 
ororo said:
I run gmake, and hundreds of errors appear, just like some library *-dev is missing. Has somebody idea of what libraries do I lack?
Perhaps if you supplied a bit more information. Like what errors?
 
Sorry! I forgot the attachement.
It contains the first 5kb (out of 70kb!) of errors ;)
 

Attachments

  • log.txt
    5.2 KB · Views: 361
I'm afraid linux/type.h is part of the linux headers, and I suppose that it cannot work in FreeBSD...
 
Back
Top