swftools-common
[Top][All Lists]
Advanced

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

[Swftools-common] Complile swftools in a private directory. Does someone


From: swftools
Subject: [Swftools-common] Complile swftools in a private directory. Does someone know how to install SWFTools when you ain't root?
Date: Mon, 3 May 2004 14:02:19 +0300

Hello.

Does someone know how to install SWFTools when you ain't root?

I need to compile and allocate SWFTools in a certain user directory.
And there is issue with t1lib.
Early I successfully built them under root login in my Slackware box,
this time I am installing tools in a directory at an external RedHat hosting.
My home directory is '/usr/local/customers/val'
and I do all actions in directory 'swf2ls'.

I had compiled t1lib-5.0.2:

cd ~/swf2ls
tar zxf t1lib-5.0.2.tar.gz
cd t1lib-5.0.2
./configure  --prefix=/usr/local/customers/val/swf2ls  
--exec-prefix=/usr/local/customers/val/swf2ls
cd ..

-bash-2.05b$ ls -la
total 2136
drwxr-xr-x    8 val val     4096 May  3 05:08 .
drwxr-x---   15 val val     4096 May  2 15:02 ..
drwxr-xr-x    2 val val     4096 May  3 04:53 bin
drwxr-xr-x    2 val val     4096 May  3 04:53 include
-rw-r--r--    1 val val   613261 Mar 27  1998 jpegsrc.v6b.tar.gz
drwxr-xr-x    2 val val     4096 May  3 04:52 lib
drwxr-xr-x    3 val val     4096 May  3 04:52 share
drwxr-xr-x    9 val val     4096 May  3 05:18 swftools-0.5.1
-rw-r--r--    1 val val  1528684 Mar  8  2002 t1lib-1.3.1.tar.gz
drwxr-xr-x   12 val val     4096 May  3 04:50 t1lib-5.0.2

-bash-2.05b$ ls -la ./lib
total 2000
drwxr-xr-x    2 val val     4096 May  3 04:52 .
drwxr-xr-x    8 val val     4096 May  3 05:08 ..
-rw-r--r--    1 val val  1158494 May  3 04:52 libt1.a
-rw-r--r--    1 val val      656 May  3 04:52 libt1.la
lrwxrwxrwx    1 val val       14 May  3 04:52 libt1.so -> libt1.so.5.0.2
lrwxrwxrwx    1 val val       14 May  3 04:52 libt1.so.5 -> libt1.so.5.0.2
-rw-r--r--    1 val val   703553 May  3 04:52 libt1.so.5.0.2
-rw-r--r--    1 val val    81222 May  3 04:52 libt1x.a
-rw-r--r--    1 val val      662 May  3 04:52 libt1x.la
lrwxrwxrwx    1 val val       15 May  3 04:52 libt1x.so -> libt1x.so.5.0.2
lrwxrwxrwx    1 val val       15 May  3 04:52 libt1x.so.5 -> libt1x.so.5.0.2
-rw-r--r--    1 val val    67262 May  3 04:52 libt1x.so.5.0.2

-bash-2.05b$ ls -la ./include
total 32
drwxr-xr-x    2 val val     4096 May  3 04:53 .
drwxr-xr-x    8 val val     4096 May  3 05:08 ..
-rw-r--r--    1 val val    17133 May  3 04:53 t1lib.h
-rw-r--r--    1 val val     3352 May  3 04:53 t1libx.h




Of course I read FAQ http://www.quiss.org/swftools/faq.html
However if I compile SWFTools themselves

-bash-2.05b$ LDFLAGS="-L/usr/local/customers/val/swf2ls/lib" \
CPPFLAGS="-I/usr/local/customers/val/swf2ls/include" \
./configure  \
--prefix=/usr/local/customers/val/swf2ls  \
--exec-prefix=/usr/local/customers/val/swf2ls

..., then errors weirdly appear:

checking for jpeglib.h... (cached) yes
checking for t1lib.h... (cached) no
checking for assert.h... (cached) yes
....blah-blah
checking for time... (cached) yes
checking for avifile-config... no
checking whether we can compile the avifile test program... no
* Couldn't compile the avifile test program.
* Disabling avi2swf tool...
***************************************************
The following headers/libraries are missing:  t1lib.h
Disabling pdf2swf tool...
***************************************************

Should I correct something for ./configure call?

Thanks!
Val





reply via email to

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