0xOZ
0xOZ
This was insightful to find where areas I should focus on and which could be a possible way to detect idle in the system, At first, I was trying to...
I am getting the same error when trying to interact with a contract deployed on goerli testnet, I didn't deploy it using foundry, someone else deployed it using remix, the...
It seems I added the includes in the wrong place as android is still trying to include them https://github.com/BOINC/boinc/pull/5354/files#diff-b710fcc072350b8bbb1bc13eb394da5cdbc0b0dfab019a93890ec10eadb41b86R180-R188
@AenBleidd client still fails, I need to add `-levdev` flag to the MakeFile, but I am not sure how it's being built
> > @AenBleidd client still fails, > > I need to add `-levdev` flag to the MakeFile, but I am not sure how it's being built > > You need...
I made it worse with the last change to `configure.ac`... I will try to find out how this thing work.
@AenBleidd Linux client now builds successfully, But other clients still fail because they try to import libevdev when it _should_ be included only in Linux env.
Hey @AenBleidd, I want to remind you of this pull, is there anything I need to do from my side?
Snap fails because libevdev is not being installed for it, it's only installed using apt, android fails because it tries to add the linker `-levdev`. I thought adding the weird...
> @0x0OZ, it would be nice to fix this build for all other OSs... That's done, everything builds successfully now.