> On 31 Oct 2018, at 19:17, Maxwell, Adam R <adam.maxw...@pnnl.gov> wrote: > > >> On Oct 31, 2018, at 10:54, Christiaan Hofman <cmhof...@gmail.com> wrote: >> >> Unfortunately I also cannot make it work with libc++ and 10.6 dropped. I get >> a stupid warning about incompatible pointer types in FVCacheFile (even >> though there’s a clang diagnostic ignored), and more problematic, the new >> and delete don’t work in FVCacheFile. Any ideas? > > Huh. The FVCacheFile.m in BibDesk’s repo looks like ObjC only? If you add the > C++ stuff from my github project, make sure to change the filename or tell > Xcode it’s ObjC++. That’s the only thing I can think of.
I don’t think that warning has anything to do with C++, only with 10.7+. But I really have no idea about this warning, especially with the pragmas. I did change the new/delete with malloc/free, so that gets rid of the errors at least. doesn’t libc++ know about new/delete? But now I get a host of warnings about deprecated methods for 10.7. Christiaan
_______________________________________________ Bibdesk-develop mailing list Bibdesk-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-develop