Author Topic: Compile Error after using win10  (Read 1366 times)

0 Members and 1 Guest are viewing this topic.

Offline xra7en

  • Seasoned Forum Regular
  • Posts: 284
Compile Error after using win10
« on: July 04, 2021, 01:22:17 pm »
So.. picked up an Alienware laptop (dream machine for me), sadly it only accepts W10 booo!
Been fixing and adjusting stuff all over.
Really stuck at QB64: got the following error when compiling:

Code: QB64: [Select]
  1. D:/QBASIC 64/internal/c/c_compiler/lib/gcc/x86_64-w64-mingw32/8.1.0/include/avx512vlintrin.h:12551:48: error: '#' is not followed by a macro parameter
  2.  #define _mm256_mask_shuffle_f32x4(W, U, X, Y, C)                                      ï™H3­8#%Éß±¬Á‘sÇÜ#;
  3.                                                 ^
  4. compilation terminated due to -Wfatal-errors.

I didnt do anything since qb64 is on another drive. When I get new rigs, I just put the drive in that rig. and off it goes (but I am usually using W7, NOT W10). This time same thing, but cant compile.
I tried at command line, does not work there.

made an exception in windows defender for teh qb64 folder - no joy.

anything else I can try?

thanks

I just like re-writing old DOS book games into modern QB64 code - weird hobby, I know!

Marked as best answer by xra7en on July 04, 2021, 10:09:00 am

Offline xra7en

  • Seasoned Forum Regular
  • Posts: 284
Re: Compile Error after using win10
« Reply #1 on: July 04, 2021, 02:08:52 pm »
Solved

I had v1.51 QB64 so redownloaded v1.5

Now it works.

Can a dev explain that? Or was v1.51 an experimental - I forgot.

thanks
I just like re-writing old DOS book games into modern QB64 code - weird hobby, I know!

Offline SpriggsySpriggs

  • Forum Resident
  • Posts: 1145
  • Larger than life
    • GitHub
Re: Compile Error after using win10
« Reply #2 on: July 04, 2021, 06:09:57 pm »
1.51 is the dev build. I'm not sure why you would have had those compilation errors. I operate solely on the dev builds. Was on Windows 10 and now on 11. Haven't had any errors right out of the box.
Shuwatch!

Offline xra7en

  • Seasoned Forum Regular
  • Posts: 284
Re: Compile Error after using win10
« Reply #3 on: July 04, 2021, 07:58:17 pm »
ok, ya I thought it was a dev build. Not sure why it came up. but seemed to work after I backed it down. I'll wait til I get things setup on this rig and I'll re-download 1.51 again..

thanks for your consistent work on this project - I cant' say it enough!!!
I just like re-writing old DOS book games into modern QB64 code - weird hobby, I know!