make mapper
KRISHNA priya <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <[email protected]> |
Hai,
I build pegasus
G:\pegasus>make
Result: PEGASUS Development Server Runtime Environment configured
Then I try to make WMIMapper.
G:\pegasus\src\WMIMapper>make mapper
It just copy some files.
Eg: make --directory=G:\pegasus/src/WMIMapper/WMIServer -f Makefile copy2
make[1]: Entering directory `G:/pegasus/src/WMIMapper/WMIServer'
mu copy G:/pegasus/src/Service/Service.cpp ./Service.cpp
mu copy G:/pegasus/src/Service/Service.h ./Service.h
make[1]: Leaving directory `G:/pegasus/src/WMIMapper/WMIServer'
So what I do is, I give the command as
G:\pegasus\src\WMIMapper>make
After copying the files, it shows the result as
G:/pegasus/src\Pegasus/Common/Network.h(63) : fatal error C1189:
#error : "<Peg
asus/Common/Network.h>: FD_SETSIZE is already
defined. This file mu
st be included prior to any header file that
defines FD_SETSIZE, su
ch as <windows.h>, <winsock.h>, or <winsock2.h>."
make[1]: ***
[G:/pegasus/obj/WMIMapper/WMIProvider/WMIInstanceProvider.obj] Error 2
make[1]: Leaving directory
`G:/pegasus/src/WMIMapper/WMIProvider'
make: *** [all] Error 2
Please help
Regards..