[dev] ./configure before compiling problem with cups

2005-05-16 Thread Vizion
Hi all 
Members of lists users@openoffice.org recommended I bring this query to  the 
dev list:

1. Topis as subject .. ./configure before compiling problem with cups.
2. I think  most relevant information in the following Sections - what am I 
missing?-
3. OS FreeBSD 5.3 for more details see .config output

Sections begin with:
/*-OpenOffice file Location--
/*-./configure---
/*locate cups.h
/*--./configure --includedir=/usr/local/include/
/*--pkg_info cups-1.1.23.0
/*locate cups--Partial listing---

Sections start:
/*-OpenOffice file Location--
EZGiver# cd config_office/
EZGiver# pwd
/usr/ports/distfiles/OpenOffice1.9.100-1/SRC680_m100/config_office

/*-./configure---
EZGiver# ./configure
checking for gawk... gawk
checking for gawk... /usr/local/bin/gawk
checking for sed... /usr/bin/sed
checking for solenv environment... default
checking build system type... i386-unknown-freebsd5.3
checking host system type... i386-unknown-freebsd5.3
checking target system type... i386-unknown-freebsd5.3
checking the FreeBSD operating system release... found OSVERSION=503001
checking which thread library to use... -pthread
checking whether to enable crashdump feature... yes, STATIC
checking whether to do a debug build... no
checking whether to build with additional debug utilities... no, full product 
build
checking whether to include symbols into final build... yes
checking whether to enable native CUPS support... yes
checking whether to enable fontconfig support... yes
checking whether to enable filters for legacy binary file formats (StarOffice 
5.2)... yes
checking whether to use RPATH in shared libraries... yes
checking whether to include MySpell dictionaries... yes
checking which shell to use... tcsh
checking for tcsh... /bin/tcsh
checking gcc home... /usr
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for gcc... /usr/bin/gcc
checking the GNU gcc compiler version... checked (gcc 3.4.2)
checking whether gcc supports -fvisibility=hidden... no
checking for GNU make... --version: not found
gmake
checking the GNU make version... gmake 3.80
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking cups/cups.h usability... no
checking cups/cups.h presence... no
checking for cups/cups.h... no
configure: error: cups/cups.h could not be found. libcupsys2-dev or 
cups???-devel missing?

/*locate cups.h
EZGiver# locate cups.h
/usr/local/include/cups/cups.h
/usr/ports/print/cups-lpr/work/cups-1.1.23/cups/cups.h
/usr/ports/print/cups-lpr/work/cups-1.1.23/scripting/php/php_phpcups.h

/*--./configure --includedir=/usr/local/include/
EZGiver# ./configure --includedir=/usr/local/include/
checking for gawk... gawk
checking for gawk... /usr/local/bin/gawk
checking for sed... /usr/bin/sed
checking for solenv environment... default
checking build system type... i386-unknown-freebsd5.3
checking host system type... i386-unknown-freebsd5.3
checking target system type... i386-unknown-freebsd5.3
checking the FreeBSD operating system release... found OSVERSION=503001
checking which thread library to use... -pthread
checking whether to enable crashdump feature... yes, STATIC
checking whether to do a debug build... no
checking whether to build with additional debug utilities... no, full product 
build
checking whether to include symbols into final build... yes
checking whether to enable native CUPS support... yes
checking whether to enable fontconfig support... yes
checking whether to enable filters for legacy binary file formats (StarOffice 
5.2)... yes
checking whether to use RPATH in shared libraries... yes
checking whether to include MySpell dictionaries... yes
checking which shell to use... tcsh
checking for tcsh... /bin/tcsh
checking gcc home... /usr
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for gcc... /usr/bin/gcc
checking the GNU gcc compiler version... checked (gcc 3.4.2)
checking whether gcc supports 

[dev] Query is this list functioning?

2005-05-16 Thread Vizion
Hi

I subscribed to this list earlier today and received a welcome message from 
the listserver but have received no postings.

Is this list active or do I have a problem in receiving postings.

Thanks

David
-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing May bound for Europe via Panama Canal.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dev] question about improving the speed of openning .ppt file

2005-05-16 Thread jiangdongjin
Hi all,

These days I am doing the work to improve the speed of openning a .ppt file 
which contains many jpg or bmp pictures. 
 I found use MS Powerpoint and OOo impress to open the same .ppt file(contains 
many jpg or bmp pictures),OOo impress
 is much more slower than MS Powerpoint.In my test,MS Powerpoint open my test 
.ppt file in 3-4 seconds, but for OOo 
 it is 1-2 minutes.
 
 I have tracked the process of importing a .ppt file, here is the process:
 
 ..
 ImplSdPPTImport::Import()
 SdrPowerPointImport::ImportPage(...)
 SvxMSDffManager::ImportObj(...)
 SvxMSDffManager::ImportGraphic(...)
 SvxMSDffManager::GetBLIP(...)
 SvxMSDffManager::GetBLIPDirect(...)
 GraphicFilter::ImportGraphic(...)
 Graphic::SetLink(...) // * here save picture 
data into a temp file
 SdrGrafObj::ForceSwapOut()
 GraphicObject::FireSwapOutRequest()
 GraphicObject::ImplAutoSwapOutHdl(...)
 GraphicObject::SwapOut() //  here again swap out picture 
data to temp file
 ..
 
 To my opinion, OOo impress opens .ppt file slower because of:
 1. It imports all contents before displays, but MS Powerpoint only imports 
those needed;
 2. It create too many temp files for those pictures embeded in slide pages, 
but MS Powerpoint do nothing about this.
 
 Then I do some tests, first I omit the function Graphic::SetLink(...). In the 
case open my .ppt file(contains many jpg or
 bmp picture), the speed raise 30%-40% and only several temp files created. 
Everything looks ok except the peak memory
 is twice. Maybe too many picture data in memory?
 
 So my question is:
 1. Why we must import all things before to display it? Maybe operation speed 
will fast but load speed is too slow;
 2. Can I maintain the input sream( .ppt file stream ) all the time? So I can 
import any thing when I real need it;

 Thank you to read my question, and I need your help. Any comment and hint are 
welcome.
 
best regards,
jiangdongjin
 
 
 


 


Re: [dev] Query is this list functioning?

2005-05-16 Thread Vizion
On Monday 16 May 2005 19:58,  the author Vizion contributed to the dialogue on 
[dev] Query is this list functioning?:
 Hi

 I subscribed to this list earlier today and received a welcome message from
 the listserver but have received no postings.

 Is this list active or do I have a problem in receiving postings.

 Thanks

 David
Guess it is functioning now but traffic is low chuckles
david
-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing May bound for Europe via Panama Canal.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]