{ "id": "144545", "key": "TIMOB-18557", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2015-02-13T19:29:14.000+0000", "created": "2015-02-12T03:59:18.000+0000", "priority": { "name": "None", "id": "6" }, "labels": [], "versions": [ { "id": "16593", "description": "Release 4.0.0", "name": "Release 4.0.0", "archived": false, "released": true, "releaseDate": "2015-05-21" } ], "issuelinks": [], "assignee": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "updated": "2017-03-14T19:50:18.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "h5.Description\r\n\r\nWhen building using SDK version 4.0.0.v20150211151855 the build fails with the the CMakeError *Configuring incomplete, errors occurred*\r\n\r\n{code}\r\n[WARN] CMake Error at CMakeLists.txt:41 (find_package):\r\n By not providing \"FindSQLite.cmake\" in CMAKE_MODULE_PATH this project has\r\n asked CMake to find a package configuration file provided by \"SQLite\", but\r\n CMake did not find one.\r\n\r\n Could not find a package configuration file provided by \"SQLite\" with any\r\n of the following names:\r\n\r\n SQLiteConfig.cmake\r\n sqlite-config.cmake\r\n\r\n Add the installation prefix of \"SQLite\" to CMAKE_PREFIX_PATH or set\r\n \"SQLite_DIR\" to a directory containing one of the above files. If \"SQLite\"\r\n provides a separate development package or SDK, be sure it has been\r\n installed.\r\n[INFO] -- Configuring incomplete, errors occurred!\r\nSee also \"C:/Users/Windo_000/AppData/Local/Temp/testCommunity/wp.ARM/CMakeFiles/CMakeOutput.log\".\r\n{code}\r\n\r\n\r\nI have attached the build log and the CMake log\r\n\r\nIf I step back to a SDK 4.0.0.v20150205101324 then the project builds fine. Any build using an SDK after this fails.\r\n\r\nh5.Steps to reproduce\r\n\r\n0. Ensure you have Titanium SDK from master branch\r\n1. Download the latest SDK using ti sdk install -b master -d\r\n2. Create a new Windows project\r\n3. Build the project\r\n\r\nh5.Actual Result\r\n\r\nThe build will fail with a CMakeError\r\n\r\nh5.Expected Result\r\n\r\nThe build should pass and deploy to device or emulator", "attachment": [ { "id": "54096", "filename": "build_windows.log", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2015-02-12T03:59:18.000+0000", "size": 16090, "mimeType": "text/plain" }, { "id": "54095", "filename": "CMakeOutput.log", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2015-02-12T03:59:18.000+0000", "size": 64866, "mimeType": "text/plain" } ], "flagged": false, "summary": "Windows: Build fails with CMakeError 'Configuring incomplete, errors occurred'", "creator": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "subtasks": [], "reporter": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "environment": "Windows 8.1 Pro\r\nTitanium SDK build :4.0.0.v20150211151855\r\nTitanium CLI, build: 3.6.0-dev\r\nVisual Studio Professional 2013 Update 4\r\nWindows Phone Emulator 8.1\r\nLumia 1020 8.1\r\n\r\n", "closedSprints": [ { "id": 331, "state": "closed", "name": "2015 Sprint 03 Windows", "startDate": "2015-01-31T01:00:00.000Z", "endDate": "2015-02-14T01:00:00.000Z", "completeDate": "2015-02-16T21:05:06.994Z", "originBoardId": 144 } ], "comment": { "comments": [ { "id": "343307", "author": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "body": "Reopening ticket as the build still fails when using:\r\n\r\nWindows 8.1 Pro \r\nTitanium SDK build :4.0.0.v20150213000104 \r\nTitanium CLI, build: 3.6.0-dev \r\nVisual Studio Professional 2013 Update 4 \r\nWindows Phone Emulator 8.1 \r\nLumia 1020 8.1\r\n\r\nThe build fails with the error below. After checking the build templates folder there appears to be one more reference to SQLite at line 76 in CMakeLists.txt.ejs.\r\n\r\n{code}\r\n[WARN] CMake Error at CMakeLists.txt:96 (add_executable):\r\n Cannot find source file:\r\n\r\n src/sqlite3.dll\r\n\r\n Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp\r\n .hxx .in .txx\r\n[WARN] CMake Error: CMake can not determine linker language for target: windows\r\n[INFO] -- Generating done\r\n[INFO] -- Build files have been written to: C:/Users/Windo_000/AppData/Local/Temp/windows/wp.x86\r\n{code}", "updateAuthor": { "name": "eharris", "key": "eharris", "displayName": "Ewan Harris", "active": true, "timeZone": "Europe/Dublin" }, "created": "2015-02-13T18:23:12.000+0000", "updated": "2015-02-13T18:23:12.000+0000" }, { "id": "343342", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "Argh! ok I think I fixed it now.", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2015-02-13T19:29:14.000+0000", "updated": "2015-02-13T19:29:14.000+0000" }, { "id": "412185", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-14T19:50:18.000+0000", "updated": "2017-03-14T19:50:18.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }