bug-auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-AUCTeX] Re: latest CVS auctex fails to build under Mac OS X 10.4.3


From: Artemio Gonzalez Lopez
Subject: [Bug-AUCTeX] Re: latest CVS auctex fails to build under Mac OS X 10.4.3 and xemacs 21.5.24
Date: Sat, 24 Dec 2005 21:50:51 +0100
User-agent: Thunderbird 1.5 (Macintosh/20051201)

Artemio Gonzalez Lopez wrote:
Building of of latest CVS auctex fails at the make phase under Mac OS X 10.4.3 and xemacs 21.5.24 with the following error:

Compiling /Users/artemio/Archive/auctex/preview/prv-xemacs.el...
Ignoring `eval:' in the local variables list
While compiling toplevel forms in file /Users/artemio/Archive/auctex/preview/prv-xemacs.el:
  !! File error (("Cannot open load file" "tex"))
 >>Error occurred processing prv-xemacs.el: Cannot open load file: "tex"

Done
/opt/local/bin/xemacs -batch -q -no-site-file -no-init-file --eval (setq load-path (cons "." load-path)) -eval (let ((dir (pop command-line-args-left))) (if (not (string-equal dir "")) (push dir load-path))) /Users/artemio/.xemacs/xemacs-packages/lisp -f batch-byte-compile preview.el

Compiling /Users/artemio/Archive/auctex/preview/preview.el...
While compiling toplevel forms in file /Users/artemio/Archive/auctex/preview/preview.el:
  !! File error (("Cannot open load file" "tex"))
 >>Error occurred processing preview.el: Cannot open load file: "tex"

Done
make[1]: *** [prv-xemacs.elc] Error 1
make: *** [all] Error 2

Since I now don't have a valid auctex installation, I haven't been able to submit this report using M-x TeX-submit-bug-report. I think I am using the latest CVS auctex version, since I did a cvs update right before installation. My xemacs info is follows below.

Cheers,

Artemio


uname -a: Darwin imac-g5.local 8.3.0 Darwin Kernel Version 8.3.0: Mon Oct 3 20:04:04 PDT 2005; root:xnu-792.6.22.obj~2/RELEASE_PPC Power Macintosh powerpc

./configure '--disable-error-checking' '--with-ldap=no' '--with-postgresql=no' '--with-default-eol-detection' '--without-mule' '--with-tty' '--with-ncurses' '--with-scrollbars=motif' '--with-dialogs=motif' '--with-widgets=motif' '--prefix=/opt/local' '--infodir=/opt/local/share/info' '--mandir=/opt/local/share/man' '--with-site-prefixes=/opt/local' '--with-optimization' '--with-dynamic'


XEmacs 21.5-b24 "dandelion" (+CVS-20051222) configured for `powerpc-apple-darwin8.3.0'.

Compilation Environment and Installation Defaults:
  Source code location: /Users/artemio/Archive/xemacs/xemacs-21.5.24
  Installation prefix:               /opt/local
  Additional prefixes:               /opt/local
  Operating system description file: `s/darwin.h'
  Machine description file:          `m/powerpc.h'
Compiler version: powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5247)
    - GCC specs file:                specs.
- Compiler command: gcc -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g -O3
  libc version:
  Relocating allocator for buffers:  no
  GNU version of malloc:             no
    - The GNU allocators don't work with this system configuration.

Window System:
  Compiling in support for the X window system:
    - X Windows headers location:                 /usr/X11R6/include
    - X Windows libraries location:               /usr/X11R6/lib
    - Handling WM_COMMAND properly.
  Compiling in support for Motif.
  *WARNING*  Many versions of Motif are buggy, requiring workarounds.
             You are likely to experience slow redisplay.
             You may need to install vendor patches to Motif.
             See PROBLEMS for more information.
  Using Lucid menubars.
  Using Motif scrollbars.
  Using Motif dialog boxes.
  Using Motif native widgets.

TTY:
  Compiling in support for ncurses.

Images:
  Compiling in support for GIF  images (builtin).
  Compiling in support for XPM  images.
  Compiling in support for PNG  images.
  Compiling in support for JPEG images.
  Compiling in support for TIFF images.

Sound:

Databases:
  Compiling in support for Berkeley database.
  Compiling in support for DBM.

Internationalization:

Mail:
  Compiling in support for "file" mail spool file locking method.

Other Features:
  Inhibiting IPv6 canonicalization at startup.
  Compiling in support for dynamic shared object modules.
  Using the new GC algorithms.
  WARNING: ---------------------------------------------------------
  WARNING: The new algorithms are experimental. They are enabled by
  WARNING: default for this release. Use `--disable-kkcc' to
  WARNING: turn it off.
  WARNING: ---------------------------------------------------------
  Using the new allocator.
  WARNING: ---------------------------------------------------------
  WARNING: The new allocator is experimental. It is enabled by
  WARNING: default for this release. Use `--disable-mc-alloc' to
  WARNING: turn it off.
  WARNING: ---------------------------------------------------------
  Using the new portable dumper.
  Compiling in support for extra debugging code.




The problem is that I had --no-create and --no-recursion in my configure options. Re-running configure without these options solved the problem.

Sorry about that,

Artemio





reply via email to

[Prev in Thread] Current Thread [Next in Thread]