View Issue Details

IDProjectCategoryView StatusLast Update
0005998Spring engineLinuxpublic2018-06-06 20:36
Reporterconstatinus Assigned ToKloot  
PrioritynormalSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product Version104.0 +git 
Fixed in Version104.0 +git 
Summary0005998: Unable to compile spring reinterpret_cast problem
DescriptionI was trying to compile spring in linux,make -j4,and suddenly:
/home/user/git/spring/rts/Rendering/GL/RenderDataBuffer.hpp:27:3: error: reinterpret_cast from integer to pointer
  }};
   ^
/home/user/git/spring/rts/Rendering/GL/RenderDataBuffer.hpp:41:3: error: reinterpret_cast from integer to pointer
  }};
   ^
/home/user/git/spring/rts/Rendering/GL/RenderDataBuffer.hpp:47:3: error: reinterpret_cast from integer to pointer
  }};

and about 10 of those errors.
Steps To ReproduceCompile spring.
Additional InformationFedora 28 x86_64.
gcc 8.1.1, which i think is the problem.
Does the same on master,develop and maintenance.
Tags104.0+git building
Checked infolog.txt for Errors

Activities

hokomoko

2018-06-05 15:34

developer   ~0019168

RenderDataBuffer doesn't even exist on master and/or maintenance

constatinus

2018-06-05 15:51

reporter   ~0019169

Oh, maybe git didn't delete the files when i was switching branches? But this still happends on develop. Master has another error now

Kloot

2018-06-05 15:53

developer   ~0019170

gcc caught up with clang, yay.

however, you are doing something badly wrong if these same errors show up on any branch other than develop.

Issue History

Date Modified Username Field Change
2018-06-05 15:29 constatinus New Issue
2018-06-05 15:29 constatinus Tag Attached: 104.0+git building
2018-06-05 15:34 hokomoko Note Added: 0019168
2018-06-05 15:51 constatinus Note Added: 0019169
2018-06-05 15:53 Kloot Note Added: 0019170
2018-06-06 20:36 Kloot Assigned To => Kloot
2018-06-06 20:36 Kloot Status new => resolved
2018-06-06 20:36 Kloot Resolution open => fixed
2018-06-06 20:36 Kloot Fixed in Version => 104.0 +git