fstiewitz / build-tools-cpp

Build your projects in atom
https://atom.io/packages/build-tools
MIT License
31 stars 6 forks source link

Doesn't seem to work anymore with Atom 1.2 #46

Closed noirbizarre closed 8 years ago

noirbizarre commented 8 years ago

Hi !

Since I upgraded to Atom 1.2, build-tools doesn't seem to work anymore: I have the following error in the console:

/usr/share/atom/resources/app.asar/src/package.js:655 Failed to require the main module of 'build-tools' because it requires an incompatible native module.
Run `apm rebuild` in the package directory to resolve.
fstiewitz commented 8 years ago

You probably have to rebuild the module. There should be a bug indicator in the status-bar that allows you to rebuild the package (including the new dependency).

noirbizarre commented 8 years ago

You're right. Sorry for the inconvenience.