Deleted user
Deleted user
My GPU is an HD 6950 and it doesn't show any gpu when opened aswell
The problem is this omake doesn't work with any makefile. It always crashes with this error: ``` terminate called after throwing an instance of 'std::system_error' what(): Bad file descriptor Aborted...
> Please move that to https://github.com/LADSoft/OMAKE, which should also make it easy to build without manual deletion of files. This repository is not synced with the latest changes. Getting your...
@chuggafan I changed line 110 in ToolChain.cpp from `if (access(configName.c_str(), 0) != 0)` to `if (access(configName.c_str(), 0) != F_OK)` but it doesn't help. ~~I'm willing to test your changes. Please...
Note: I build omake completely decoupled from orange c. `ToolChain::StandardToolStartup` makes a reference to the `ORANGEC` environment variable. It seems omake is tied to orange c? I don't have orange...
> Also, renaming it when you should have omake.cfg will cause it to hunt for > make.cfg for the check, so that's another weird thing... @chuggafan Please have a look...
> I've done some investigation, it seems to be something up with my jobserver implementation, I only did a preliminary investigation and I'll do a further one over the weekend...
I managed to compile the whole orange c suite in linux. This is the command I used: ``` make COMPILER="gcc-linux" ``` But I don't know what to do after that....
Frankly speaking, I'm more interested in omake as a standalone tool. If I need the whole orange c suite to use omake then it's a lot less appealing to me.
> > > Please move that to https://github.com/LADSoft/OMAKE, which should also make it easy to build without manual deletion of files. > > > > > > This repository is...