Build error on Mac OS X Yosemite 10.10.1 Xcode 6.1.1

2014-12-12 Thread Renato Ferreira
Hi, I am currently unable to build LibreOffice on my Mac... I am not sure if the problem arose from any modification on the project itself or some external factor. Although Xcode had an update recently, I think it was related to Swift stuff. Here is the error I get:

Re: Build error on Mac OS X Yosemite 10.10.1 Xcode 6.1.1

2014-12-12 Thread Matúš Kukan
Hi, On 12 December 2014 at 21:59, Renato Ferreira renato.w...@gmail.com wrote: /Users/renato/lo/core/sw/source/core/swg/SwXMLBlockImport.cxx:32:10: fatal error: 'tokens.cxx' file not found #include tokens.cxx ^ 1 error generated. make[1]: ***

Re: Build error on Mac OS X Yosemite 10.10.1 Xcode 6.1.1

2014-12-12 Thread Renato Ferreira
They are generated files. It's strange. I don't see why it would not work. cd sw make CustomTarget_sw/generated should create workdir/CustomTarget/sw/generated/tokens.cxx Does it fail for you? To clean the directory you can use (in sw): make CustomTarget_sw/generated. clean And then when