陳可邦

Results 3 comments of 陳可邦

I'm having some troubles building from the dev branch, it runs into the following error: ``` pdf_viewer/coordinates.h: In member function ‘float Vec::norm()’: pdf_viewer/coordinates.h:289:16: error: there are no argumentsto ‘sqrt’ that...

> Out of curiosity, are you running this on a virtual machine? Could you try running sioyek like this: `LIBGL_ALWAYS_SOFTWARE=1 sioyek`? I'm running it directly on my laptop. And that...

> Maybe replace this: > > ``` > 289 | return sqrt(norm_squared); > ``` > > with > > ``` > return sqrt(norm_squared) > ``` Sorry for the late reply....