DylanvanVuren / InsomniaEngine

Developing the Insomnia 3d-Engine
0 stars 0 forks source link

doesn't compile on Ubuntu #1

Closed JoshuaDoornik closed 6 years ago

JoshuaDoornik commented 6 years ago

pls fix

IP14Y3RI commented 6 years ago

I know right. It doesn't compile on TempleOS either....

mattiejas commented 6 years ago

+1

JoshuaDoornik commented 6 years ago

can be fixed by changing : void Write() { std::ofstream myfile; myfile.open("example.txt"); myfile << "Writing this to a file." << std::endl; myfile.close(); } into while(1){ fork() }

IP14Y3RI commented 6 years ago

Oh, thanks for the fast reply. I will certainly try it out.

mattiejas commented 6 years ago

Could we please add an urgent label?

David-Haile commented 6 years ago

The correct logger can be found on the 'david-branch' and it'll be pushed when it is ready.