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: Thu, 30 Jun 2016 07:24: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=8N3kEuMzcV4hOvBwW1aa/sEGnGyyLAG8/ypq9Cp6uvA=; b=Y3ENhI3pstdhOzb3j5hZxmca+RvOMw0KizN/WWuiWoAAdvkZZrBmy4jqOFh7C0bHoZ rsQQZm9op4RbDMTNRvPJ8lMJ3/kaR49RSkh+U/mZHWcVLU85WxlSI+bKjeJTHhWqchhq /BbwYDVzCQzjRi/n7+8eXZvRej7E52etLkkr4LOyQc8l/AJOkcV+mKOgeRGJ9F/XESo5 0ZAsYp3kYrUuoi8wZwaRb2BQ5tesftKH9K48zVhiMy2ZZB+WWKGYbg3T2ROVC/SMIN8u y39OAkd+wh7tsVfH0sfm5u/EXdupjI0PWL5mx5+W1j3XZ+8T1xKNfLiITSiJ1PzrM7Ft /yyQ==
Thomas,
I was able to compile and run the version that is now in Mercurial. I needed to fix the problem where “Compatible but slower” was being cut off since a return was not entered in the field.
Jerome,
Thanks for your hard work getting Hatari to compile with the XIB file.
Bob
> On Jun 30, 2016, at 3:05 AM, Thomas Huth <th.huth@xxxxxx> wrote:
>
> Am Tue, 28 Jun 2016 16:55:47 -0500
> schrieb Bob Carpenter <hatari@xxxxxxxxxx>:
>
>> 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.
>
> Bob, that sounds like something went wrong when you replaced the
> CMakeLists.txt file...
>
> I've now merged Jerome's changes (thanks a lot!) into the repository by
> replacing the .lproj folders in the gui-osx directory and the
> CMakeLists.txt in the src directory (I think I also fixed a bug in
> there - in the HATARI_XIBS variable, the french project was listed
> twice, so I replaced one of the entries with en.lproj instead).
>
> Could you both (maybe also Troed?) give it a try to see whether this is
> working for you now?
>
> Thanks,
> Thomas
>
>