On Thu, Jun 01, 2006 at 07:54:46PM +0200, Abdelrazak Younes wrote:
> Or what we could do is to compile the official intl with cygwin/mingw
> and distribute that. Enrico, Angus, didn't you do just that? Did you
> succeed?
Both gettext and iconv are C libraries, so I think that they can be
compil
Am Freitag, 2. Juni 2006 08:43 schrieb Jean-Marc Lasgouttes:
> > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
> Georg> A very dump question: Why do we have intl/ at all? Why can't
> Georg> whose who have a OS with a broken getext get GNU gettext on
> Georg> their own or live with an untran
Peter Kümmel wrote:
Have you dropped the os/2 file from the source list?
+source = globSource(dir = env.subst('$TOP_SRC_DIR/intl'), pattern = '*.c',
+ exclude = ['vasnprintf.c', 'printf-parse.c', 'printf-args.c',
'os2compat.c'],
+ build_dir = '$BUILDDIR/intl')
Very funky :)
How
Peter Kümmel wrote:
> Have you dropped the os/2 file from the source list?
+source = globSource(dir = env.subst('$TOP_SRC_DIR/intl'), pattern = '*.c',
+ exclude = ['vasnprintf.c', 'printf-parse.c', 'printf-args.c',
'os2compat.c'],
+ build_dir = '$BUILDDIR/intl')
Bo Peng wrote:
>> Done.
>
> Great. Then you will see intl support in scons/msvc.
>
>> config.h:
>>
>> #if defined(MAKE_INTL_LIB) && defined(_MSC_VER)
>> #define __attribute__(x)
>> #define inline
>> #define uintmax_t UINT_MAX
>> #endif
>
> I think I was missing the define inline one.
>
> Cheers
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Am Donnerstag, 1. Juni 2006 20:57 schrieb Peter Kümmel:
>> I haven't found a Makefile.am in /intl so I've done it like the
>> scon script.
Georg> My mistake. I thought you were talking about a file in
Georg> src/support. I have no ide
Am Donnerstag, 1. Juni 2006 20:57 schrieb Peter Kümmel:
> I haven't found a Makefile.am in /intl so I've done it like the
> scon script.
My mistake. I thought you were talking about a file in src/support. I have
no idea about intl/.
A very dump question: Why do we have intl/ at all? Why can't wh
Done.
Great. Then you will see intl support in scons/msvc.
config.h:
#if defined(MAKE_INTL_LIB) && defined(_MSC_VER)
#define __attribute__(x)
#define inline
#define uintmax_t UINT_MAX
#endif
I think I was missing the define inline one.
Cheers,
Bo
Georg Baum wrote:
> Am Donnerstag, 1. Juni 2006 20:43 schrieb Peter Kümmel:
>
>> But couldn't we just drop this os2 file in our makefiles?
>
> Why did you include it? It is not in Makefile.am, so should not be
> compiled at all (and in 1.5 it does not exist anymore).
>
>
> Georg
>
>
I haven
Am Donnerstag, 1. Juni 2006 20:43 schrieb Peter Kümmel:
> But couldn't we just drop this os2 file in our makefiles?
Why did you include it? It is not in Makefile.am, so should not be
compiled at all (and in 1.5 it does not exist anymore).
Georg
Abdelrazak Younes wrote:
> Peter Kümmel wrote:
>> then we don't have to port intl.
Done.
At least compiling without iconv
and with some dummy paths.
> I am afraid we have to :-(
No reason to be afraid. ;)
Here the changes:
config.h:
#if defined(MAKE_INTL_LIB) && defined(_MSC_VER)
#define __
Abdelrazak Younes wrote:
Peter Kümmel wrote:
Abdelrazak Younes wrote:
Angus Leeming wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
For those who want to try the latest and greatest Lyx-Qt4 for
windows, point your browser to:
http://wiki.lyx.org/Windows/LyX150Experimental
Was this compi
Peter Kümmel wrote:
Abdelrazak Younes wrote:
Angus Leeming wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
For those who want to try the latest and greatest Lyx-Qt4 for
windows, point your browser to:
http://wiki.lyx.org/Windows/LyX150Experimental
Was this compiled with MSVC? Maybe the w
Abdelrazak Younes wrote:
> Angus Leeming wrote:
>> Abdelrazak Younes <[EMAIL PROTECTED]> writes:
>>> For those who want to try the latest and greatest Lyx-Qt4 for
>>> windows, point your browser to:
>>> http://wiki.lyx.org/Windows/LyX150Experimental
>>
>> Was this compiled with MSVC? Maybe the wiki
On Thu, Jun 01, 2006 at 05:46:11PM +0200, Joost Verburg wrote:
> Enrico Forestieri wrote:
> >Even if I have the bakoma fonts installed, all the equations are
> >messed up. This one must be a byproduct of the recent changes
> >by Joost. I obviated to this problem by copying the fonts
> >to Resources
On Thu, Jun 01, 2006 at 05:40:19PM +0200, Abdelrazak Younes wrote:
> Enrico Forestieri wrote:
> >On Thu, Jun 01, 2006 at 04:19:50PM +0200, Abdelrazak Younes wrote:
> >>For those who want to try the latest and greatest Lyx-Qt4 for windows,
> >>point your browser to:
> >>
> >>http://wiki.lyx.org
Abdelrazak Younes wrote:
Enrico Forestieri wrote:
The "Insert Table" widget is very nice ;-)
Yes, good work Edwin!
just like giving candy to my daughter ;-)
Angus Leeming wrote:
gnu windres (part of binutils on mingw/cygwin) is the equivalent of rc to MSVC.
Then this is the tool to be used for MinGW. Including icons using a
resource compiler is a lot better than hacking the exe afterwards.
Joost
Joost Verburg <[EMAIL PROTECTED]> writes:
> My new installer doesn't require you to add the icons, it uses the ico
> file for shortcut and file icons. It's of course a good thing to include
> these icons using a resource file. With Visual C++ that's an easy thing,
> I don't know about MinGW.
gn
Joost Verburg wrote:
Angus Leeming wrote:
A fun project for you scons-afficionados would be to automate package
generation
on windows. As I see it, the only thing blocking the process to
fully-automate
the build of the windows installer is the step to install icons in the
lyx.exe.
There's lot
Angus Leeming wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
For those who want to try the latest and greatest Lyx-Qt4 for windows,
point your browser to: http://wiki.lyx.org/Windows/LyX150Experimental
Was this compiled with MSVC? Maybe the wiki page should have a comment to this
effect?
Enrico Forestieri wrote:
Even if I have the bakoma fonts installed, all the equations are
messed up. This one must be a byproduct of the recent changes
by Joost. I obviated to this problem by copying the fonts
to Resources/fonts. However, I think that this should not happen,
i.e., if I already ha
Angus Leeming wrote:
A fun project for you scons-afficionados would be to automate package generation
on windows. As I see it, the only thing blocking the process to fully-automate
the build of the windows installer is the step to install icons in the lyx.exe.
There's lots of info out there on ho
Enrico Forestieri wrote:
On Thu, Jun 01, 2006 at 04:19:50PM +0200, Abdelrazak Younes wrote:
For those who want to try the latest and greatest Lyx-Qt4 for windows,
point your browser to:
http://wiki.lyx.org/Windows/LyX150Experimental
Enrico, I would be interested in some new numbers.
Fir
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
> For those who want to try the latest and greatest Lyx-Qt4 for windows,
> point your browser to: http://wiki.lyx.org/Windows/LyX150Experimental
Was this compiled with MSVC? Maybe the wiki page should have a comment to this
effect?
Why not give Joost
On Thu, Jun 01, 2006 at 04:19:50PM +0200, Abdelrazak Younes wrote:
> For those who want to try the latest and greatest Lyx-Qt4 for windows,
> point your browser to:
>
> http://wiki.lyx.org/Windows/LyX150Experimental
>
> Enrico, I would be interested in some new numbers.
First of all let me
For those who want to try the latest and greatest Lyx-Qt4 for windows,
point your browser to:
http://wiki.lyx.org/Windows/LyX150Experimental
Enrico, I would be interested in some new numbers.
Abdel.
On Sat, May 20, 2006 at 11:15:48AM +0200, Abdelrazak Younes wrote:
> Enrico Forestieri a écrit :
> > There is too much spacing between icons in the toolbars. For this reason
> > the extra toolbar doesn't fit in the original window width.
>
> I kind of prefer that, IMHO lyx-qt3 icons are too clos
Enrico Forestieri a écrit :
On Thu, May 18, 2006 at 12:30:34PM +0200, Abdelrazak Younes wrote:
For those who want to try latest and greatest Lyx-Qt4 for windows, point
your browser to:
http://wiki.lyx.org/Windows/LyX150Experimental
No more crashes on Win2k when using the file-dialog ;-
On Thu, May 18, 2006 at 12:30:34PM +0200, Abdelrazak Younes wrote:
> For those who want to try latest and greatest Lyx-Qt4 for windows, point
> your browser to:
>
> http://wiki.lyx.org/Windows/LyX150Experimental
No more crashes on Win2k when using the file-dialog ;-)
One minor glitch is t
For those who want to try latest and greatest Lyx-Qt4 for windows, point
your browser to:
http://wiki.lyx.org/Windows/LyX150Experimental
Abdel.
Sreekumar Bhaskaran {msbad084} a écrit :
To add to my previous comment: The delete button gets activated when I click on the
"full author list" box. The citation style also comes back then
Year, I've written in the Wiki that the Citation dialog is not ready.
You have been warned ;-)
That s
Bhaskaran {msbad084}
Cc: LyX Developers List
Subject: Re: LyX150Experimental Updated!
Sreekumar Bhaskaran {msbad084} a écrit :
> I was checking some more stuff. The instant preview is not working well. It
> is missing some subscripts and symbols when it is used.
>
I don't use instant pr
Younes [mailto:[EMAIL PROTECTED]
Sent: Saturday, May 13, 2006 3:10 AM
To: Sreekumar Bhaskaran {msbad084}
Cc: LyX Developers List
Subject: Re: LyX150Experimental Updated!
Sreekumar Bhaskaran {msbad084} a écrit :
> I was checking some more stuff. The instant preview is not working well. It
&
Georg Baum a écrit :
Am Samstag, 13. Mai 2006 10:10 schrieb Abdelrazak Younes:
Sreekumar Bhaskaran {msbad084} a écrit :
I was checking some more stuff. The instant preview is not working
well. It is missing some subscripts and symbols when it is used.
I don't use instant preview so I didn't
Am Samstag, 13. Mai 2006 10:10 schrieb Abdelrazak Younes:
> Sreekumar Bhaskaran {msbad084} a écrit :
> > I was checking some more stuff. The instant preview is not working
well. It is missing some subscripts and symbols when it is used.
> >
> I don't use instant preview so I didn't notice. But
should be some something common to all
frontend. Something has changed related to that guys?
Abdel.
-Original Message-
From: Abdelrazak Younes [mailto:[EMAIL PROTECTED]
Sent: Friday, May 12, 2006 3:08 PM
To: Sreekumar Bhaskaran {msbad084}; LyX Developers List
Subject: Re: LyX150Ex
Developers List
Subject: Re: LyX150Experimental Updated!
Sreekumar Bhaskaran {msbad084} a écrit :
> Seems like that it is the problem. The path prefix is not populated in the
> preferences gui (In 1.4.1, this automatically occurs)
>
I think this is done by the installer. A new instal
Sreekumar Bhaskaran {msbad084} a écrit :
Seems like that it is the problem. The path prefix is not populated in the
preferences gui (In 1.4.1, this automatically occurs)
I think this is done by the installer. A new installer is in
development, I'll maybe use that in the future. But for now,
Sreekumar Bhaskaran {msbad084} a écrit :
No, it didn't work after reconfigure. These layout files were properly
recognized in 1.4.1
Also, to went to the Lyx folder in "Application Data" folder and checked
it.
There should be a "LyX-svn" subdir in "Application Data". But I guess
you need to ha
No, it didn't work after reconfigure. These layout files were properly
recognized in 1.4.1
Also, to went to the Lyx folder in "Application Data" folder and checked
it.
I don't think there are any folders in the lyx-svn folder there. I
remember, when I had 1.4.1, there were a whole set of folders t
Sreekumar Bhaskaran {msbad084} a écrit :
I tried using this. But it does not recognize any new layout files I had
created. I reconfigured after copying these files in the layout folder
And it worked after reconfigure? Were your personal layout files
properly recognized by LyX-1.4.1?
I had
I tried using this. But it does not recognize any new layout files I had
created. I reconfigured after copying these files in the layout folder
I had changed the paths in lyx.bat file to c:\program
files\lyx-svn\bin\lyx.exe
Can I only install this in a specific folder or is any place ok.
Sreekum
I got your last version of LyX-1.5. This one asks for the zlib1.dll,
unlike the previous one. Got the dll, and now it runs.
Yes, this is a new requirement, note that the dll is included in the two
packages and it is also available on my web site.
Abdel.
Persio Barros a écrit :
Abdelrazak Younes
Maybe, but Persio Barros has tested it with success on WinMe. Could
you test again Persio?
Abdel.
Abdel,
Sorry for the delay. Today is sunday and wright now I'm cooking a
feijoada. And drinking some cachaça, of couse ;-).
Lucky guy ;-)
Where do y
On Sunday 07 May 2006 15:10, Persio Barros wrote:
> Abdel,
Oi, :-)
> Sorry for the delay. Today is sunday and wright now I'm cooking a feijoada.
> And drinking some cachaça, of couse ;-).
After eating and drink like that do you still find strength to write a
message? Wow, I am impressed. ;-
Abdelrazak Younes
Sat, 06 May 2006 14:17:35 -0700
Enrico Forestieri a écrit :
On Sat, May 06, 2006 at 09:33:50PM +0200, Abdelrazak Younes wrote:
Enrico Forestieri a écrit :
On Sat, May 06, 2006 at 07:41:03PM +0200, Abdelrazak Younes
wrote:
For those who
Enrico Forestieri a écrit :
On Sat, May 06, 2006 at 09:33:50PM +0200, Abdelrazak Younes wrote:
Enrico Forestieri a écrit :
On Sat, May 06, 2006 at 07:41:03PM +0200, Abdelrazak Younes wrote:
For those who want to try latest and greatest SVN for windows, point
your browser to:
http:/
On Sat, May 06, 2006 at 09:33:50PM +0200, Abdelrazak Younes wrote:
> Enrico Forestieri a écrit :
> > On Sat, May 06, 2006 at 07:41:03PM +0200, Abdelrazak Younes wrote:
> >
> >> For those who want to try latest and greatest SVN for windows, point
> >> your browser to:
> >>
> >>http://wiki.lyx
Enrico Forestieri a écrit :
On Sat, May 06, 2006 at 07:41:03PM +0200, Abdelrazak Younes wrote:
For those who want to try latest and greatest SVN for windows, point
your browser to:
http://wiki.lyx.org/Windows/LyX150Experimental
Still crashes for me when I try to load a file.
This ti
On Sat, May 06, 2006 at 07:41:03PM +0200, Abdelrazak Younes wrote:
> For those who want to try latest and greatest SVN for windows, point
> your browser to:
>
> http://wiki.lyx.org/Windows/LyX150Experimental
Still crashes for me when I try to load a file.
This time the file dialog appears
For those who want to try latest and greatest SVN for windows, point
your browser to:
http://wiki.lyx.org/Windows/LyX150Experimental
Abdel.
52 matches
Mail list logo