Re: win32 installer for LyX 1.4?

2006-03-17 Thread Angus Leeming
Beck, Andrew Thomas - BECAT001 [EMAIL PROTECTED] writes: I have generally followed this outline: http://marc.theaimsgroup.com/?l=lyx-develm=113523961018129q=p3 I found that if I don't modify the environment as described and the configure script, it fails to find the qt libraries.

Re: win32 installer for LyX 1.4?

2006-03-17 Thread Angus Leeming
Beck, Andrew Thomas - BECAT001 <[EMAIL PROTECTED]> writes: > > I have generally followed this outline: > > http://marc.theaimsgroup.com/?l=lyx-devel=113523961018129=p3 > > I found that if I don't modify the environment as described > and the configure script, it fails to find the qt libraries.

win32 installer for LyX 1.4?

2006-03-16 Thread Beck, Andrew Thomas - BECAT001
I've been waiting patiently for a windows installer for the latest greatest LyX. Is there some technical reason why one hasn't been posted, or is it simply that nobody has gotten to it yet? I've been trying to build it myself, but am getting errors on the final link. I have been following the

Re: win32 installer for LyX 1.4?

2006-03-16 Thread Angus Leeming
Beck, Andrew Thomas - BECAT001 [EMAIL PROTECTED] writes: I've been waiting patiently for a windows installer for the latest greatest LyX. Is there some technical reason why one hasn't been posted, or is it simply that nobody has gotten to it yet? The latter I think. I've been trying to

Re: win32 installer for LyX 1.4?

2006-03-16 Thread Enrico Forestieri
Angus Leeming [EMAIL PROTECTED] writes: In fact, if I think about it, the only manual step in the whole process is the installation of the LyX icons into the lyx.exe executable. If someone takes it upon themselves to integrate that step into the build process then everything else can be

Re: win32 installer for LyX 1.4?

2006-03-16 Thread Angus Leeming
Enrico Forestieri [EMAIL PROTECTED] writes: Angus, it should simply be a matter of windres -i lyxicons.rc -o lyxicons.o where: $ cat lyxicons.rc 1 ICON lyx_32x32.ico 2 ICON lyx_doc_32x32.ico and then including lyxicons.o in the final link step. But windres is a cygwin program... Try

Re: win32 installer for LyX 1.4?

2006-03-16 Thread Beck, Andrew Thomas - BECAT001
I have generally followed this outline: http://marc.theaimsgroup.com/?l=lyx-develm=113523961018129q=p3 I found that if I don't modify the environment as described and the configure script, it fails to find the qt libraries. Actually, it finds the library, but can't produce a working program, so

win32 installer for LyX 1.4?

2006-03-16 Thread Beck, Andrew Thomas - BECAT001
I've been waiting patiently for a windows installer for the latest & greatest LyX. Is there some technical reason why one hasn't been posted, or is it simply that nobody has gotten to it yet? I've been trying to build it myself, but am getting errors on the final link. I have been following the

Re: win32 installer for LyX 1.4?

2006-03-16 Thread Angus Leeming
Beck, Andrew Thomas - BECAT001 <[EMAIL PROTECTED]> writes: > I've been waiting patiently for a windows installer > for the latest & greatest LyX. Is there some technical > reason why one hasn't been posted, or is it simply that > nobody has gotten to it yet? The latter I think. > I've been

Re: win32 installer for LyX 1.4?

2006-03-16 Thread Enrico Forestieri
Angus Leeming <[EMAIL PROTECTED]> writes: > In fact, if I think about it, the only manual step in the whole process is the > installation of the LyX icons into the lyx.exe executable. If someone takes it > upon themselves to integrate that step into the build process then everything > else can be

Re: win32 installer for LyX 1.4?

2006-03-16 Thread Angus Leeming
Enrico Forestieri <[EMAIL PROTECTED]> writes: > Angus, > it should simply be a matter of > windres -i lyxicons.rc -o lyxicons.o > where: > $ cat lyxicons.rc > 1 ICON "lyx_32x32.ico" > 2 ICON "lyx_doc_32x32.ico" > and then including lyxicons.o in the final link step. > But windres is a cygwin

Re: win32 installer for LyX 1.4?

2006-03-16 Thread Beck, Andrew Thomas - BECAT001
I have generally followed this outline: http://marc.theaimsgroup.com/?l=lyx-devel=113523961018129=p3 I found that if I don't modify the environment as described and the configure script, it fails to find the qt libraries. Actually, it finds the library, but can't produce a working program, so