hi! hmm.. you should first decide if you want to build with msvc-toolkit (MS compiler) _or_ mingw (gcc).
mixing both doesn't make sense to me. tschau... ause Ajoy Thamattoor wrote: > On 8/19/05, Hans-Joachim Lankenau <[EMAIL PROTECTED]> wrote: >>hi! >> >>APP1LINKER is set to the value of the variable LINK/LINKC which >>orginates from "solenv/inc/wnt.mk". >> >>i would suspect the MSC compiler detection as source of your problem but >>there should be hints in the config.log.. >> >>as always, some additional information would avoid too much guessing: >>- milestone > > > Latest (basically "cvs co OpenOffice") . > > - configure switches > > > > ./configure --srcdir="/home/Ajoy/OpenOffice" --disable-mozilla --disable-epm > --disable-odk --disable-qadevooo --disable-fontooo --disable-cups > --disable-directx --disable-atlmfc --enable-cl-standard --enable-vctk > --disable-gtk --disable-binfilter --disable-pasf --without-gpc > --without-fonts --without-java --with-cl-home="/cygdrive/c/Program > Files/Microsoft Visual C++ Toolkit 2003" > --with-mspdb-path="/cygdrive/c/Program Files/Microsoft Visual C++ Toolkit > 2003/bin" --with-nmake-path="/cygdrive/c/Program Files/Microsoft Platform > SDK/Bin" --with-psdk-home="/cygdrive/c/Program Files/Microsoft Platform SDK" > --with-asm-home="/cygdrive/c/masm32/bin" --with-mingwin=yes > --includedir="/usr/local/include /usr/include /cygdrive/c/Program > Files/Microsoft Visual C++ Toolkit 2003/include" --with-system-stdlibs > The last few are to pull in the MS VC++ 2003 toolkit, the Platform SDK and > the MASM. Don't want mozilla. > > - winenv.set > > > Attaching the file. Didn't change anything - used the generated one. Sourced > the following after sourcing winmingw.set: > > setenv PATH > ".:/home/Ajoy/OpenOffice/solver/680/wntgcci.pro/bin:/home/Ajoy/OpenO > ffice/solenv/bin:/home/Ajoy/OpenOffice/solenv/wntgcci/bin:NO_JAVA_HOME/bin:/usr/ > bin:/usr/local/bin:/bin:/usr/X11R6/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/ > WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem::/cygdrive/c/PROGRA~1/OpenAFS/Client/P > rogram:/cygdrive/c/PROGRA~1/OpenAFS/Common:/cygdrive/c/PROGRA~1/MIT/Kerberos/bin > :/usr/lib/lapack:/cygdrive/c/Program Files/Microsoft Visual C++ Toolkit > 2003/bin > :/cygdrive/c/Program Files/Microsoft Platform > SDK/Bin:/cygdrive/c/windows/Micros > oft.net/Framework/v1.1.4322:/cygdrive/c/Program<http://oft.net/Framework/v1.1.4322:/cygdrive/c/Program>Files/Microsoft > Platform SDK/Bin > /win64" > > setenv INCLUDE "C:\Program Files\Microsoft Visual C++ Toolkit > 2003\Include;C:\Pr > ogram Files\Microsoft Platform SDK\Include" > > setenv LIB "C:\Program Files\Microsoft Visual C++ Toolkit > 2003\lib;C:\Program Fi > les\Microsoft Platform SDK\lib;C:\Program Files\Microsoft Visual Studio .NET > 200 > 3\Vc7\lib" > > - what tweaks and why > > > Tweaked solenv/tools code to use ANSI style parameter declarations instead > of > K&R style ones. gcc3.4 no longer accepts K&R style declarations (unless > preprocess-only > is turned on). Mostly mechanical changes. > There was one dummy makefile with just "dummy" inside it, changed that to > "dummy:" > since there was an error "rule with no delimiter" against the file. > As for the environment, I have full Cygwin, VC++ 2003 toolkit, MS Platform > SDK, MS .NET SDK. > Just installed JDK5.x. No Apache Ant. > > Thanks, > Ajoy. > > > > ------------------------------------------------------------------------ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
