mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Fwd: Re: TeXmacs 1.99.6


Chronological Thread 
  • From: Henri Girard <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] Fwd: Re: TeXmacs 1.99.6
  • Date: Sun, 24 Dec 2017 10:56:41 +0100

Apparently guile is broken on my computer, I have got it for a texmacs version which is working but it can 't be used with guile-dev
Le 23/12/2017 à 08:35, Henri Girard a écrit :

thanks, my question was on "qt plugin"... I never had seen this before ? I have all libs.

I compiled texmacs for years and had rarely a problem. Before it was easier when ubuntu had it on repo, just a build-dep and all libs were loaded. I will try a ppa or a former version to set the libs. But I am not convinced it's a lib matter.

Regards

Henri



-------- Message transféré -------- Sujet : Re: [TeXmacs] TeXmacs 1.99.6 Date : Fri, 22 Dec 2017 23:09:24 +0100 De : Davide Anchisi <address@hidden> Organisation : DSMB - Università di Udine Pour : Henri Girard <address@hidden>

Qt is the framework used by texmacs GUI. Check if you have qt4
developmental tools and files, otherwise install them. To check:

  dpkg -l | grep qt4 | grep dev

I do have the followings:

libqt4-dev
libqt4-dev-bin
qt4-dev-tools
libqt4-opengl-dev

  Davide


----- In risposta a Henri Girard <address@hidden> ------------
----- che il 22 dic 2017, alle 13:45
----- ha scritto:

> Still doesn't compile, what is qt plugins ? :
> 
> checking whether C++ compiler accepts -fPIC $(QT_DEFINES)... no
> configure: WARNING: Flag -fPIC $(QT_DEFINES) dropped
> checking whether C++ compiler accepts -m64... (cached) yes
> configure: WARNING: Flag -Wl,-O1 dropped for lib QT
> enabling Qt port
> configure: error: QT plugins not found!
> pi@pc:~/texmacs-dev/src$
> 
> 
> Le 22/12/2017 à 13:05, Davide Anchisi a écrit :
> > I succeeded compiling and installing in Debian Stretch with the
> > following:
> >
> > cd TeXmacs-1.99.6-src
> > ./configure \
> >      GUILE_CFLAGS="‘pkg-config --static --cflags guile-1.8‘" \
> >      GUILE_LDFLAGS="‘pkg-config --static --libs guile-1.8‘" \
> >      GUILE_DATA_PATH="‘pkg-config --variable=datadir guile-1.8‘" \
> >      GUILE_VERSION="‘pkg-config --modversion guile-1.8‘"
> > make
> > make install
> >
> > I hope this may help.
> >
> >     Davide
> >
> >
> > ----- In risposta a Henri Girard <address@hidden> ------------
> > ----- che il 22 dic 2017, alle 10:27
> > ----- ha scritto:
> >  
> >> Is there a deb somewhere ? I got an error compiling it (i don't
> >> know what it means ? xenial 16.04):
> >>
> >> cd src; make -r -f makefile link=shared
> >> make[1] : on entre dans le répertoire « /home/pi/texmacs/src »
> >> g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files
> >> -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions
> >> -IKernel/Containers -IKernel/Types -IData/Convert -IData/Drd
> >> -IData/History -IData/Observers -IData/Document -IData/String
> >> -IData/Tmfs -IData/Tree -IScheme -IGraphics/Bitmap_fonts
> >> -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics
> >> -IGraphics/Renderer -IGraphics/Handwriting -IGraphics/Types
> >> -IGraphics/Pictures -IGraphics/Spacial -IGraphics/Colors -IPlugins
> >> -ITexmacs -ITexmacs/Data -IEdit -ITypeset -isystem
> >> /usr/include/x86_64-linux-gnu/qt5 -isystem
> >> /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem
> >> /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem
> >> /usr/include/x86_64-linux-gnu/qt5/QtCore -m64 -pipe -O2
> >> -std=gnu++0x -Wall -W -pthread -I/usr/include -I/usr/include/guile
> >> -include config.h -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB
> >> -DQT_CORE_LIB -I.
> >> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -D_REENTRANT
> >> -DQTTEXMACS -Wall -Wno-return-type -O3 -fexpensive-optimizations
> >> -fno-rtti -fno-rtti -c ./Plugins/Qt/QTMFileDialog.cpp -o
> >> Objects/QTMFileDialog.o In file included
> >> from /usr/include/x86_64-linux-gnu/qt5/QtCore/qchar.h:37:0, from
> >> /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:41,
> >>                    from /usr/include/x86_64-linux-gnu/qt5/QtCore/qdir.h:37,
> >>                    from
> >> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qfiledialog.h:37,
> >>                    from
> >> /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QFileDialog:1,
> >>                    from ./Plugins/Qt/QTMFileDialog.hpp:15,
> >>                    from ./Plugins/Qt/QTMFileDialog.cpp:12:
> >> /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1087:4: error:
> >> #error "You must build your code with position independent code if
> >> Qt was built with -reduce-relocations. " "Compile your code with
> >> -fPIC (-fPIE is not enough)."
> >>    #  error "You must build your code with position independent
> >> code if Qt was bui
> >>       ^
> >> makefile:334 : la recette pour la cible
> >> « Objects/QTMFileDialog.o » a échouée
> >> make[1]: *** [Objects/QTMFileDialog.o] Erreur 1
> >> make[1] : on quitte le répertoire « /home/pi/texmacs/src »
> >> Makefile:59 : la recette pour la cible « TEXMACS » a échouée
> >> make: *** [TEXMACS] Erreur 2
> >> pi@pc:~/texmacs$
> >>
> >>
> >>
> >> Le 22/12/2017 à 09:07, Nicola Mingotti a écrit :  
> >>> Thank you for creating and maintaining this wonderful program !
> >>>
> >>> I wrote my phd thesis in TeXmacs, I reccomend it to everyone
> >>> in needs to do the same :)
> >>>
> >>> Happy Christmas Holiday
> >>>
> >>> Nicola
> >>>
> >>>
> >>>
> >>> On 21/12/2017 22:49, TeXmacs wrote:  
> >>>> Dear all,
> >>>>
> >>>> I am happy to announce the release of TeXmacs 1.99.6.
> >>>> The main novelties are as follows:
> >>>>
> >>>>     ∗  New page breaker with better support for floating objects
> >>>> and footnotes.
> >>>>     ∗  Improved native Pdf generation based on Hummus.
> >>>>     ∗  Several new algorithms for micro typography:
> >>>>        mathematical accents, scripts, etc.
> >>>>     ∗  Improved support for TeX Gyre fonts.
> >>>>     ∗  Various bug fixes.
> >>>>
> >>>> As a reminder, these were the changes in TeXmacs 1.99.5:
> >>>>
> >>>>     ∗  Support for retina screens.
> >>>>     ∗  Various improvements for the laptop presentation mode.
> >>>>     ∗  Simplified editor for graphical slides in laptop
> >>>> presentations. ∗  Highly improved animations.
> >>>>     ∗  An editing mode for simple animations based on morphing.
> >>>>     ∗  Various graphical effects and font effects.
> >>>>     ∗  Reorganizations in the configuration of TeXmacs.
> >>>>     ∗  Improved rendering of pages, including a mode for double
> >>>> sided rendering,
> >>>>        and a panorama mode.
> >>>>     ∗  High quality mathematical typesetting for many standard
> >>>> fonts; see also the paper “Mathematical Font Art” presented at
> >>>> ICMS 2016. ∗  Rudimentary support for inking.
> >>>>     ∗  Customizable snapping in graphics mode.
> >>>>     ∗  Various enhancements and fixes for graphics mode.
> >>>>
> >>>> Merry christmas, and a happy new year!
> >>>>
> >>>> --Joris  
> >>>     
> 




Archive powered by MHonArc 2.6.19.

Top of page