Re: problem with compiling QGuiApplication not found

Dmitry <[email protected]> Mon, 14 Oct 2024 18:30:10 +0300
Newsgroups gmane.editors.texmacs.devel
Message-ID <CAJViqFmHT-MEa3=w1TkpindnmJzFp7Do8dcVu4nO0fHRViwkzA@mail.gmail.com>
--===============4845091916550407202==
Content-Type: multipart/alternative; boundary="000000000000dfc07006247183a2"

--000000000000dfc07006247183a2
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

My laptop not so fast to compile texmacs)
With QT_SELECT=3Dqt5 CXXFLAGS=3D-fPIC LDFLAGS=3D-fPIC ./configure
--with-qt-find-method=3Dpkgconfig it fails at final linking:

cd src; make -r -f makefile link=3Dshared
make[1]: Entering directory 'texmacs/src'
g++ Objects/texmacs.o Objects/tm_ostream.o Objects/fast_alloc.o
Objects/tree.o Objects/ANSIFontWriter.o Objects/AbstractContentContext.o
Objects/AbstractWrittenFont.o
 Objects/ArrayOfInputStreamsStream.o Objects/Ascii7Encoding.o
Objects/CFFANSIFontWriter.o Objects/CFFDescendentFontWriter.o
................................... many lines skipped ..................
Objects/virtual_font.o Objects/vpenalty.o Objects/web_files.o
Objects/wencoding.o Objects/widget.o Objects/xml.o Objects/fakedlopen.o
Objects/aeskey.o Objects/aescrypt.o Objects/aestab.o Objects/aes_modes.o
Objects/aes_ni.o -Ltexmacs/TeXmacs/lib -lm -Wl,-rpath, -lQt5Svg
-lQt5PrintSupport -lQt5Widgets -lQt5Gui -lQt5Core -Wall -Wno-return-type
-O3 -fexpensive-optimizations -fPIC -fPIC -L/usr/local/guile-1.8.7/lib
-L/usr/lib -Wl,-rpath,/usr/lib/x86_64-linux-gnu -Wl,-Bdynamic -lz -lpng
-lQt5Svg -lQt5PrintSupport -lQt5Widgets -lQt5Gui -lQt5Core -lfreetype
-lguile -lgmp -lcrypt -lm -lltdl -o Objects/texmacs-shared.bin
/usr/bin/ld: Objects/unix_sys_utils.o: undefined reference to symbol
'pthread_create@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing
from command line
collect2: error: ld returned 1 exit status
makefile:440: recipe for target 'Objects/texmacs-shared.bin' failed
make[1]: *** [Objects/texmacs-shared.bin] Error 1
make[1]: Leaving directory 'texmacs/src'
Makefile:57: recipe for target 'TEXMACS' failed
make: *** [TEXMACS] Error 2

So far the only way I can make texmacs - adjust src/makefile by hand

On Mon, Oct 14, 2024 at 5:38=E2=80=AFPM Liza Belos <[email protected]=
.fr>
wrote:

> The error indicate that you have a version of qt that need fPIC during th=
e
> compilation (strange that it is not in the CXXFLAGS of the pkgconfig
> files...).
>
> Can you configure with :
>
> QT_SELECT=3Dqt5 CXXFLAGS=3D-fPIC LDFLAGS=3D-fPIC ./configure
> --with-qt-find-method=3Dpkgconfig
> Le 14/10/2024 =C3=A0 16:34, Dmitry a =C3=A9crit :
>
> Hello Liza,
>
> With --with-qt-find-method=3Dpkgconfig .make fails almost instantly with:
>
> cd src; make -r -f makefile link=3Dshared
> make[1]: Entering directory '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 -IData/Parser
> -IScheme -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui
> -IGraphics/Mathematics -IGraphics/Renderer -IGraphics/Handwriting
> -IGraphics/Types -IGraphics/Pictures -IGraphics/Spacial -IGraphics/Colors
> -IPlugins -IPlugins/Unix -ITypeset -ITypeset/Bridge -ITypeset/Concat
> -ITypeset/Page -IEdit -IPlugins -ITexmacs -std=3Dc++11 -include config.h
> -I/usr/include/x86_64-linux-gnu/qt5/QtCore
> -I/usr/include/x86_64-linux-gnu/qt5
> -I/usr/include/x86_64-linux-gnu/qt5/QtGui
> -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets
> -I/usr/include/x86_64-linux-gnu/qt5/QtSvg
> -I/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -DQTTEXMACS -Wall
> -Wno-return-type -O3 -fexpensive-optimizations -c
> ./Texmacs/Texmacs/texmacs.cpp -o Objects/texmacs.o
> In file included from
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qnamespace.h:43:0,
>                  from
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qmargins.h:43,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/qrect.h:43=
,
>                  from /usr/include/x86_64-linux-gnu/qt5/QtCore/QRect:1,
>                  from Plugins/Qt/qt_utilities.hpp:16,
>                  from Plugins/Qt/qt_widget.hpp:18,
>                  from Plugins/Qt/qt_simple_widget.hpp:18,
>                  from Edit/editor.hpp:20,
>                  from Texmacs/server.hpp:14,
>                  from ./Texmacs/Texmacs/texmacs.cpp:25:
> /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1135: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 built with -reduce-relocations. "\
>     ^~~~~
> makefile:355: recipe for target 'Objects/texmacs.o' failed
> make[1]: *** [Objects/texmacs.o] Error 1
> make[1]: Leaving directory 'texmacs/src'
> Makefile:57: recipe for target 'TEXMACS' failed
> make: *** [TEXMACS] Error 2
>
> with QT_SELECT=3Dqt5  ( without --with-qt-find-method=3Dpkgconfig  ) the =
same
> error as before:
> ./Plugins/Unix/unix_system.cpp:15:10: fatal error: QGuiApplication: No
> such file or directory
>
> BTW: make clean don't delete src/makefile
>
> On Mon, Oct 14, 2024 at 10:46=E2=80=AFAM Liza Belos <[email protected]=
que.fr>
> wrote:
>
>> Hello Dmitry,
>>
>> Could you try compiling with the following configure option:
>> --with-qt-find-method=3Dpkgconfig .
>> On some Ubuntu installations, I also found that setting the environment
>> variable QT_SELECT=3Dqt5 can resolve certain issues.
>>
>> Best regards,
>> Liza
>> Le 13/10/2024 =C3=A0 22:19, Dmitry a =C3=A9crit :
>>
>> Hello, JFYI
>>
>> I had a problem compiling texmacs ( tried last master
>> c6287b64afe6aeb57613f57b5c2cf0e85d6ae8c4 and v2.1.2 ) :
>> make[1]: Entering directory '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
>> -IData/Parser -IScheme
>>   -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui
>> -IGraphics/Mathematics -IGraphics/Renderer -IGraphics/Handwriting
>> -IGraphics/Types
>>   -IGraphics/Pictures -IGraphics/Spacial -IGraphics/Colors -IPlugins
>> -IPlugins/Unix
>>   -pthread -I/usr/local/guile-1.8.7/include
>> -I/usr/local/guile-1.8.7/include/guile -include config.h
>> -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB
>> -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I.
>> -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -D_REENTRANT
>>   -DQTTEXMACS -Wall -Wno-return-type -O3 -fexpensive-optimizations -c
>> ./Plugins/Unix/unix_system.cpp -o Objects/unix_system.o
>> ./Plugins/Unix/unix_system.cpp:15:10: fatal error: QGuiApplication: No
>> such file or directory
>>
>> After some research I found that adding $(CXXQT) flags to $(os_obj) help=
s:
>> $ diff  src/makefile.orig src/makefile
>> 343c343
>> <     $(call cxx_incl,$(os_incl) $(CXXGUILE))
>> ---
>>
>>     $(call cxx_incl,$(os_incl) $(CXXGUILE) $(CXXQT))
>>
>> Maybe my ubuntu too old?
>> $ cat /etc/os-release
>> NAME=3D"Ubuntu"
>> VERSION=3D"18.04.6 LTS (Bionic Beaver)"
>> ID=3Dubuntu
>> ID_LIKE=3Ddebian
>> PRETTY_NAME=3D"Ubuntu 18.04.6 LTS"
>>
>> $ g++ --version
>> g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
>>
>> Cordialement.
>> --
>>   Dmitry
>>
>> _______________________________________________
>> Texmacs-dev mailing [email protected]://lists.gnu.org/mailman=
/listinfo/texmacs-dev
>>
>> --
>>
>> *Liza Belos*
>> *Laboratoire d'Informatique de l'=C3=89cole Polytechnique*
>>
>> *Mail LIX : *[email protected]
>> *Mail CNRS : *[email protected]
>> *T=C3=A9l=C3=A9phone : *06 86 43 86 39
>> *Bureau : *1013
>>
>
>
> --
> --
>   Dmitry
>
> --
> *Liza Belos*
> *Laboratoire d'Informatique de l'=C3=89cole Polytechnique*
>
> *Mail LIX : *[email protected]
> *Mail CNRS : *[email protected]
> *T=C3=A9l=C3=A9phone : *06 86 43 86 39
> *Bureau : *1013
>


--=20
--
  Dmitry

--000000000000dfc07006247183a2
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>My laptop not so fast to compile texmacs)</div><div>W=
ith QT_SELECT=3Dqt5 CXXFLAGS=3D-fPIC LDFLAGS=3D-fPIC ./configure
      --with-qt-find-method=3Dpkgconfig it fails at final linking:<br></div=
><div><br>cd src; make -r -f makefile link=3Dshared<br>make[1]: Entering di=
rectory &#39;texmacs/src&#39;<br>g++ Objects/texmacs.o Objects/tm_ostream.o=
 Objects/fast_alloc.o Objects/tree.o Objects/ANSIFontWriter.o Objects/Abstr=
actContentContext.o Objects/AbstractWrittenFont.o</div><div>=C2=A0Objects/A=
rrayOfInputStreamsStream.o Objects/Ascii7Encoding.o Objects/CFFANSIFontWrit=
er.o Objects/CFFDescendentFontWriter.o </div><div>.........................=
.......... many lines skipped ..................<br>Objects/virtual_font.o =
Objects/vpenalty.o Objects/web_files.o Objects/wencoding.o Objects/widget.o=
 Objects/xml.o Objects/fakedlopen.o Objects/aeskey.o Objects/aescrypt.o Obj=
ects/aestab.o Objects/aes_modes.o Objects/aes_ni.o -Ltexmacs/TeXmacs/lib -l=
m -Wl,-rpath, -lQt5Svg -lQt5PrintSupport -lQt5Widgets -lQt5Gui -lQt5Core -W=
all -Wno-return-type -O3 -fexpensive-optimizations -fPIC -fPIC -L/usr/local=
/guile-1.8.7/lib -L/usr/lib -Wl,-rpath,/usr/lib/x86_64-linux-gnu -Wl,-Bdyna=
mic -lz -lpng -lQt5Svg -lQt5PrintSupport -lQt5Widgets -lQt5Gui -lQt5Core -l=
freetype -lguile -lgmp -lcrypt -lm -lltdl -o Objects/texmacs-shared.bin<br>=
/usr/bin/ld: Objects/unix_sys_utils.o: undefined reference to symbol &#39;p=
thread_create@@GLIBC_2.2.5&#39;<br>//lib/x86_64-linux-gnu/libpthread.so.0: =
error adding symbols: DSO missing from command line<br>collect2: error: ld =
returned 1 exit status<br>makefile:440: recipe for target &#39;Objects/texm=
acs-shared.bin&#39; failed<br>make[1]: *** [Objects/texmacs-shared.bin] Err=
or 1<br>make[1]: Leaving directory &#39;texmacs/src&#39;<br>Makefile:57: re=
cipe for target &#39;TEXMACS&#39; failed<br>make: *** [TEXMACS] Error 2</di=
v><div><br></div><div>So far the only way I can make texmacs - adjust src/m=
akefile by hand<br></div></div><br><div class=3D"gmail_quote"><div dir=3D"l=
tr" class=3D"gmail_attr">On Mon, Oct 14, 2024 at 5:38=E2=80=AFPM Liza Belos=
 &lt;<a href=3D"mailto:[email protected]">[email protected].=
fr</a>&gt; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margi=
n:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex=
"><u></u>

 =20
   =20
 =20
  <div style=3D"padding-bottom:1px">
    <p>The error indicate that you have a version of qt that need fPIC
      during the compilation (strange that it is not in the CXXFLAGS of
      the pkgconfig files...).</p>
    <p>Can you configure with :<br>
    </p>
    <p>QT_SELECT=3Dqt5 CXXFLAGS=3D-fPIC LDFLAGS=3D-fPIC ./configure
      --with-qt-find-method=3Dpkgconfig<br>
    </p>
    <div>Le 14/10/2024 =C3=A0 16:34, Dmitry a =C3=A9crit=C2=A0:<br>
    </div>
    <blockquote type=3D"cite">
     =20
      <div dir=3D"ltr">
        <div>Hello Liza,</div>
        <div><br>
        </div>
        <div>With --with-qt-find-method=3Dpkgconfig .make fails almost
          instantly with:</div>
        <div><br>
        </div>
        <div>cd src; make -r -f makefile link=3Dshared<br>
          make[1]: Entering directory &#39;texmacs/src&#39;<br>
          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
          -IData/Parser -IScheme -IGraphics/Bitmap_fonts
          -IGraphics/Fonts -IGraphics/Gui -IGraphics/Mathematics
          -IGraphics/Renderer -IGraphics/Handwriting -IGraphics/Types
          -IGraphics/Pictures -IGraphics/Spacial -IGraphics/Colors
          -IPlugins -IPlugins/Unix -ITypeset -ITypeset/Bridge
          -ITypeset/Concat -ITypeset/Page -IEdit -IPlugins -ITexmacs
          -std=3Dc++11 -include config.h
          -I/usr/include/x86_64-linux-gnu/qt5/QtCore
          -I/usr/include/x86_64-linux-gnu/qt5
          -I/usr/include/x86_64-linux-gnu/qt5/QtGui
          -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets
          -I/usr/include/x86_64-linux-gnu/qt5/QtSvg
          -I/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -DQTTEXMACS
          -Wall -Wno-return-type -O3 -fexpensive-optimizations -c
          ./Texmacs/Texmacs/texmacs.cpp -o Objects/texmacs.o<br>
          In file included from
          /usr/include/x86_64-linux-gnu/qt5/QtCore/qnamespace.h:43:0,<br>
          =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0fro=
m
          /usr/include/x86_64-linux-gnu/qt5/QtCore/qmargins.h:43,<br>
          =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0fro=
m
          /usr/include/x86_64-linux-gnu/qt5/QtCore/qrect.h:43,<br>
          =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0fro=
m
          /usr/include/x86_64-linux-gnu/qt5/QtCore/QRect:1,<br>
          =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0fro=
m Plugins/Qt/qt_utilities.hpp:16,<br>
          =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0fro=
m Plugins/Qt/qt_widget.hpp:18,<br>
          =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0fro=
m Plugins/Qt/qt_simple_widget.hpp:18,<br>
          =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0fro=
m Edit/editor.hpp:20,<br>
          =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0fro=
m Texmacs/server.hpp:14,<br>
          =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0fro=
m ./Texmacs/Texmacs/texmacs.cpp:25:<br>
          /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h:1135:4:
          error: #error &quot;You must build your code with position
          independent code if Qt was built with -reduce-relocations. &quot;
          &quot;Compile your code with -fPIC (-fPIE is not enough).&quot;<b=
r>
          =C2=A0# =C2=A0error &quot;You must build your code with position =
independent
          code if Qt was built with -reduce-relocations. &quot;\<br>
          =C2=A0 =C2=A0 ^~~~~<br>
          makefile:355: recipe for target &#39;Objects/texmacs.o&#39; faile=
d<br>
          make[1]: *** [Objects/texmacs.o] Error 1<br>
          make[1]: Leaving directory &#39;texmacs/src&#39;<br>
          Makefile:57: recipe for target &#39;TEXMACS&#39; failed<br>
          make: *** [TEXMACS] Error 2</div>
        <div><br>
        </div>
        <div>with QT_SELECT=3Dqt5=C2=A0 ( without
          --with-qt-find-method=3Dpkgconfig=C2=A0 ) the same error as befor=
e:</div>
        <div>./Plugins/Unix/unix_system.cpp:15:10: fatal error:
          QGuiApplication: No such file or directory</div>
        <div><br>
        </div>
        <div>BTW: make clean don&#39;t delete src/makefile<br>
        </div>
      </div>
      <br>
      <div class=3D"gmail_quote">
        <div dir=3D"ltr" class=3D"gmail_attr">On Mon, Oct 14, 2024 at
          10:46=E2=80=AFAM Liza Belos &lt;<a href=3D"mailto:[email protected]=
echnique.fr" target=3D"_blank">[email protected]</a>&gt;
          wrote:<br>
        </div>
        <blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex=
;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <div style=3D"padding-bottom:1px">
            <p>Hello Dmitry,</p>
            <p>Could you try compiling with the following configure
              option: --with-qt-find-method=3Dpkgconfig .<br>
              On some Ubuntu installations, I also found that setting
              the environment variable QT_SELECT=3Dqt5 can resolve certain
              issues.</p>
            <p>Best regards,<br>
              Liza</p>
            <div>Le 13/10/2024 =C3=A0 22:19, Dmitry a =C3=A9crit=C2=A0:<br>
            </div>
            <blockquote type=3D"cite">
              <pre>Hello, JFYI

I had a problem compiling texmacs ( tried last master
c6287b64afe6aeb57613f57b5c2cf0e85d6ae8c4 and v2.1.2 ) :
make[1]: Entering directory &#39;texmacs/src&#39;
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
-IData/Parser -IScheme
  -IGraphics/Bitmap_fonts -IGraphics/Fonts -IGraphics/Gui
-IGraphics/Mathematics -IGraphics/Renderer -IGraphics/Handwriting
-IGraphics/Types
  -IGraphics/Pictures -IGraphics/Spacial -IGraphics/Colors -IPlugins
-IPlugins/Unix
  -pthread -I/usr/local/guile-1.8.7/include
-I/usr/local/guile-1.8.7/include/guile -include config.h
-DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB
-DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I.
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -D_REENTRANT
  -DQTTEXMACS -Wall -Wno-return-type -O3 -fexpensive-optimizations -c
./Plugins/Unix/unix_system.cpp -o Objects/unix_system.o
./Plugins/Unix/unix_system.cpp:15:10: fatal error: QGuiApplication: No
such file or directory

After some research I found that adding $(CXXQT) flags to $(os_obj) helps:
$ diff  src/makefile.orig src/makefile
343c343
&lt;     $(call cxx_incl,$(os_incl) $(CXXGUILE))
---
</pre>
              <blockquote type=3D"cite">
                <pre>    $(call cxx_incl,$(os_incl) $(CXXGUILE) $(CXXQT))
</pre>
              </blockquote>
              <pre>Maybe my ubuntu too old?
$ cat /etc/os-release
NAME=3D&quot;Ubuntu&quot;
VERSION=3D&quot;18.04.6 LTS (Bionic Beaver)&quot;
ID=3Dubuntu
ID_LIKE=3Ddebian
PRETTY_NAME=3D&quot;Ubuntu 18.04.6 LTS&quot;

$ g++ --version
g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0

Cordialement.
--
  Dmitry

_______________________________________________
Texmacs-dev mailing list
<a href=3D"mailto:[email protected]" target=3D"_blank">[email protected]=
g</a>
<a href=3D"https://lists.gnu.org/mailman/listinfo/texmacs-dev" target=3D"_b=
lank">https://lists.gnu.org/mailman/listinfo/texmacs-dev</a>
</pre>
            </blockquote>
            <div>-- <br>
              <table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=
=3D"font-size:small;color:rgb(1,66,106)">
                <tbody>
                  <tr>
                    <td> <br>
                    </td>
                    <td style=3D"padding-left:10px"> <b>Liza Belos</b><br>
                      <b>Laboratoire d&#39;Informatique de l&#39;=C3=89cole
                        Polytechnique</b><br>
                      <br>
                      <b>Mail LIX : </b><a href=3D"mailto:[email protected]=
hnique.fr" target=3D"_blank">[email protected]</a><br>
                      <b>Mail CNRS : </b><a href=3D"mailto:liza.belos@cnrs.=
fr" target=3D"_blank">[email protected]</a><br>
                      <b>T=C3=A9l=C3=A9phone : </b>06 86 43 86 39<br>
                      <b>Bureau : </b>1013 </td>
                  </tr>
                </tbody>
              </table>
            </div>
          </div>
        </blockquote>
      </div>
      <br clear=3D"all">
      <br>
      <span class=3D"gmail_signature_prefix">-- </span><br>
      <div dir=3D"ltr" class=3D"gmail_signature">--<br>
        =C2=A0 Dmitry</div>
    </blockquote>
    <div>-- <br>
      <table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"font=
-size:small;color:rgb(1,66,106)">
        <tbody>
          <tr>
            <td>
              <u></u>
                <u></u>
                  <u></u>
                    <u></u><u></u>
                    <u></u><u></u>
                    <u></u><u></u>
                    <u></u><u></u>
                    <u></u><u></u>
                  <u></u>
                  <u></u><u></u>
                  <u></u>
                    <u></u><u></u>
                    <u></u><u></u>
                    <u></u><u></u>
                    <u></u><u></u> <u></u>
                <u></u>
              <u></u> </td>
            <td style=3D"padding-left:10px"> <b>Liza Belos</b><br>
              <b>Laboratoire d&#39;Informatique de l&#39;=C3=89cole Polytec=
hnique</b><br>
              <br>
              <b>Mail LIX : </b><a href=3D"mailto:[email protected]=
r" target=3D"_blank">[email protected]</a><br>
              <b>Mail CNRS : </b><a href=3D"mailto:[email protected]" targ=
et=3D"_blank">[email protected]</a><br>
              <b>T=C3=A9l=C3=A9phone : </b>06 86 43 86 39<br>
              <b>Bureau : </b>1013 </td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
  <u></u><u></u>

</blockquote></div><br clear=3D"all"><br><span class=3D"gmail_signature_pre=
fix">-- </span><br><div dir=3D"ltr" class=3D"gmail_signature">--<br>=C2=A0 =
Dmitry</div>

--000000000000dfc07006247183a2--


--===============4845091916550407202==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline

X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KVGV4bWFjcy1k
ZXYgbWFpbGluZyBsaXN0ClRleG1hY3MtZGV2QGdudS5vcmcKaHR0cHM6Ly9saXN0cy5nbnUub3Jn
L21haWxtYW4vbGlzdGluZm8vdGV4bWFjcy1kZXYK

--===============4845091916550407202==--