Hello the QB64 Team,
I'm trying to help doppler to install QB64 smoothly on his Pi using my multi lingual installation script.
His main problem is the use of the floating point that does'nt work (fails on the compil of libqb).
As of July 31, 2019 Jack posted:
https://www.qb64.org/forum/index.php?topic=1550.msg107663#msg107663Did you edit the file common.h and add #define QB64_NOT_X86
Since I'm not a C++ developper, can someone please help me and tell where exactly to add this "#define QB64_NOT_X86" declaration in the common.h file (at the top, at the end, somewhere else)?
Then, I'll be able to modify my multi lingual installation script to make it run on a Pi by checking the machine and the OS used then providing a modified common.h (e.g. common.raspbian) file just for this specific purpose.
Now, a better solution would be later to modify the common.h file with a define block keyed on for exemple "QB64_RASPBIAN" so that the statement "#define QB64_NOT_X86" would only get included as required.
But for now, my proposed work arround (two use a specific common.h file) would be enough to make tests.
TIA.
Kind regards.
Fifi