On Sep 22, 2004, at 3:50 AM, Jean-Marc Lasgouttes wrote:
If you are reasonably confident that the 1.3.5 skeleton is OK right now, I can upload it to ftp.lyx.org. Did you include the changes from Ronald to make it work on case-sensitive filesystems?
I've placed on my server a new version of the 1.3.5 skeleton, incorporating these changes, making minor changes to the preferences file (so that mac.bind and pdflatex -- much easier on the Mac -- are defaults for new users), and adding a new document icon; it can be found here: <http://edisk.fandm.edu/bennett.helm/LyX/lyx-mac-1.3.5-skeleton.zip>.
3. Using the same terminal session you used to build the Qt library, cd to the top of the LyX source hierarchy, and:
export LDFLAGS="-framework Carbon -framework OpenGL -framework AGL -framework QuickTime -lz"
./configure am_cv_func_iconv=no ac_cv_func_tsearch=no ac_cv_working_alloca_h=no ac_cv_header_dlfcn_h=no ac_cv_func_feof_unlocked=no ac_cv_header_nl_types_h=no am_cv_langinfo_codeset=no ac_cv_func_stpcpy=no --with-frontend=qt --without-x --datadir=/Applications/LyX.app/Contents/Resources --bindir=/Applications/LyX.app/Contents/MacOS --mandir=/Applications/LyX.app/Contents/Resources/man
It seems to me that the am_cv_func_iconv=no and friends are only needed to make a build that works for both 10.2 and 10.3. The regular user will probably not care (you could add this info separately).
OK; I've changed that in the README.
BTW, did you experiment with the compatibility SDK that I pointed to a few
weeks ago?
Yes I did experiment with the 10.2 SDK and adding "--with-extra-prefix=/Developer/SDKs/MacOSX10.2.8.sdk/usr" to ./configure ...; but configuring failed when it couldn't compile a simple Qt executable, complaining that I had the wrong QTDIR (which I didn't). At that point, I gave up since Ronald's version worked. Do I need to recompile Qt with the 10.2 SDK? If so, how? -- I don't see any obvious configure flags to use for this.
make
make install [use "make install-strip" to remove debugging code]
Strip does not remove debugging cde, only debugging information.
(Changed.)
rm /Applications/LyX.app/Contents/Resources/LyX/images/lyx.xpm
Why is it necessary to remove the file?
That's necessary to use the Mac OS X native icon files included in the LyX/Mac skeleton.
Finally, you should probably point to the relevant pages on the wiki.
Done. New versions attached.
Bennett
README.MacOSX-1.3.x
Description: Binary data
README.MacOSX-1.4.0
Description: Binary data