Ashar Fuadi

Results 41 comments of Ashar Fuadi

Please use the dist (.tar.gz) one. Did you actually perform the steps mentioned here: https://github.com/fushar/regrader#3-configure-regrader?

As long as it gives you access to the console (to run the grader), it should be possible.

Well... that means your database configuration is wrong and thus regrader cannot connect to it.

Hi -- basically you just need to replace the `/usr/bin/g++` part to your compiler path. Usually you don't need to do this if you're using Ubuntu and you have installed...

Replace with what? Seems like you're missing it? (`Unable to fork [-o ...`)

Hmm why? I said replace with your actual compiler path, if necessary

What error did you get when you used `/usr/bin/g++`?

Hmm strange. Could you try running a very simple PHP file that just contains something like ``` ``` just to test whether your PHP settings is good?

Good. Then try putting some C++ file inside the folder `secret-68a550951829942d1acd6c2a35519343` (e.g. `test.cpp`), and then try compiling that file using the same `exec()` command, e.g ``` ``` use full path...

This is currently very hard to do because macro varargs doesn't work nicely with 0 args, unless some dark macro magic is involved.