With svn (19564), "make install-strip" doesn't install lyx executable
at "Contents/MacOSX/lyx". In fact, I'm even not sure it is created,
but I have no error from make...
That's the first time I compile from svn, so it's possible that I
missed smth... Here are instructions I used:
svn co svn://svn.lyx.org/lyx/lyx-devel/trunk lyx-devel
cd lyx-devel
svn up
export LDFLAGS="-framework Carbon -framework OpenGL -framework AGL -
framework QuickTime -framework Cocoa"
./autogen.sh
./configure --prefix=/Applications/LyX.app --with-version-suffix=-1.5-
svn --without-x --with-qt4-dir=/<path-to-qt>/qt4.3 --with-included-
gettext --enable-optimization=-Os
make
make install-strip
No error occurred, LyX.app bundle is created, but its contents are
incomplete.
Configuration
Host type: i686-apple-darwin8.10.1
Special build flags: assertions pch concept-checks
stdlib-debug warnings use-aspell use-ispell
C Compiler: gcc
C Compiler LyX flags:
C Compiler flags: -Wextra -Wall -I/System/Library/
Frameworks/CoreFoundation.framework/Headers -g -Os
C++ Compiler: g++ (4.0.1)
C++ Compiler LyX flags:
C++ Compiler flags: -Wextra -Wall -I/System/Library/
Frameworks/CoreFoundation.framework/Headers -g -Os
Linker flags:
Linker user flags: -framework Carbon -framework
OpenGL -framework AGL -framework QuickTime -framework Cocoa
Qt 4 Frontend:
Qt 4 version: 4.3.0
Packaging: macosx
LyX binary dir: /Applications/LyX.app/Contents/MacOS
LyX files dir: /Applications/LyX.app/Contents/
Resources
Mael.