Results 209 comments of circuit10

> I think we can find a middle ground and use pau. `1.5pi` https://xkcd.com/1292/

> I tried something similar, the flawed logic is that the number of times to recurse and few digits are actually extremely large \>:(

> @jeffli678 Just upload the index for the proof please. If the index in pi is too large, maybe try e. No need, the index is in Pi

> How about the index of the index? Still too large? That's in Pi too, you just need to find it

It gives me this error: ``` /usr/bin/ld: pqiv.o: in function `window_configure_callback': /home/heath/pqiv/pqiv.c:6641: undefined reference to `gdk_x11_window_get_xid' collect2: error: ld returned 1 exit status make: *** [GNUmakefile:170: pqiv] Error 1 ```

Installing `libgtk-3-dev` didn't work

Do you have binaries maybe?

OK, mine seems to be using GTK2 instead of GTK3

Forcing GTK3 seems to have fixed it

Yay, it works, thanks for the help (I realised the GTK version was different from the libraries). I had to do `./configure --gtk-version=3`