friidump icon indicating copy to clipboard operation
friidump copied to clipboard

Fix error: multiple definition of `disctype';

Open aphex3k opened this issue 3 years ago • 2 comments

Fix error

multiple definition of `disctype'; CMakeFiles/friidumplibdir/disc.c.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status

Fixes https://github.com/bradenmcd/friidump/issues/10

aphex3k avatar Jan 27 '23 23:01 aphex3k

Also adds a fairly minimal Dockerfile to build and run friidump.

aphex3k avatar Jan 28 '23 00:01 aphex3k

You could also just make the uisctype variable static instead of just removing it. I think that matches what the original author was trying to go for more. Although I don't see much of a use of it being there myself, I've not looked much into the code.

ColleagueRiley avatar Jan 06 '24 03:01 ColleagueRiley