Genio IDE Config

Hello,

I’m having trouble configuring the Genio IDE. When I open a sample project and try to build, I get this:

Error: Failed to find path: No such file or directory. /etc/makefile-engine: No such file or directory. No rule to make target ‘/etc/makefile-engine’.

Everything is using the default makefile within the project. The build target is set to MyApp, which is how it’s referenced in the makefile.

Not sure if it’s a package issue. I have make installed.

For anything related to Genio, please open an issue here.
Genio just executes the command passed to it, in this case make. This looks like a make’s error not Genio’s. Did you try to run make from Terminal?

1 Like

Yes, I did. Seems to be a corrupt package issue, though, as it said everything was installed. I removed the package and re-installed from HaikuDepot and it’s now working.

1 Like

Which package, Genio or Make?

It was the makedepends package. Was already installed, but removing and re-adding added the /etc/makefile-engine.

1 Like