Skip to content

Bug while running smallpt example notebook with lite #301

@anutosh491

Description

@anutosh491

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)

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions