Re: [e-users] New error when trying to build E17 with easy_e17.sh

2009-04-03 Thread Jochen Schroeder
I ran into the same problem the other day, the reason is that configure does not detect the location of wpa_supplicant, but it does not fail, instead the make stage fails. You can get around this by modifying PATH to include the location of wpa_supplicant (for me on a debian system that meant inclu

Re: [e-users] New error when trying to build E17 with easy_e17.sh

2009-04-03 Thread Fabio Falcinelli
Hi, I'm not using easy_e17.sh to compile my installation but a dirty script I made myself using Archlinux building system. Anyway, reading the code of the easy_e17 it seems you could pass the package "exalt" to it with the option --skip so that it doesn't compile it, of course if you don't need

Re: [e-users] New error when trying to build E17 with easy_e17.sh

2009-04-03 Thread Geoffrey
Geoffrey wrote: > I removed my E17 code and tried re-running easy_e17.sh, now I get > further in the process, but get the following error: > > exalt_wpa_supplicant.c:60: error: ‘COMMAND_WPA’ undeclared (first use in > this function) > > anyone? I've tried blowing away my existing e17 and rebui