Andrea Pescetti wrote:
E-mail is a horrible medium for this, but it looks like you are missing
a space near the end of the first line. You can see it from the error
message, where it doesn't look for a script named "configure" but
"configure--with[...]".
Just to close the discussion: the OP r
Maram Abbas wrote:
moram@moram-PC ~/cygdrve/c/source/aoo/main
$ ./configure\
--with-dmake-url="
https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2";
-bash: ./configure--with-dmake-url=
https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2:
No such fi
Am 18.02.20 um 15:36 schrieb Matthias Seidel:
> So the complete line is:
>
> --with-dmake-url="https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2";
> \
I hate it when lines are wrapped... ;-)
Note the closing "\" at the end.
Regards,
Matthias
>
> ?
>
> Regards,
>
>
So the complete line is:
--with-dmake-url="https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2";
\
?
Regards,
Matthias
Am 18.02.20 um 10:56 schrieb Maram Abbas:
> Yes I did all that
> Then at the ./configure commas
>
> moram@moram-PC ~/cygdrve/c/source/aoo/main
> $ ./
Yes I did all that
Then at the ./configure commas
moram@moram-PC ~/cygdrve/c/source/aoo/main
$ ./configure\
> --with-dmake-url="
https://sourceforge.net/projects/oooextras.mirror/files/dmake-4.12.tar.bz2";
-bash: ./configure--with-dmake-url=
https://sourceforge.net/projects/oooextras.mirror/files/
Might be the build complains about unowinreg.dll?
--
Sent from: http://openoffice.2283327.n4.nabble.com/Development-f2916443.html
-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail:
Hi ,
A step I often forget is the use of autoconf
* Make sure that you are in the main source directory:
cd $SourceMain
* Run autoconf to create the configure script:
autoconf
Call configure
But it is difficult to help because you do not write which file is
missing or which comm
Hi
I was trying to build in windows 7
I followed the instructions step by step
Then I got stuck at the configuration
It says No such file or directory
I can't figure what I miss