Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows: xsl.EXE exits with error code 0xD on self-build and program build #234

Closed
nodebotanist opened this issue Jul 21, 2019 · 3 comments

Comments

@nodebotanist
Copy link
Contributor

Commit: c92dff5 of public branch

Error message:

### 'C:\Users\Nodebotanist\Projects\moddable\build\tmp\win\release\tools\modules\commodetto\Bitmap.xsb': invalid file
NMAKE :  U1077: 'C:\Users\Nodebotanist\Projects\moddable\build\bin\win\release\xsl.EXE' : return code '0xd'
Stop.

C:\Users\Nodebotanist\Projects\moddable\build\makefiles\win>call C:\Users\Nodebotanist\Projects\moddable\build\bin\win\release\mcconfig -m -p x-win C:\Users\Nodebotanist\Projects\moddable\tools\xsbug\manifest.json

This error message shows repeatedly when building.

This prevents me from building the XS application suite and programs for the XS engine

@bfriedkin
Copy link
Collaborator

bfriedkin commented Jul 21, 2019

@nodebotanist -

Apologies for the inconvenience.

Our last GitHub push of the Moddable SDK included many new features. There were significant updates to both the tools and runtime. Please try rebuilding your Moddable tools and apps clean by deleting your %MODDABLE%\build\bin and %MODDABLE%\build\tmp directories and then rebuild the tools:

cd %MODDABLE%\build\makefiles\win
build

After the tools build completes, you can rebuild and run your Moddable apps.

Regards,
Brian

@nodebotanist
Copy link
Contributor Author

nodebotanist commented Jul 23, 2019

hmmmm... after deleting those directories, windows gives me the following on rebuild:

C:\Users\Nodebotanist\Projects\moddable\build\makefiles\win>call C:\Users\Nodebotanist\Projects\moddable\build\bin\win\release\mcconfig -m -p x-win C:\Users\Nodebotanist\Projects\moddable\tools\xsbug\manifest.json
'C:\Users\Nodebotanist\Projects\moddable\build\bin\win\release\mcconfig' is not recognized as an internal or external command,
operable program or batch file.

UPDATE: these steps work fine on Linux and Mac

@nodebotanist
Copy link
Contributor Author

Ah, caught it-- didn't actually delete the directories in Windows. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants