Am Monday 21 December 2009 schrieb BH:
> On Mon, Dec 21, 2009 at 10:08 AM, Vincent van Ravesteijn - TNW
> wrote:
> >
> Right now I can't compile:
>
> >>>
> >>> Can you compile now ?
> >>
> >>Not quite. (I should have run make -k before.)
> >>
> >
> > And now ?
>
> Perfect -- thanks!
>
>
In trunk, the two batch files
build_msvc.bat
build_msvs_debug.bat
both specify "version_suffix=16"
http://www.lyx.org/trac/browser/lyx-devel/trunk/development/Win32/packaging/build_msvs_debug.bat
I assume it should be version_suffix=2 for trunk?
-Ben
fix-msvc-version-suffix.diff
Descriptio
2009/12/21 Vincent van Ravesteijn - TNW :
>
> Christian, you're listed as a contributor to dvipng (so you must be an
> expert). Do you have any info on this ?
Sorry, I don't have any idea at all about this. (Actually, I wonder if
you're talking to the right Christian:-)
Best regards,
Christian
Peter Kümmel wrote:
> But I've removed the dialog, because ATM we don't have to
> show anything interesting. Latex is running in batch mode.
i hoped we could duplicate the terminal output into this dock widget
and i even intended to add more capabilities for debug output
fine tuning. could we ree
Peter Kümmel wrote:
> Is there any reason why no svn:eol-style native property is set an the src
> files?
without it there are problems wrt newlines when exchanging files between linux
and windows.
pavel
On Mon, Dec 21, 2009 at 2:37 PM, Anders Ekberg wrote:
> try the flags:
> --with-included-gettext --without-aspell --without-pspell --enable-static
> (haven't had time to nail down exactly which are needed, but I assume someone
> has the answer to that)
I already used --with-included-gettext and
On 21 dec 2009, at 19.39, BH wrote:
> I've just upgraded from Mac 10.5 to 10.6. Trunk compiles fine, but
> branch gives me this error:
>
> /bin/sh ../libtool --tag=CXX --mode=link g++ -g -O3 -isysroot
> /Developer/SDKs/MacOSX10.5.sdk
> -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk
> -Wl,-dyl
I've just upgraded from Mac 10.5 to 10.6. Trunk compiles fine, but
branch gives me this error:
/bin/sh ../libtool --tag=CXX --mode=link g++ -g -O3 -isysroot
/Developer/SDKs/MacOSX10.5.sdk
-Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework
> > And then continuous update on each buffer change.
> >
>
> I tried that on linux and it is bearable but crashy... This is on a 2
> year old laptop running Ubuntu 9.10.
Isn't that bad on Linux with attached patch. We have to drop updates
when the update is still busy.
>
> On Windows, forg
Peter Kümmel wrote:
Am Montag, den 21.12.2009, 14:54 +0100 schrieb Abdelrazak Younes:
Excellent. Now we can also move LFUN_BUFFER_EXPORT to thread. We just
need a new argument to exportAndDestroy() AFAIR. I mean... if you want
to do some more work on this ;-)
And then continuous updat
Peter Kümmel wrote:
Am Montag, den 21.12.2009, 14:54 +0100 schrieb Abdelrazak Younes:
Peter Kümmel wrote:
Abdelrazak Younes wrote:
2) Use the same signal/slot mechanism for Buffer::message().
Done,
http://www.lyx.org/trac/changeset/32606/lyx-devel/trunk
Am Montag, den 21.12.2009, 14:54 +0100 schrieb Abdelrazak Younes:
> Excellent. Now we can also move LFUN_BUFFER_EXPORT to thread. We just
> need a new argument to exportAndDestroy() AFAIR. I mean... if you want
> to do some more work on this ;-)
And then continuous update on each buffer change.
Am Montag, den 21.12.2009, 14:54 +0100 schrieb Abdelrazak Younes:
> Peter Kümmel wrote:
> > Abdelrazak Younes wrote:
> >
> >> 2) Use the same signal/slot mechanism for Buffer::message().
> >>
> >
> > Done,
> > http://www.lyx.org/trac/changeset/32606/lyx-devel/trunk
> >
>
> Excellent. No
Am Montag, den 21.12.2009, 10:30 -0500 schrieb Ben M.:
> On Mon, Dec 21, 2009 at 9:30 AM, Vincent van Ravesteijn - TNW
> wrote:
> > Try adding "#include " to GuiProgress.cpp.
> >
> > PS. You can keep this on the list.
> >
> > (Peter, you compile with a single merged header file ?)
> >
> > Vincent
On Mon, Dec 21, 2009 at 9:30 AM, Vincent van Ravesteijn - TNW
wrote:
> Try adding "#include " to GuiProgress.cpp.
>
> PS. You can keep this on the list.
>
> (Peter, you compile with a single merged header file ?)
>
> Vincent
Thanks! I also had to add QTime to GuiView.cpp. Now it compiles.
-Ben
On Mon, Dec 21, 2009 at 10:08 AM, Vincent van Ravesteijn - TNW
wrote:
>
Right now I can't compile:
>>>
>>> Can you compile now ?
>>
>>Not quite. (I should have run make -k before.)
>>
>
> And now ?
Perfect -- thanks!
BH
>>>Right now I can't compile:
>>>
>>
>> Can you compile now ?
>
>Not quite. (I should have run make -k before.)
>
And now ?
Vincent
On Mon, Dec 21, 2009 at 9:55 AM, Vincent van Ravesteijn - TNW
wrote:
>>Right now I can't compile:
>>
>
> Can you compile now ?
Not quite. (I should have run make -k before.)
Here's one more:
GuiView.cpp: In member function ‘virtual bool
lyx::frontend::GuiView::dispatch(const lyx::FuncRequest&)’
>Right now I can't compile:
>
Can you compile now ?
Vincent
On Mon, Dec 21, 2009 at 6:56 AM, Peter Kümmel wrote:
> Statusbar is now updated ehith the progress information.
> But I've removed the dialog, because ATM we don't have to
> show anything interesting. Latex is running in batch mode.
Right now I can't compile:
GuiProgress.cpp: In member function
Am 21.12.2009, 00:27 Uhr, schrieb José Matos
:
On Sunday 20 December 2009 16:51:07 bb wrote:
As there are no Tufte files at all after an installation
I suspect that your latex distribution does not have the tufte classes.
I know > that the texlive-2009 does have them.
At least not the brand
Peter Kümmel wrote:
Abdelrazak Younes wrote:
2) Use the same signal/slot mechanism for Buffer::message().
Done,
http://www.lyx.org/trac/changeset/32606/lyx-devel/trunk
Excellent. Now we can also move LFUN_BUFFER_EXPORT to thread. We just
need a new argument to exportAndDestroy()
Abdelrazak Younes wrote:
> 2) Use the same signal/slot mechanism for Buffer::message().
Done,
http://www.lyx.org/trac/changeset/32606/lyx-devel/trunk
Peter
Ben M. wrote:
The Qt version from lyx-windows-deps-msvc2008 (4.3.0) doesn't match
the AltInstaller (4.5.3). Having a precompiled Qt is such a wonderful
luxury. Is anyone so generous as to share their updated library
files?
Just download it from Nokia. Qt-4.6 is now available for MSVC2008 a
>>In both cases, this works out of Lyx, but unfortunately, i cannot see
>>the tikz-picture inside lyx (using the magic of instant preview). My
>>question therefore:
>>- is there a simple way to do this, or if not
>>- is this a problem of instant preview, or
>>- should I put it on the "feature wan
The Qt version from lyx-windows-deps-msvc2008 (4.3.0) doesn't match
the AltInstaller (4.5.3). Having a precompiled Qt is such a wonderful
luxury. Is anyone so generous as to share their updated library
files?
Qt versions from ftp://ftp.lyx.org/pub/lyx/contrib/ :
4.5.3: AltInstaller 1.6.5
4.4.2:
Abdelrazak Younes wrote:
> On 20/12/2009 17:34, Peter Kümmel wrote:
>> Abdelrazak Younes wrote:
>>
>>> 1) Replace all call to Alert::warning() related to some Buffer action
>>> with a new Buffer::warning() method that will use the GuiDelegate to
>>> send the warning to the GUI even when we are
BH wrote:
> On Sun, Dec 20, 2009 at 11:23 AM, Peter Kümmel wrote:
>> Peter Kümmel wrote:
>>> Pavel Sanda wrote:
Peter Kümmel wrote:
> If it's really needed I could move it to trunk, would not be very
> complicated.
yes it would be nice to have it. i even imagine line of checkbox
Vincent van Ravesteijn - TNW wrote:
>> The latest trunk doesn't link for me with scons/win32.
>> It does work if I roll back.
>
> So, you'll have to fix scons ;-).. Just like Peter did in r32600 for
> autotools.
Fixed it. I thought scons parses the .am files.
Peter
>In both cases, this works out of Lyx, but unfortunately,
>i cannot see the tikz-picture inside lyx (using the magic
>of instant preview). My question therefore:
>- is there a simple way to do this, or if not
>- is this a problem of instant preview, or
>- should I put it on the "feature wanted"-lis
>The latest trunk doesn't link for me with scons/win32.
>It does work if I roll back.
So, you'll have to fix scons ;-).. Just like Peter did in r32600 for
autotools.
Vincent
Dear LyXers,
i have had a lot of fun using LyX in combination with "xy-pic" and
"instant preview". Whilst xy-pic is a lot of fun, it becomes hairy when
trying to make more involved figures for presentations. Now I hit upon a
package called “tikz” by Till Tantau (yes, the creator of beamer).
Unfort
The latest trunk doesn't link for me with scons/win32. It does work
if I roll back.
GuiView.obj : error LNK2019: unresolved external symbol "class
lyx::frontend::Dialog * __cdecl lyx::frontend::createGuiProgress(class
lyx::frontend::GuiView &)"
(?createguiprogr...@frontend@lyx@@yapavdia...@12@aav
33 matches
Mail list logo