Hello all.
When i run the command "scons source" in the root of the repository, getting the following output: scons: Reading SConscript files ... TypeError: object of type 'NoneType' has no len(): File "C:\Users\kvark\nvda\github\SConstruct", line 184: envWin10.SConscript('nvdaHelper/localWin10/sconscript', exports={'env': envW in10, 'libInstallDir': sourceLibDir}, variant_dir='build/x86/localWin10') File "C:\Users\kvark\nvda\github\miscDeps\python\SCons\Script\SConscript.py", line 551: return _SConscript(self.fs, *files, **subst_kw) File "C:\Users\kvark\nvda\github\miscDeps\python\SCons\Script\SConscript.py", line 260: exec _file_ in call_stack[-1].globals File "C:\Users\kvark\nvda\github\build\x86\localWin10\sconscript", line 70: vcRedist = os.path.join(progFilesX86, r"Microsoft Visual Studio 14.0\VC\redi st\onecore\x86\Microsoft.VC140.CRT") File "C:\Python27\lib\ntpath.py", line 65: result_drive, result_path = splitdrive(path) File "C:\Python27\lib\ntpath.py", line 115: if len(p) > 1: What could be the problem? Visual studio community 2015 and other dependencies are installed correctly. Windows 7 x86. -- Best regards, Kvark. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Nvda-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/nvda-devel |
Did you select the component from the installer for onecore? On Mon, Jul 3, 2017 at 10:29 AM, Kvark <[hidden email]> wrote: Hello all. Derek Riemer: Improving the world one byte at a time!
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Nvda-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/nvda-devel |
Yes, the directory c:\Program Files\Microsoft Visual Studio
14.0\VC\redist\onecore\ exist. 04.07.2017 Derek Riemer пишет: > Did you select the component from the installer for onecore? > > On Mon, Jul 3, 2017 at 10:29 AM, Kvark <[hidden email] > <mailto:[hidden email]>> wrote: > > Hello all. > When i run the command "scons source" in the root of the repository, > getting the following output: > scons: Reading SConscript files ... > TypeError: object of type 'NoneType' has no len(): > File "C:\Users\kvark\nvda\github\SConstruct", line 184: > envWin10.SConscript('nvdaHelper/localWin10/sconscript', > exports={'env': envW > in10, 'libInstallDir': sourceLibDir}, > variant_dir='build/x86/localWin10') > File > "C:\Users\kvark\nvda\github\miscDeps\python\SCons\Script\SConscript.py", > line 551: > return _SConscript(self.fs, *files, **subst_kw) > File > "C:\Users\kvark\nvda\github\miscDeps\python\SCons\Script\SConscript.py", > line 260: > exec _file_ in call_stack[-1].globals > File > "C:\Users\kvark\nvda\github\build\x86\localWin10\sconscript", line 70: > vcRedist = os.path.join(progFilesX86, r"Microsoft Visual Studio > 14.0\VC\redi > st\onecore\x86\Microsoft.VC140.CRT") > File "C:\Python27\lib\ntpath.py", line 65: > result_drive, result_path = splitdrive(path) > File "C:\Python27\lib\ntpath.py", line 115: > if len(p) > 1: > > What could be the problem? Visual studio community 2015 and other > dependencies are installed correctly. Windows 7 x86. > -- > Best regards, Kvark. > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Nvda-devel mailing list > [hidden email] > <mailto:[hidden email]> > https://lists.sourceforge.net/lists/listinfo/nvda-devel > <https://lists.sourceforge.net/lists/listinfo/nvda-devel> > > > > > -- > > Derek Riemer: Improving the world one byte at a time! > > * University of Colorado Boulder Department of computer science, 4th > year undergraduate student. > * Accessibility enthusiast. > * Proud user of the NVDA screen reader. > * Open source enthusiast. > * Skier. > > Personal website <http://derekriemer.com> > > > > > Ðта чаÑть ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð±ÑƒÐ´ÐµÑ‚ загружена по первому требованию. > > > > Ðта чаÑть ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð±ÑƒÐ´ÐµÑ‚ загружена по первому требованию. > -- Best regards, Kvark. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Nvda-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/nvda-devel |
In reply to this post by derek riemer
In my system (Windows 7 x86) is missing the environment variable
"ProgramFiles(x86)". In the file nvdaHelper\localWin10\sconscript on line 28, i replaced the "ProgramFiles(x86)" to "ProgramFiles" and it worked! Now building occurs without errors, but I don't know what the original cause of the error. 04.07.2017 Derek Riemer пишет: > Did you select the component from the installer for onecore? > > On Mon, Jul 3, 2017 at 10:29 AM, Kvark <[hidden email] > <mailto:[hidden email]>> wrote: > > Hello all. > When i run the command "scons source" in the root of the repository, > getting the following output: > scons: Reading SConscript files ... > TypeError: object of type 'NoneType' has no len(): > File "C:\Users\kvark\nvda\github\SConstruct", line 184: > envWin10.SConscript('nvdaHelper/localWin10/sconscript', > exports={'env': envW > in10, 'libInstallDir': sourceLibDir}, > variant_dir='build/x86/localWin10') > File > "C:\Users\kvark\nvda\github\miscDeps\python\SCons\Script\SConscript.py", > line 551: > return _SConscript(self.fs, *files, **subst_kw) > File > "C:\Users\kvark\nvda\github\miscDeps\python\SCons\Script\SConscript.py", > line 260: > exec _file_ in call_stack[-1].globals > File > "C:\Users\kvark\nvda\github\build\x86\localWin10\sconscript", line 70: > vcRedist = os.path.join(progFilesX86, r"Microsoft Visual Studio > 14.0\VC\redi > st\onecore\x86\Microsoft.VC140.CRT") > File "C:\Python27\lib\ntpath.py", line 65: > result_drive, result_path = splitdrive(path) > File "C:\Python27\lib\ntpath.py", line 115: > if len(p) > 1: > > What could be the problem? Visual studio community 2015 and other > dependencies are installed correctly. Windows 7 x86. > -- > Best regards, Kvark. > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Nvda-devel mailing list > [hidden email] > <mailto:[hidden email]> > https://lists.sourceforge.net/lists/listinfo/nvda-devel > <https://lists.sourceforge.net/lists/listinfo/nvda-devel> > > > > > -- > > Derek Riemer: Improving the world one byte at a time! > > * University of Colorado Boulder Department of computer science, 4th > year undergraduate student. > * Accessibility enthusiast. > * Proud user of the NVDA screen reader. > * Open source enthusiast. > * Skier. > > Personal website <http://derekriemer.com> > > > > > Ðта чаÑть ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð±ÑƒÐ´ÐµÑ‚ загружена по первому требованию. > > > > Ðта чаÑть ÑÐ¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð±ÑƒÐ´ÐµÑ‚ загружена по первому требованию. > -- Best regards, Kvark. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Nvda-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/nvda-devel |
Are you 32 bit? On Mon, Jul 3, 2017 at 3:39 PM, Kvark <[hidden email]> wrote: In my system (Windows 7 x86) is missing the environment variable "ProgramFiles(x86)". Derek Riemer: Improving the world one byte at a time!
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Nvda-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/nvda-devel |
Yes, windows 7 ultimate 32bit
04.07.2017 Derek Riemer пишет: > Are you 32 bit? > > On Mon, Jul 3, 2017 at 3:39 PM, Kvark <[hidden email] > <mailto:[hidden email]>> wrote: > > In my system (Windows 7 x86) is missing the environment variable > "ProgramFiles(x86)". > In the file nvdaHelper\localWin10\sconscript on line 28, i replaced > the "ProgramFiles(x86)" to "ProgramFiles" and it worked! > Now building occurs without errors, but I don't know what the > original cause of the error. > > 04.07.2017 Derek Riemer пишет: > > Did you select the component from the installer for onecore? > > On Mon, Jul 3, 2017 at 10:29 AM, Kvark <[hidden email] > <mailto:[hidden email]> <mailto:[hidden email] > <mailto:[hidden email]>>> wrote: > > Hello all. > When i run the command "scons source" in the root of the > repository, > getting the following output: > scons: Reading SConscript files ... > TypeError: object of type 'NoneType' has no len(): > File "C:\Users\kvark\nvda\github\SConstruct", line 184: > envWin10.SConscript('nvdaHelper/localWin10/sconscript', > exports={'env': envW > in10, 'libInstallDir': sourceLibDir}, > variant_dir='build/x86/localWin10') > File > > "C:\Users\kvark\nvda\github\miscDeps\python\SCons\Script\SConscript.py", > line 551: > return _SConscript(self.fs, *files, **subst_kw) > File > > "C:\Users\kvark\nvda\github\miscDeps\python\SCons\Script\SConscript.py", > line 260: > exec _file_ in call_stack[-1].globals > File > > "C:\Users\kvark\nvda\github\build\x86\localWin10\sconscript", > line 70: > vcRedist = os.path.join(progFilesX86, r"Microsoft > Visual Studio > 14.0\VC\redi > st\onecore\x86\Microsoft.VC140.CRT") > File "C:\Python27\lib\ntpath.py", line 65: > result_drive, result_path = splitdrive(path) > File "C:\Python27\lib\ntpath.py", line 115: > if len(p) > 1: > > What could be the problem? Visual studio community 2015 and > other > dependencies are installed correctly. Windows 7 x86. > -- Best regards, Kvark. > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Nvda-devel mailing list > [hidden email] > <mailto:[hidden email]> > <mailto:[hidden email] > <mailto:[hidden email]>> > https://lists.sourceforge.net/lists/listinfo/nvda-devel > <https://lists.sourceforge.net/lists/listinfo/nvda-devel> > <https://lists.sourceforge.net/lists/listinfo/nvda-devel > <https://lists.sourceforge.net/lists/listinfo/nvda-devel>> > > > > > -- > > Derek Riemer: Improving the world one byte at a time! > > * University of Colorado Boulder Department of computer > science, 4th > year undergraduate student. > * Accessibility enthusiast. > * Proud user of the NVDA screen reader. > * Open source enthusiast. > * Skier. > > Personal website <http://derekriemer.com> > > > > > Ðта Ñ‡Ð°Ñ Ñ‚ÑŒ Ñ Ð¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð±ÑƒÐ´ÐµÑ‚ > загружена по первому требованию. > > > > Ðта Ñ‡Ð°Ñ Ñ‚ÑŒ Ñ Ð¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð±ÑƒÐ´ÐµÑ‚ > загружена по первому требованию. > > > -- > Best regards, Kvark. > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Nvda-devel mailing list > [hidden email] > <mailto:[hidden email]> > https://lists.sourceforge.net/lists/listinfo/nvda-devel > <https://lists.sourceforge.net/lists/listinfo/nvda-devel> > > > > > -- > > Derek Riemer: Improving the world one byte at a time! > > * University of Colorado Boulder Department of computer science, 4th > year undergraduate student. > * Accessibility enthusiast. > * Proud user of the NVDA screen reader. > * Open source enthusiast. > * Skier. > > Personal website <http://derekriemer.com> > > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > > _______________________________________________ > Nvda-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/nvda-devel > -- Best regards, Kvark. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Nvda-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/nvda-devel |
Can you please try with the nhl10PfW32 branch I just created? This should hopefully fix the issue. git fetch git checkout nhl10PfW32 scons source Jamie On Tue, Jul 4, 2017 at 8:04 AM, Kvark <[hidden email]> wrote: Yes, windows 7 ultimate 32bit ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Nvda-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/nvda-devel |
Yes, now everything works.
P.S. In the command "git checkout nhl10PfW32" the second space this no-break space (code 160). Was surprised why copy-paste doesn't work :) 04.07.2017 James Teh пишет: > Can you please try with the nhl10PfW32 branch I just created? This > should hopefully fix the issue. > git fetch > git checkout nhl10PfW32 > scons source > > Jamie > > On Tue, Jul 4, 2017 at 8:04 AM, Kvark <[hidden email] > <mailto:[hidden email]>> wrote: > > Yes, windows 7 ultimate 32bit > > 04.07.2017 Derek Riemer пишет: > > Are you 32 bit? > > On Mon, Jul 3, 2017 at 3:39 PM, Kvark <[hidden email] > <mailto:[hidden email]> <mailto:[hidden email] > <mailto:[hidden email]>>> wrote: > > In my system (Windows 7 x86) is missing the environment > variable > "ProgramFiles(x86)". > In the file nvdaHelper\localWin10\sconscript on line 28, i > replaced > the "ProgramFiles(x86)" to "ProgramFiles" and it worked! > Now building occurs without errors, but I don't know what the > original cause of the error. > > 04.07.2017 Derek Riemer пишет: > > Did you select the component from the installer for > onecore? > > On Mon, Jul 3, 2017 at 10:29 AM, Kvark > <[hidden email] <mailto:[hidden email]> > <mailto:[hidden email] <mailto:[hidden email]>> > <mailto:[hidden email] <mailto:[hidden email]> > > <mailto:[hidden email] > <mailto:[hidden email]>>>> wrote: > > Hello all. > When i run the command "scons source" in the root > of the > repository, > getting the following output: > scons: Reading SConscript files ... > TypeError: object of type 'NoneType' has no len(): > File "C:\Users\kvark\nvda\github\SConstruct", > line 184: > > envWin10.SConscript('nvdaHelper/localWin10/sconscript', > exports={'env': envW > in10, 'libInstallDir': sourceLibDir}, > variant_dir='build/x86/localWin10') > File > > "C:\Users\kvark\nvda\github\miscDeps\python\SCons\Script\SConscript.py", > line 551: > return _SConscript(self.fs, *files, **subst_kw) > File > > "C:\Users\kvark\nvda\github\miscDeps\python\SCons\Script\SConscript.py", > line 260: > exec _file_ in call_stack[-1].globals > File > > "C:\Users\kvark\nvda\github\build\x86\localWin10\sconscript", > line 70: > vcRedist = os.path.join(progFilesX86, r"Microsoft > Visual Studio > 14.0\VC\redi > st\onecore\x86\Microsoft.VC140.CRT") > File "C:\Python27\lib\ntpath.py", line 65: > result_drive, result_path = splitdrive(path) > File "C:\Python27\lib\ntpath.py", line 115: > if len(p) > 1: > > What could be the problem? Visual studio community > 2015 and > other > dependencies are installed correctly. Windows 7 x86. > -- Best regards, Kvark. > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the > world's most > engaging tech sites, Slashdot.org! > http://sdm.link/slashdot > _______________________________________________ > Nvda-devel mailing list > [hidden email] > <mailto:[hidden email]> > <mailto:[hidden email] > <mailto:[hidden email]>> > <mailto:[hidden email] > <mailto:[hidden email]> > > <mailto:[hidden email] > <mailto:[hidden email]>>> > https://lists.sourceforge.net/lists/listinfo/nvda-devel > <https://lists.sourceforge.net/lists/listinfo/nvda-devel> > > <https://lists.sourceforge.net/lists/listinfo/nvda-devel > <https://lists.sourceforge.net/lists/listinfo/nvda-devel>> > > <https://lists.sourceforge.net/lists/listinfo/nvda-devel > <https://lists.sourceforge.net/lists/listinfo/nvda-devel> > > <https://lists.sourceforge.net/lists/listinfo/nvda-devel > <https://lists.sourceforge.net/lists/listinfo/nvda-devel>>> > > > > > -- > Derek Riemer: Improving the world one byte at a time! > > * University of Colorado Boulder Department of computer > science, 4th > year undergraduate student. > * Accessibility enthusiast. > * Proud user of the NVDA screen reader. > * Open source enthusiast. > * Skier. > > Personal website <http://derekriemer.com> > > > > > Ðта Ñ‡Ð°Ñ Ñ‚ÑŒ Ñ Ð¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð±ÑƒÐ´ÐµÑ‚ > загружена по первому > требованию. > > > > Ðта Ñ‡Ð°Ñ Ñ‚ÑŒ Ñ Ð¾Ð¾Ð±Ñ‰ÐµÐ½Ð¸Ñ Ð±ÑƒÐ´ÐµÑ‚ > загружена по первому > требованию. > > > -- Best regards, Kvark. > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Nvda-devel mailing list > [hidden email] > <mailto:[hidden email]> > <mailto:[hidden email] > <mailto:[hidden email]>> > https://lists.sourceforge.net/lists/listinfo/nvda-devel > <https://lists.sourceforge.net/lists/listinfo/nvda-devel> > <https://lists.sourceforge.net/lists/listinfo/nvda-devel > <https://lists.sourceforge.net/lists/listinfo/nvda-devel>> > > > > > -- > > Derek Riemer: Improving the world one byte at a time! > > * University of Colorado Boulder Department of computer > science, 4th > year undergraduate student. > * Accessibility enthusiast. > * Proud user of the NVDA screen reader. > * Open source enthusiast. > * Skier. > > Personal website <http://derekriemer.com> > > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > > _______________________________________________ > Nvda-devel mailing list > [hidden email] > <mailto:[hidden email]> > https://lists.sourceforge.net/lists/listinfo/nvda-devel > <https://lists.sourceforge.net/lists/listinfo/nvda-devel> > > > -- > Best regards, Kvark. > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Nvda-devel mailing list > [hidden email] > <mailto:[hidden email]> > https://lists.sourceforge.net/lists/listinfo/nvda-devel > <https://lists.sourceforge.net/lists/listinfo/nvda-devel> > > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > > _______________________________________________ > Nvda-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/nvda-devel > -- Best regards, Kvark. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Nvda-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/nvda-devel |
Free forum by Nabble | Edit this page |