Re: [hatari-devel] Mac OS X vs. bRealTimeClock |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Mac OS X vs. bRealTimeClock
- From: Bob Carpenter <hatari@xxxxxxxxxx>
- Date: Tue, 28 Jun 2016 16:55:47 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ripon89-us.20150623.gappssmtp.com; s=20150623; h=sender:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=trsElZ59WC+x4jaAX0SIcZPWsekiSoT/cewJunzIZeQ=; b=HJupiuKvf36ghPhCytbzhUp+3etQkqZopYiktGschIrDcqzfq7W5Ol/MAwIko6Lnuj eIrL8hNppwJWuSX8hPOxG5gca91lKTJVdX+ErvWzUQgkR/9IDA41rSc/Ydi1+P+abwih db7MFbfr9XZKjbdsKDO9Dmr3zHc/3pSISU3vTm6tWb7dSP9e3HRFwr0Vh62/XVfpCu6R YAZkueM5Oy/E+eYm5VCGMQdVPJMuvidZXiayVUZKnqTbAvIlRvd0T44D3jnHPGMPB15x DtW29Bp4U7f7w1mPIvX3mTpHi207a2kkMKjxokxgS2BXvG/HbLRzGxwoTqmWUy37cbBx 3BcQ==
Jerome,
Unfortunately, when I downloaded Hatari from Mercurial and copied over your CMakeLists.txt and gui-osx directories, I received the following errors when I attempted to generate the Xcode project using cmake -G Xcode:
CMake Error at CMakeLists.txt:71 (add_subdirectory):
add_subdirectory given source "debug" which is not an existing directory.
CMake Error at CMakeLists.txt:72 (add_subdirectory):
add_subdirectory given source "falcon" which is not an existing directory.
CMake Error at CMakeLists.txt:73 (add_subdirectory):
add_subdirectory given source "gui-sdl" which is not an existing directory.
CMake Error at CMakeLists.txt:74 (add_subdirectory):
add_subdirectory given source "uae-cpu" which is not an existing directory.
CMake Error at CMakeLists.txt:188 (install):
install TARGETS given no RUNTIME DESTINATION for executable target
"hatari".
CMake Error at CMakeLists.txt:189 (install):
install FILES given no DESTINATION!
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 3.3)
I am running version 3.3.2 of CMake and Xcode 7.3.1.
Bob C
> On Jun 28, 2016, at 3:02 PM, Jerome Vernet <vernet.jerome@xxxxxxxxxx> wrote:
>
> Hi,
>
> I have successfully modified the project to use .xib files now.
>
> https://www.dropbox.com/s/jbnnwbfapuyorh2/nonib.zip?dl=0
> Modified src/CMakeLists.txt included
> Modified gui-osx included
>
> It's not yet perfect (.xib are also copied, but not needed in the binary).
>
> It work when generating XCode project with cmake -G Xcode
>
> JV
>
>