2024-05-16 17:40 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0005998Spring engineLinuxpublic2018-06-06 20:36
Reporterconstatinus 
Assigned ToKloot 
PrioritynormalSeverityblockReproducibilityalways
StatusresolvedResolutionfixed 
Product Version104.0 +git 
Target VersionFixed 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
Attached Files

-Relationships
+Relationships

-Notes

~0019168

hokomoko (developer)

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

~0019169

constatinus (reporter)

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

~0019170

Kloot (developer)

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.
+Notes

-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
+Issue History