Am 12.09.2017 um 18:44 schrieb Richard Heck <rgh...@lyx.org>: > > On 09/11/2017 06:05 PM, Ian Wilder wrote: >> >>> On Sep 11, 2017, at 2:02 PM, Richard Heck <rgh...@lyx.org> wrote: >>> >>> On 09/11/2017 01:35 PM, Ian Wilder wrote: >>>> I am also having this problem. Ever since I tried to build the 2.3 branch >>>> from git using cmake, I have been unable to use the 2.3 binaries. I am not >>>> sure if they are related, but I figured mentioning might help. >>>> >>>> To be clear, when I try and run 2.3.0-beta1 from the dmg I get the message >>>> >>>> "The cite engine basic has been requested by >>>> this document but has not been found in the list of >>>> available engines. If you recently installed it, you >>>> probably need to reconfigure LyX." >>>> >>>> Reconfigure does not help. >>> >>> This is on what OS? Did you install the binary? or are you running from the >>> build tree? >>> >>> The file LyX is not finding is basic.citeengine, which is found in the >>> source tree at lib/citeengines/ and should be installed in a similar >>> location. >>> >>> Richard >>> >> >> Sorry, the platform is: >> >> Darwin ares 16.7.0 Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT >> 2017; root:xnu-3789.70.16~2/RELEASE_X86_64 x86_64 >> >> I installed the binary form LyX-2.3.0beta1+qt5-x86_64-cocoa.dmg (shasum >> 19521bdb012a52b2daabc819a26e78f57bf3c1de) >> >> I had previously tried a build I ran from the build tree using cmake (as the >> autotools version did not create a macOS binary) and I first saw this issue >> trying to run that version. It has since been removed and it is not possible >> that the build version is being run. > > Re-subjecting and cc'ing Stephan, the Mac packager.
I have to admit that I don’t understand what Ian refers to with „It“ and „build version“. When LyX is running configure.py it puts the results in the user-dir - where this is depends. 1. Possible scenario with cmake build (if I’m using it for Xcode debugging) - Excerpt from "$HOME/Library/Application Support/LyX/configure.log“ - The cite engine description is found in source directory: INFO: +checking list of cite engines... INFO: /Users/stephan/git/lyx/lib/citeengines/basic.citeengine INFO: /Users/stephan/git/lyx/lib/citeengines/biblatex-natbib.citeengine INFO: /Users/stephan/git/lyx/lib/citeengines/biblatex.citeengine INFO: /Users/stephan/git/lyx/lib/citeengines/jurabib.citeengine INFO: /Users/stephan/git/lyx/lib/citeengines/natbib.citeengine INFO: done 2. Possible scenario with automake install (real application bundle) - Excerpt from "$HOME/Library/Application Support/LyX-2.3/configure.log“ - The cite engine description is found in application bundle: INFO: +checking list of cite engines... INFO: /Users/stephan/git/lyx-build/LyX-2.3.0dev.app/Contents/Resources/citeengines/basic.citeengine INFO: /Users/stephan/git/lyx-build/LyX-2.3.0dev.app/Contents/Resources/citeengines/biblatex-natbib.citeengine INFO: /Users/stephan/git/lyx-build/LyX-2.3.0dev.app/Contents/Resources/citeengines/biblatex.citeengine INFO: /Users/stephan/git/lyx-build/LyX-2.3.0dev.app/Contents/Resources/citeengines/jurabib.citeengine INFO: /Users/stephan/git/lyx-build/LyX-2.3.0dev.app/Contents/Resources/citeengines/natbib.citeengine INFO: done So the package is fine and the run from build directory too. Ian, please check your configure.log for this. Are you sure configure run succeeded? What version of python is used by LyX? Stephan