auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] Forward and inverse search with Emacs 24.1, Auctex 11.86 an


From: AW
Subject: Re: [AUCTeX] Forward and inverse search with Emacs 24.1, Auctex 11.86 and Okular
Date: Fri, 22 Jun 2012 18:19:46 +0200
User-agent: KMail/4.8.4 (Linux/3.4.2-28-desktop; KDE/4.8.4; x86_64; ; )

Am Freitag, 22. Juni 2012, 12:00:26 schrieb address@hidden:
> Date: Thu, 21 Jun 2012 23:00:08 +0200
> From: AW <address@hidden>
> To: address@hidden
> Subject: Re: [AUCTeX] Forward and inverse search with Emacs 24.1,
> Auctex 11.86 and Okular
> 
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset="us-ascii"
> Hm, looking at the code, I conclude that (TeX-evince-dbus-p) returns t
> but still `dbus-register-signal' isn't defined.  Did you compile your
> emacs with --without-dbus?
> 
> Anyway, I've committed a fix in CVS.  Please try again.

1. Forgot to install many devel packages. ./configure has at the end of the 
process the summary:

:~>./configure --prefix=/usr

===============================================

Configured for `x86_64-unknown-linux-gnu'.

  Where should the build process find the source code?    
/home/AW/Downloads/emacs-24.1
  What operating system and machine description files should Emacs use?
        `s/gnu-linux.h' and `m/amdx86-64.h'
  What compiler should emacs be built with?               gcc -std=gnu99 -g -
O2
  Should Emacs use the GNU version of malloc?             yes
      (Using Doug Lea's new malloc from the GNU C Library.)
  Should Emacs use a relocating allocator for buffers?    no
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          GTK
  Where do we find X Windows header files?                Standard dirs
  Where do we find X Windows libraries?                   Standard dirs
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use a gif library?                           yes -lgif
  Does Emacs use -lpng?                                   yes
  Does Emacs use -lrsvg-2?                                no
  Does Emacs use imagemagick?                             no
  Does Emacs use -lgpm?                                   no
  Does Emacs use -ldbus?                                  no
  Does Emacs use -lgconf?                                 no
  Does Emacs use GSettings?                               yes
  Does Emacs use -lselinux?                               no
  Does Emacs use -lgnutls?                                no
  Does Emacs use -lxml2?                                  no
  Does Emacs use -lfreetype?                              yes
  Does Emacs use -lm17n-flt?                              no
  Does Emacs use -lotf?                                   no
  Does Emacs use -lxft?                                   yes
  Does Emacs use toolkit scroll bars?                     yes
===============================================

So no dbus and no  . . .

After installing the necessary devel-packages to my openSuse notebook:

===============================================
Configured for `x86_64-unknown-linux-gnu'.

  Where should the build process find the source code?    
/home/AW/Downloads/emacs-24.1
  What operating system and machine description files should Emacs use?
        `s/gnu-linux.h' and `m/amdx86-64.h'
  What compiler should emacs be built with?               gcc -std=gnu99 -g -
O2
  Should Emacs use the GNU version of malloc?             yes
      (Using Doug Lea's new malloc from the GNU C Library.)
  Should Emacs use a relocating allocator for buffers?    no
  Should Emacs use mmap(2) for buffer allocation?         no
  What window system should Emacs use?                    x11
  What toolkit should Emacs use?                          GTK
  Where do we find X Windows header files?                Standard dirs
  Where do we find X Windows libraries?                   Standard dirs
  Does Emacs use -lXaw3d?                                 no
  Does Emacs use -lXpm?                                   yes
  Does Emacs use -ljpeg?                                  yes
  Does Emacs use -ltiff?                                  yes
  Does Emacs use a gif library?                           yes -lgif
  Does Emacs use -lpng?                                   yes
  Does Emacs use -lrsvg-2?                                yes
  Does Emacs use imagemagick?                             yes
  Does Emacs use -lgpm?                                   yes
  Does Emacs use -ldbus?                                  yes
  Does Emacs use -lgconf?                                 yes
  Does Emacs use GSettings?                               yes
  Does Emacs use -lselinux?                               yes
  Does Emacs use -lgnutls?                                yes
  Does Emacs use -lxml2?                                  yes
  Does Emacs use -lfreetype?                              yes
  Does Emacs use -lm17n-flt?                              yes
  Does Emacs use -lotf?                                   yes
  Does Emacs use -lxft?                                   yes
  Does Emacs use toolkit scroll bars?                     yes
===============================================

2. Tested new CVS, works. Even (!) forward and backward search.

Problem solved, many thanks to Marcus, Tassilo and Vladimir!

Regards,
Alexander




reply via email to

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