RBDOOM-3-BFG icon indicating copy to clipboard operation
RBDOOM-3-BFG copied to clipboard

build errors?

Open katamari1992 opened this issue 4 years ago • 0 comments

I got part of the way through the building and ran into an error. I think the error is referencing line 53 or 54. I don't know enough to truly fix things I tried fiddling a bit. Commenting out the offending line(s)(didn't work restored to original) Tried renaming a folder it was looking for that seemed to be mis-named (didn't work restored to original) At this point I don't know what else to try to get it working here's the last few lines from (make)

/usr/include/c++/9/bits/unique_ptr.h:53:28: note: declared here 53 | template class auto_ptr; | ^~~~~~~~ make[2]: *** [idlib/CMakeFiles/precomp_header_idlib.dir/build.make:58: idlib/CMakeFiles/precomp_header_idlib] Error 1 make[1]: *** [CMakeFiles/Makefile2:211: idlib/CMakeFiles/precomp_header_idlib.dir/all] Error 2 make: *** [Makefile:84: all] Error 2 End of output. Thank you for your attention. Hopefully it's not something simple I missed.

katamari1992 avatar Mar 12 '21 05:03 katamari1992