[wsf-c-dev] [jira] Created: (WSFC-40) Building WSF/C fails when SQLight is installed into a directory with spaces

Evanthika Amarasiri (JIRA) jira at wso2.org
Mon Jun 18 22:33:15 PDT 2007


Building WSF/C fails when SQLight is installed into a directory with spaces
---------------------------------------------------------------------------

                 Key: WSFC-40
                 URL: http://www.wso2.org/jira/browse/WSFC-40
             Project: WSO2 WSF/C
          Issue Type: Bug
          Components: Build System / Windows
    Affects Versions: 1.0alpha2
         Environment: Microsoft Visual Studio 8, MySQL Server 5.0, Windows XP
            Reporter: Evanthika Amarasiri
         Assigned To: Samisa Abeysinghe
            Priority: Minor


Below are the steps to reproduce the issue

1. Installed SQLight in to the directory "C:\Program Files\SQLight"
2. Set the parameter as "WITH_SQLITE = 1" in the file "WSFC_HOME\sandesha2c\build\win32\configure.in"
3. Set the SQLight src/bin file location in the same file
3. Run the build.bat and build WSF/C
4. Once the build is complete, specify the "sandesha2_db" and the "db_server" server path in the "WSFC_HOME\sandesha2c\config\module.xml"
5. Now try to run the axis2cserver.bat but it failed since when building, it could not identify the path which SQLight was installed because it was deployed in a folder with spaces.

Therefore, in the default "WSFC_HOME\sandesha2c\build\win32\configure.in" file, specify the "SQLITE_SRC_DIR" and the "SQLITE_BIN_DIR"  path names within double quotes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the Wsf-c-dev mailing list