Re: [hatari-devel] OSx problems |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Am Mon, 2 Jun 2014 18:32:12 -0500
schrieb Bob Carpenter <hatari@xxxxxxxxxx>:
> Thomas,
>
> Thank you for trying to fix this. Unfortunately, I am now unable to
> generate an Xcode project file at all now. I receive the following
> error when generating the project file.
>
> CMake Error at src/CMakeLists.txt:71 (add_executable):
> Cannot find source file:
>
> /Users/bobc/Downloads/hatari/doc/*.html
>
> Tried
> extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
>
> I am assuming that CMake is not expanding the wildcard correctly. If
> you have run out of ideas, could you revert back the CMakeLists.txt
> file to the previous version? In that version, I could do everything
> except have the help files copied to the application bundle.
Ok, I replaced the wildcard with the names of the two html files, so at
least that problem should be gone now.
Thomas