You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/02/02 01:10:00 UTC

[jira] [Commented] (MYNEWT-882) Newt - Problems with spaces in paths

    [ https://issues.apache.org/jira/browse/MYNEWT-882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16349617#comment-16349617 ] 

ASF GitHub Bot commented on MYNEWT-882:
---------------------------------------

ccollins476ad opened a new pull request #131: MYNEWT-882 Newt - Allow spaces in paths
URL: https://github.com/apache/mynewt-newt/pull/131
 
 
   Newt was interpreting each include path as a space-delimited list of directories.  If the project directory name contained a space, the path would get split into two separate paths, causing an `#include` directive to fail.
   
   Now, newt treats each entry as a single include path.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Newt - Problems with spaces in paths
> ------------------------------------
>
>                 Key: MYNEWT-882
>                 URL: https://issues.apache.org/jira/browse/MYNEWT-882
>             Project: Mynewt
>          Issue Type: Bug
>      Security Level: Public(Viewable by anyone) 
>          Components: Newt
>            Reporter: Christopher Collins
>            Assignee: Sterling Hughes
>            Priority: Major
>
> A user from the #general slack channel (Anup) reported an issue involving spaces in path names.
> The summary is:
> {noformat}
> 2018/01/07 18:57:21.699 [DEBUG] o=repos/apache-mynewt-core/boot/bootutil/src/bootutil_misc.c:24:10: fatal error: syscfg/syscfg.h: No such file or directory
> {noformat}
> {noformat}
> -IBhattacharjee/dev/myproj/bin/targets/nucleof401_boot/generated/include
> {noformat}
> The full include path should be: {{C:/msys64/home/Anup Bhattacharjee/dev/myproj/bin/targets/nucleof401_boot/generated/include}}
> The full build log is here: https://mynewt.slack.com/files/U8P49MQ83/F8P7W856W/-.txt



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)