[dev] Please help a newbie: configure on Windows XP SP2

2008-12-05 Thread Eng. Jose R. Robles
Hi dev's:

This is my configure command:

./configure\
  --disable-directx\
  --with-cl-home=/cygdrive/F/Programs/MSVC_Express/VC\
  --disable-activex\
  --disable-atl\
  --with-frame-home=/cygdrive/f/Programs/MS_SDK/Windows/v6.1 \
  --with-psdk-home=/cygdrive/f/Programs/MS_SDK/Windows/v6.1  \
  --with-midl-path=/cygdrive/f/Programs/MS_SDK/Windows/v6.1/Bin  \
  --with-asm-home=/cygdrive/f/Programs/MSVC_Express/VC   \
  --with-jdk-home=/cygdrive/e/JDK_15 \
  --with-csc-path=/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5 \
  --with-ant-home=/cygdrive/e/Programs/Ant_17\
  --with-use-shell=bash

I am getting the following output from configure:

---
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for gawk... gawk
checking for gawk... /usr/bin/gawk
checking for sed... /usr/bin/sed
checking for solenv environment... default
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
cygwin
checking Cygwin version... 1.5.25(0.156/4/2)
checking whether to enable crashdump feature... no
checking whether to use the standard non-optimizing compiler... no
checking whether to turn warnings to errors... no
checking whether to do a debug build... no
checking whether to build with additional debug utilities... no, full
product bu
ild
checking whether to include symbols into final build... no
checking whether to strip the solver or not checking whether to enable
nativ
e CUPS support... no
checking whether to enable fontconfig support... no
checking whether to enable filters for legacy binary file formats
(StarOffice 5.
2)... no
checking whether to use DirectX... yes
checking whether to use ActiveX... yes
checking whether to use ATL... yes
checking whether to use RPATH in shared libraries... yes
checking whether to include MySpell dictionaries... yes
checking which shell to use... 4nt
configure: WARNING: Windows/OS/2 4NT builds don't test for the shell
checking gcc home... /usr
checking whether to enable pch feature... no
checking for GNU make... make
checking the GNU make version... make 3.81
checking for perl... /usr/bin/perl
checking the Perl version... checked (perl 5)
checking for required Perl modules... all modules found
checking for friendly registry keys... done
checking the Microsoft C/C++ Compiler... found
(/cygdrive/f/Programs/MSVC_E~1/VC
/bin/cl.exe)
checking the Version of Microsoft C/C++ Compiler... found Compiler version
00150
0003072.
found .NET 2008 / VS 9.0.
checking for midl.exe... no
Can't find MS Visual Studio / VC++ at ./oowintool line 175.
configure: error: midl.exe not found. Make sure it's in the path or
use --with-midl-path

-

But midl.exe is there:

$ ls -al /cygdrive/f/Programs/MS_SDK/Windows/v6.1/Bin/midl.exe
-rwxrwx---+ 1 Administrators SYSTEM 88576 Jan 16  2008
/cygdrive/f/Programs/MS_S
DK/Windows/v6.1/Bin/midl.exe

My $PATH is:

/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/f/Programs/DirectX9/Ut
ilities/Bin/x86:/cygdrive/e/orant/bin:/cygdrive/c/WINDOWS/system32:/cygdrive
/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/e/JDK_15/bin:.:


Please notice it's ignoring all the options (checking whether to use
DirectX... yes)!

Am I missing anything?

Thank you for your replies.


Jose


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



Re: [dev] DEV300_m37 cairo breakers

2008-12-05 Thread Thorsten Behrens
On Fri, Dec 05, 2008 at 04:46:15AM -0200, Ariel Constenla-Haile wrote:
 --enable-cairo breaks cairo canvas:
 
 
 build/openoffice/DEV300_m37/solenv/bin/checkdll.sh -L../../unxlngi6/lib
 -L/build/openoffice/DEV300_m37/solver/300/unxlngi6/lib
 ../../unxlngi6/lib/check_cairocanvas.uno.so
 Checking DLL ../../unxlngi6/lib/check_cairocanvas.uno.so ...: ERROR:
 /build/openoffice/DEV300_m37/solver/300/unxlngi6/lib/libcairo.so.2:
 undefined symbol: __sync_val_compare_and_swap_4
 dmake:  Error code 1, while making '../../unxlngi6/lib/cairocanvas.uno.so'
 
Hi Ariel,

hm, that *should* work on i586, what exact platform are you on?

 --enable-cairo  --with-system-cairo breaks instsetoo_native because it
 still checks libcairo.so.2
 
Please dump the output tree in scp2  rebuild. libcairo2 is guarded
with !defined(SYSTEM_CAIRO), but there's no build system dependency
on changed environment.

 none of these breakes happen on DEV300_m36.
 
That's because of CWS cairosource01 - actually, on Linux, I strongly
recommend going --with-system-cairo, the self-built one is mainly
for Win32  MacOS.

HTH,

-- Thorsten

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



Re: [dev] Please help a newbie: configure on Windows XP SP2

2008-12-05 Thread Regina Henschel

Hi Jose,

and here is my configure, which I used to build cws odff05, which is 
based on m36.


./configure \
 --with-directx-home=/cygdrive/c/Programme/dxsdk \
 --with-cl-home=/cygdrive/c/Programme/Microsoft Visual Studio 9.0/VC \
 --disable-activex \
 --disable-build-mozilla \
 --disable-directx \
 --disable-epm \
 --with-win32 \
 --with-frame-home=/cygdrive/c/Programme/Microsoft SDKs/Windows/v6.1 \
 --with-psdk-home=/cygdrive/c/Programme/Microsoft SDKs/Windows/v6.1 \
 --with-midl-path=/cygdrive/c/Programme/Microsoft 
SDKs/Windows/v6.0A/Bin \
 --with-asm-home=/cygdrive/c/Programme/Microsoft Visual Studio 
9.0/VC/Bin \

 --with-jdk-home=/cygdrive/c/Programme/Java/jdk1.6.0_06 \
 --with-csc-path=/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5 \
 --with-ant-home=/apache-ant-1.7.0 \
 --with-use-shell=bash

kind regards
Regina

Eng. Jose R. Robles schrieb:

Hi dev's:

This is my configure command:

./configure\
  --disable-directx\
  --with-cl-home=/cygdrive/F/Programs/MSVC_Express/VC\
  --disable-activex\
  --disable-atl\
  --with-frame-home=/cygdrive/f/Programs/MS_SDK/Windows/v6.1 \
  --with-psdk-home=/cygdrive/f/Programs/MS_SDK/Windows/v6.1  \
  --with-midl-path=/cygdrive/f/Programs/MS_SDK/Windows/v6.1/Bin  \
  --with-asm-home=/cygdrive/f/Programs/MSVC_Express/VC   \
  --with-jdk-home=/cygdrive/e/JDK_15 \
  --with-csc-path=/cygdrive/c/Windows/Microsoft.NET/Framework/v3.5 \
  --with-ant-home=/cygdrive/e/Programs/Ant_17\
  --with-use-shell=bash



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



Re: [dev] Insert-Object-Sound|Video

2008-12-05 Thread Mathias Bauer
Caolán McNamara wrote:

 So looking into Insert-Object-Sound|Video I see that it really
 basically also means Insert-Object-Plugin
 where the plugins are mozilla plugins found in /usr/lib/netscape/plugins
 
 Are there any known available mozilla plugin which works with this at
 the moment ? Under Linux I see that libflashplayer.so sort of does
 something, i.e. something briefly displayed in the top left corner of
 the document area, not inside the ole object area.
 
 Various other plugins I've tried crash OOo, so I wonder
 a) Is there much use in having Insert-Object-Sound and
 Insert-Object-Video as entries in our menus given that
 Insert-Object-Plugin exists and we already have Insert-Movie and
 Sound for avmedia support.
 
 b) Is it worth fixing the use-mozilla-plugin stuff ?, i.e. remove the
 crashes, fix up to work on 64bit, look also in modern mozilla plugins
 location, do something like add a glib/gtk main loop to pluginapp to get
 new plugins which quite often seem to depend on that existing to
 function, etc. Or should it just be removed ?. Maybe it is working well
 on non-linux platforms ?

The location problem was fixed by Philipp Lohmann (AFAIK). I think
fixing bugs wrt. plugin support makes sense, as Mozilla plugins are a
nice way to re-use existing work and IMHO we should keep that as a part
of OOo.

To my knowledge it works quite well on Windows, though I didn't test a
lot of different plugins.

Ciao,
Mathias

-- 
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
Please don't reply to [EMAIL PROTECTED].
I use it for the OOo lists and only rarely read other mails sent to it.


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



Re: [dev] DEV300_m37 cairo breakers

2008-12-05 Thread Ariel Constenla-Haile
Hi Thorsten,

Thorsten Behrens escribió:
 On Fri, Dec 05, 2008 at 04:46:15AM -0200, Ariel Constenla-Haile wrote:
 --enable-cairo breaks cairo canvas:


 build/openoffice/DEV300_m37/solenv/bin/checkdll.sh -L../../unxlngi6/lib
 -L/build/openoffice/DEV300_m37/solver/300/unxlngi6/lib
 ../../unxlngi6/lib/check_cairocanvas.uno.so
 Checking DLL ../../unxlngi6/lib/check_cairocanvas.uno.so ...: ERROR:
 /build/openoffice/DEV300_m37/solver/300/unxlngi6/lib/libcairo.so.2:
 undefined symbol: __sync_val_compare_and_swap_4
 dmake:  Error code 1, while making '../../unxlngi6/lib/cairocanvas.uno.so'

 Hi Ariel,
 
 hm, that *should* work on i586, what exact platform are you on?

indeed i586. Quite strange this error, not present in my system cairo I
build myself. I found
http://lists.cairographics.org/archives/cairo-bugs/2008-October/002736.html
but looks unrelated. I'lll try a clean build (this was switching from
DEV300_m36)

 --enable-cairo  --with-system-cairo breaks instsetoo_native because it
 still checks libcairo.so.2

 Please dump the output tree in scp2  rebuild. libcairo2 is guarded
 with !defined(SYSTEM_CAIRO), but there's no build system dependency
 on changed environment.

yes that solved the problem (I realized that when saw other strange
things like postprocess wanting to build before another modules)

Regards
Ariel


-- 
Ariel Constenla-Haile
La Plata, Argentina


Aus der Kriegsschule des Lebens
- Was mich nicht umbringt,
macht mich härter.
Nietzsche Götzendämmerung, Sprüche und Pfeile, 8.

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