Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Low
-
Resolution: Fixed
-
Affects Version/s: 1.0alpha2
-
Fix Version/s: 1.0alpha2
-
Component/s: Build System / Windows
-
Labels:None
-
Environment:
Windows XP, Microsoft Visual Studio 2005 Professional Edition - ENU
Description
Below are the steps to reproduce the issue
1. Execute the build.bat file to build WSF/C
2. When building, I get the following error
*****************************************************************************************************************************************************************************
src\stub.c(36) : fatal error C1083: Cannot open include file: 'neethi_options.h': No such file or directory
util.c
wsclient.c
c:\wso2-projects\wsf-c\releases\1.0\wso2-wsf-c-src-1.0\wsclient\src\stub.h(29) : fatal error C1083: Cannot open include file: 'config.h': No such file or directory
Generating Code...
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\cl.exe"' : return code '0x2'
Stop.
*****************************************************************************************************************************************************************************
3. This is due to the neethi_options.h file being located inside neethi/src/util folder and not inside the neethi/include folder