On Wed, Dec 15, 2004 at 11:24:12AM +0100, Asger Kunuk Ottar Alstrup wrote:
> How well does a native Qt Win32 work?
It works to the same degree as it works on *nix.
I am not sure where you'd put that on an absolute scale,
but it's certainly ok for LyX.
Andre'
> "Asger" == Asger Kunuk Ottar Alstrup <[EMAIL PROTECTED]> writes:
Asger> Nice. I have two months paternity leave now, so there is a
Asger> chance that I can find some time for LyX. You are all serving
Asger> it on a silver plate for me.
Free time on a paternity leave? Ha!
JMarc
PS: Hi, Asg
Asger Kunuk Ottar Alstrup <[EMAIL PROTECTED]> writes:
| On Wed, 15 Dec 2004, Ruurd Reitsma wrote:
>
>> Just threw it in the group.
>
| I saw it. Nice.
>
>> No, you´ll still need GNU make. (Besides the maintenance effort.).
>> Automake -> VS project converters do exist, but are not sophisticated
>>
On Wed, 15 Dec 2004, Ruurd Reitsma wrote:
> Just threw it in the group.
I saw it. Nice.
> No, you´ll still need GNU make. (Besides the maintenance effort.).
> Automake -> VS project converters do exist, but are not sophisticated
> enough. Lot´s of things are handled with posix shell commands.
I
"Asger Kunuk Ottar Alstrup" <[EMAIL PROTECTED]> wrote in
message news:[EMAIL PROTECTED]
> On Wed, 15 Dec 2004, Ruurd Reitsma wrote:
> Could you maybe wrap that wrapper script up, along with a README for how
> to do this? I would suggest to add this to the CVS distribution.
>
Just threw it in the g
Ruurd Reitsma wrote:
With MSVC, I use a wrapper tool which makes cl.exe grog gcc arguments. Saves
you the trouble of maintaining your own project files, besides the autotools
stuff. Building then takes place in a normal cygwin environment, and a
native binary comes out.
I prefer a cygwin less versi
Lars Gullik Bjønnes wrote:
When doing these you really are on your own...
I'm not familiarly with the auto... stuff.
what branch? Or just head?
HEAD, is compilable for sure... but not with msvc8.
I've just checked out lyx-devel without a branch argument,
is this HEAD then?.
The diff file cannot be
Asger Kunuk Ottar Alstrup wrote:
> On Wed, 15 Dec 2004, Ruurd Reitsma wrote:
>
>> With MSVC, I use a wrapper tool which makes cl.exe grog gcc arguments.
>> Saves you the trouble of maintaining your own project files, besides the
>> autotools stuff. Building then takes place in a normal cygwin
>>
On Wed, 15 Dec 2004, Ruurd Reitsma wrote:
> With MSVC, I use a wrapper tool which makes cl.exe grog gcc arguments. Saves
> you the trouble of maintaining your own project files, besides the autotools
> stuff. Building then takes place in a normal cygwin environment, and a
> native binary comes out
Peter Kümmel <[EMAIL PROTECTED]> writes:
| Hello,
>
| I try to make a pure GPLed windows-qt version of lyx
| using the gpl-win32 version of qt 3.3.3 (kde-cygwin).
>
| I also hope to avoid all cygwin related stuff.
| So I've tested to compile lyx-devel/src with the
| (evil) compiler msvc8 (2005 Exp
Hi Peter,
"Peter Kümmel" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Here's the project file for qmake: lyx-devel/src/lyx.pro
>
With MSVC, I use a wrapper tool which makes cl.exe grog gcc arguments. Saves
you the trouble of maintaining your own project files, besides the autotoo
Here's the project file for qmake: lyx-devel/src/lyx.pro
With the environment variables
QTDIR= YOUR_QT_DIRECTORY
and
QMAKESPEC=win32-msvc.net
you could produce the lyx.vcproj file with the command:
qmake -t vcapp lyx.pro -o lyx.vcproj
Cheers,
Peter
##
12 matches
Mail list logo