Am Donnerstag, 6. Juni 2013 um 18:51 schrieb Ivan Fuentes: > Hello > > I'm trying to Build AOO in Win7, i'm not used to Linux, so many of the > commands that the step by step guide mentions are unknow for me, i've been > searching on internet but i've gotten stucked. > > I did this: > > - Run autoconf to create the configure script: > > autoconf > > > Call configure Run configure (I modified this configure to my needs) > > MSVC_HOME="/cygdrive/c/Program Files (x86)/Microsoft Visual Studio 11.0" > SDK_PATH="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.1" > ./configure \ > --with-cl-home="$MSVC_HOME/VC" \ > --with-mspdb-path="$MSVC_HOME/Common7/IDE" \ > --with-asm-home="$MSVC_HOME/Bin" \ > --with-csc-path="$MSVC_HOME/SDK/v3.5" \ > --with-frame-home="$SDK_PATH" \ > --with-psdk-home="$SDK_PATH" \ > --with-midl-path="$SDK_PATH/bin" \ > --with-jdk-home="/cygdrive/c/Program Files (x86)/Java/jdk1.7.0_02" \ > --with-ant-home="/cygdrive/c/apache-ant-1.9.1" \ > --with-dmake-url="http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2" > \ > --with-epm-url=http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz \ > --enable-pch \ > --disable-atl \ > --disable-binfilter \ > --without-junit > > > Then > Finish configuration and download missing external source tarballs and > extensions > > ./bootstrap > > But i don't have any ./bootstrap to run > > Where did i loss? Any ideas? Help plz :S :S bootstrap is generated at the end of or after configure and is located directly in main. Are you sure that your configure returned successful and without errors?
Please check or provide your complete configure output ... Juergen > > Thx > > > -- > P.D. Por fa confirma de recibido ;) > > > "... and to make the darkness bright > paint the sky with stars" > [Iván Fuentes] > >