Re: [hatari-devel] program autostart, visual studio Hatari compilation |
[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]
I normally build and run Hatari through Visual Studio since I prefer their debugger (but with a custom project/solution file and not through cmake).
I don't recall any show stoppers getting it to build.
That being said, it's been a while and I remember there being a lot of warnings and errors that need to be fixed such as includes for unistd.h or dirent.h and related calls which don't normally exist on windows and haven't been wrapped with ifdefs or converted
to the windows equivalents.
There are also some issues that need fixing if you're building with unicode support as well.
From: Paweł Góralski <pgoralski@xxxxxxxxxxxx>
Sent: Sunday, 24 October 2021 9:56 PM To: hatari-devel@xxxxxxxxxxxxxxxxxxx <hatari-devel@xxxxxxxxxxxxxxxxxxx> Subject: [hatari-devel] program autostart, visual studio Hatari compilation Secondly, anyone has any successes with building Hatari with Visual
Studio and CMake (VS2019 should have c99 support as far I know)? Any show stoppers before I dive in? On first glance SDL2 and other dependencies prebuild dependencies should be setup (without pkg-config) along with VS2019 custom flags. Regards, Pawel Goralski |
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |