Angus Leeming a écrit :
Abdel wrote:
Hello Angus,

With the shared version all demos and examples compile and execute OK.
Ouf... But the linkage only took an hour and sometimes more than 400
Megs! I understand why Michael insist on compiling static Qt.

I had lots of trouble trying to compile aspell so I gave up.

You can always go back to this later.

Now onto lyx...
The configure fails with:

checking types of arguments for select... int,int *,struct timeval *

Your configure.ac has DOS-style line endings. I believe that there's some
magic in the build_lyxwin.sh script to clean that up...

You're right but it failed apparently:

sed: -e expression #2, char 2: Unterminated `s' command


Try the attached dos2unix.sed script as
$ sed -f dos2unix.sed configure.ac > tmp

it does the same:
sed: file dos2unix.sed line 1: Unterminated `s' command

I guess my version of sed is bad but I cannot find any other on mingw site.

Sorry for all this. I'll maybe wait for a formal (beta) delivery of lyx 1.4

Thanks a lot anyway,
Abdel.


$ mv tmp configure.ac



------------------------------------------------------------------------

s/
$//


------------------------------------------------------------------------

s/$/
/

Reply via email to