[hatari-devel] Compile time error on Linux |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] Compile time error on Linux
- From: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Date: Sun, 25 Mar 2018 09:10:00 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1521961801; s=strato-dkim-0002; d=seimet.de; h=Content-Type:Message-ID:Subject:To:From:Date:X-RZG-CLASS-ID: X-RZG-AUTH:From:Subject:Sender; bh=1GyEAZGIqe+fTCaiL2D9KZt6/DAI//mQz3kmpL3xlfI=; b=mfWFN/20p1feT8+7t8TH+unBxCdoZDnEceQA87TLtrbVZaKfO/PoG3J+sLTmgJujem Qrk2R1qr0Nmcu2CR2DqqWp2utpvDdb37AyBa1lXoLeesFVFZERlquUPHtbj4O5xjBFVI xKvhf46ePvt3rzD6pmtZHTU9PDtsKLSltoZXXAn76wUsKfKQ/zSABVKuMT8cQJez5ZPG Df3Y2zpwoWeTSXuvJQ1VWwdaC5NVWMOEY1wdCri6Qgm5eucOOyKGiKGm+4NIrlBirght dYeamgQTjnz68B6k6tG52Tdi2q3TIgbzJneY+hIAFy6SRKx1hOcd01IILhQLnCQYleUu hn0g==
Hi all,
With the latest sources and libsdl 2.0.4 on Linux 4.15.9 I get this compile
time error:
[100%] Linking C executable hatari
CMakeFiles/hatari.dir/hdc.c.o: In function `HDC_PartitionCount':
hdc.c:(.text+0x183e): undefined reference to `SDL_SwapLE32'
hdc.c:(.text+0x184d): undefined reference to `SDL_SwapLE32'
collect2: error: ld returned 1 exit status
make[2]: *** [src/CMakeFiles/hatari.dir/build.make:1790: src/hatari] Error 1
make[1]: *** [CMakeFiles/Makefile2:204: src/CMakeFiles/hatari.dir/all] Error 2
Cleaning and re-generating everything did not help.
Best regards
Uwe