Re: Re: Re: OSX LyX bundle with CMake

2012-10-13 Thread Kornel Benko
Am Freitag, 12. Oktober 2012 um 11:57:33, schrieb Kornel Benko > Am Freitag, 12. Oktober 2012 um 10:25:45, schrieb Benjamin Piwowarski > > > Hi, > > > > I just updated the CMake patch for supporting OS X bundles (some files were > > not included and the patch was conflicting with current repos

Re: Re: OSX LyX bundle with CMake

2012-10-12 Thread Kornel Benko
Am Freitag, 12. Oktober 2012 um 10:25:45, schrieb Benjamin Piwowarski > Hi, > > I just updated the CMake patch for supporting OS X bundles (some files were > not included and the patch was conflicting with current repository). Could > this be considered for inclusion since it allows building w

Re: OSX LyX bundle with CMake

2012-10-12 Thread Benjamin Piwowarski
Hi, I just updated the CMake patch for supporting OS X bundles (some files were not included and the patch was conflicting with current repository). Could this be considered for inclusion since it allows building working LyX executables (or at least almost, there might be some differences with

Re: Re: OSX LyX bundle with CMake

2012-09-10 Thread Kornel Benko
Am Montag, 10. September 2012 um 08:57:42, schrieb Benjamin Piwowarski > Because it has to be included at a latter moment: see src/CMakeLists.txt line > 109. This is > because the OS X bundle is built differently than packages for other > platforms. I see there only add_executable(${ly

Re: OSX LyX bundle with CMake

2012-09-09 Thread Benjamin Piwowarski
Because it has to be included at a latter moment: see src/CMakeLists.txt line 109. This is because the OS X bundle is built differently than packages for other platforms. Benjamin On Sep 8, 2012, at 19:50 , Kornel Benko wrote: > Am Samstag, 8. September 2012 um 19:13:39, schrieb Benjamin Piwo

Re: OSX LyX bundle with CMake

2012-09-08 Thread Kornel Benko
Am Samstag, 8. September 2012 um 19:13:39, schrieb Benjamin Piwowarski > Hi, > > I would like to propose this patch to improve cmake-based building on OS X - > it allows building a full OS X bundle. > > See bug #8188 > http://www.lyx.org/trac/ticket/8188 > > and the patch cmake-osx.patch tha