cnlohr / noeuclid

Non-euclidean GPU Raytraced Game
BSD 3-Clause "New" or "Revised" License
644 stars 48 forks source link

Compiling errors when using the command #62

Open WilliamWangPeng opened 3 years ago

WilliamWangPeng commented 3 years ago

HI dear author,
It's truly a honor to write a letter to you, I'm build your project nowadays and found the error when building as following, I wonder if there is a chance that you know the reason? :)

image

thank you
best regards to you
William

cnlohr commented 3 years ago

Try adding

#define TCC_RELOCATE_AUTO (void*)1

To the code

WilliamWangPeng commented 3 years ago

Try adding

#define TCC_RELOCATE_AUTO (void*)1

To the code

hi dear @cnlohr

the compiling is ok now but testing is not yet, the errors show that Aborted (core dumped)

image

image

image