[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] 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]