-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
The smallpt example notebook was merged through this pr #299
I asked @kr-2003 to try it out too and it worked absolutely fine #299 (comment)
But this fails while we run it through our link https://compiler-research.org/xeus-cpp/lab/index.html
This is happening because in cell 4 we have this include (obviously required for any SDL utility)
#include <SDL2/SDL.h>
Now if you look at the stuff present in the sysroot path I see both SDL and SDL2
anutosh491@Anutoshs-MacBook-Air include % ls
.....
......
SDL .....
SDL2
So locally I see contents out of SDL2 in xcpp.data !!!!
So locally trying this out is absolutely fine.
But through our link, I don't see the file being present at all (which is very strange)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working