texmacs-dev
[Top][All Lists]
Advanced

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

Re: [Texmacs-dev] building texmacs


From: Sam Liddicott
Subject: Re: [Texmacs-dev] building texmacs
Date: Wed, 9 Jul 2014 17:32:12 +0100

I managed to build the qt4 versions with

apt-get install qt4-default
./configure --with-qt=/usr/include/qt4

however it cannot paint the qt widgets properly, see attached.

I did run with --setup

I also get lots of this on the console:

QNativeImage: Unable to attach to shared memory segment.
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x0
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x0
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x0
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x0
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x0


Sam


On Tue, Jul 8, 2014 at 6:00 PM, Sam Liddicott <address@hidden> wrote:
> texmacs currently failing, svn updated a few minutes ago:
> building on linuxmint 17 (like Ubuntu 14.04)
>
> ./configure --with-x --disable-qt
>
> ...
> In file included from Kernel/Abstractions/basic.hpp:14:0,
>                  from Kernel/Types/string.hpp:15,
>                  from Kernel/Abstractions/resource.hpp:13,
>                  from Graphics/Bitmap_fonts/bitmap_font.hpp:14,
>                  from Graphics/Renderer/renderer.hpp:14,
>                  from ./Plugins/Pdf/pdf_hummus_renderer.hpp:15,
>                  from ./Plugins/Pdf/pdf_hummus_renderer.cpp:12:
> System/Misc/fast_alloc.hpp:380:7: error: from previous declaration
> ‘void operator delete(void*)’
>  void  operator delete (register void* ptr);
>        ^
> In file included from /usr/include/c++/4.8/ext/new_allocator.h:33:0,
>                  from
> /usr/include/x86_64-linux-gnu/c++/4.8/bits/c++allocator.h:33,
>                  from /usr/include/c++/4.8/bits/allocator.h:46,
>                  from /usr/include/c++/4.8/string:41,
>                  from ./Plugins/Pdf/PDFWriter/OutputFile.h:24,
>                  from ./Plugins/Pdf/PDFWriter/PDFWriter.h:29,
>                  from ./Plugins/Pdf/pdf_hummus_renderer.cpp:32:
> /usr/include/c++/4.8/new:98:41: error: declaration of ‘void operator
> delete [](void*) throw ()’ has a different exception specifier
>    __attribute__((__externally_visible__));
>                                          ^
> In file included from Kernel/Abstractions/basic.hpp:14:0,
>                  from Kernel/Types/string.hpp:15,
>                  from Kernel/Abstractions/resource.hpp:13,
>                  from Graphics/Bitmap_fonts/bitmap_font.hpp:14,
>                  from Graphics/Renderer/renderer.hpp:14,
>                  from ./Plugins/Pdf/pdf_hummus_renderer.hpp:15,
>                  from ./Plugins/Pdf/pdf_hummus_renderer.cpp:12:
> System/Misc/fast_alloc.hpp:382:7: error: from previous declaration
> ‘void operator delete [](void*)’
>  void  operator delete[] (register void* ptr);

Attachment: tm.png
Description: PNG image


reply via email to

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