

Hello Ruben,

after a long busy time I've got some time to compile the
explorer 0.7 on hp-ux.

It works, when you compile the explorer library as a shared library.
Else I can't bind it (or didn't find out how to do it) with
the hp-ux CC (C++) compiler.

I also didn't get it linked with the gnu g++ :-(
But I have to check it again.

Also I don't find it a good idea to use the explorer (ie FileTreeNode)
data types and the qt library in the eplugin.cpp source file.
It just makes it huge and hard to link.

Alf

P.S. Some minor problems, I will make a patch in the next days.

---
Right now I'm struggling with 0.70. I wanted to do a clean installation,
without editing
the Makefile's, but it doesn't seem to be possible.

I use Debian-Linux. I got all the X-Stuff and Qt as well as
Debian-packages. So there are 
standard locations for the header files and libraries:

zaza:/home/bav> ll /usr/include/X11
  23055 lrwxrwxrwx   1 root     root           20 May  5 10:34
/usr/include/X11 ->   ../X11R6/include/X11
zaza:/home/bav> ll /usr/include/X11/Xos.h
   6746 -r--r--r--   1 root     root         6764 Nov 22 05:21
/usr/include/X11/Xos.h

zaza:/home/bav> ll /usr/include/qt/qapp.h
   2524 -rw-r--r--   1 root     root         4700 Apr  7 17:31
/usr/include/qt/qapp.h

zaza:/home/bav> ll /usr/X11R6/lib/libX11.so.6.1
  22596 -rwxr-xr-x   1 root     root       623740 Nov 22 05:21
/usr/X11R6/lib/libX11.so.6.1

I tried to supply the configure-script with these Values. This not
possible or more precise I can 
tell configure how to find X include's and lib's using

./configure --x-include=/usr/X11R6

but adding

--includedir=/usr/include/qt

does not have any effect. The option  --with-qt-dir doesn't make much 
sense with my system, as there are quit different location for header
files and lib's.
So I had to edit the Makefile's.
 
Having done this I get

zaza:/home/bav/wsp/expl-0.70> ll src/libexplorer.a
  12803 -rw-------   1 bav      bav       3749800 May  5 11:25
src/libexplorer.a

and

zaza:/home/bav/wsp/expl-0.70> ll *o
  47671 -rw-------   1 bav      bav        141680 May  5 11:30
main_expl.o


but I can't link edit. I get zillions of messages like

./src/libexplorer.a(mqprogres.o)(.rodata+0x224): undefined reference to
`QGArray::newData(void)'
./src/libexplorer.a(mqprogres.o)(.rodata+0x22c): undefined reference to
`QGArray::deleteData(QGArray::array_data *)'
make: *** [explorer] Error 1
zaza:/home/bav/wsp/expl-0.70>

Any hints ?

Gerd


--------------2781446B794B--
