Re: The LyX licence --- a gentle nudge

2005-03-30 Thread Albert Chin
ontributions to LyX under the GNU General Public Licence, version 2 or later. -- albert chin ([EMAIL PROTECTED])

Re: Patches against 1.3.4 for SGI C++ compiler

2004-04-23 Thread Albert Chin
On Fri, Apr 23, 2004 at 07:42:31PM +0100, John Levon wrote: > On Fri, Apr 23, 2004 at 01:32:52PM -0500, Albert Chin wrote: > > > The SGI C++ compiler errors out because of #warning which is a GCCism. > > > > src/frontends/qt2/QBrowseBox.C needs 'use std::floor&#x

Patches against 1.3.4 for SGI C++ compiler

2004-04-23 Thread Albert Chin
The SGI C++ compiler errors out because of #warning which is a GCCism. src/frontends/qt2/QBrowseBox.C needs 'use std::floor' because it makes a call to floor(). -- albert chin ([EMAIL PROTECTED]) -- snip snip --- src/mathed/math_diminset.C.orig 2004-04-12 12:30:41.0 -05

1.3.4 patch for SGI C++ compiler

2004-04-12 Thread Albert Chin
w fixes it. -- albert chin ([EMAIL PROTECTED]) -- snip snip --- src/lyx_main.C.orig Mon Apr 12 14:19:21 2004 +++ src/lyx_main.C Mon Apr 12 14:20:21 2004 @@ -369,7 +369,7 @@ #if USE_BOOST_FORMAT lyxerr << boost::format(_("Using

lib/Makefile.am error in 1.3.3

2003-10-20 Thread Albert Chin
If xfonts/PSres.upr doesn't exists, the install-xfonts will fail, causing 'make install' to fail. -- albert chin ([EMAIL PROTECTED]) -- snip snip --- lib/Makefile.am.origMon Oct 20 02:52:02 2003 +++ lib/Makefile.am Mon Oct 20 02:52:16 2003 @@ -59,7 +59,7

[1.3.2] Don't assume sys/select.h exists

2003-06-03 Thread Albert Chin
Doesn't exist on HP-UX 11.x. Patch below against 1.3.2. -- albert chin ([EMAIL PROTECTED]) -- snip snip --- src/ispell.C.orig Tue Jun 3 00:09:02 2003 +++ src/ispell.CTue Jun 3 00:09:51 2003 @@ -25,7 +25,9 @@ #include "support/forkedcall.h" #include "support/l

1.3.0 build error on Solaris 2.6

2003-02-24 Thread Albert Chin
ow about the patch below? -- albert chin ([EMAIL PROTECTED]) -- snip snip --- boost/boost/integer_traits.hpp.orig Mon Feb 24 09:43:07 2003 +++ boost/boost/integer_traits.hpp Mon Feb 24 09:45:38 2003 @@ -93,7 +93,7 @@ #elif defined(__BORLANDC__) || defined(__CYGWIN__) || defined(__MINGW32_

lib/reLyX/configure.ac patch for 1.3.0

2003-02-21 Thread Albert Chin
AC_CONFIG_FILES(Makefile reLyX noweb2lyx, chmod 755 reLyX noweb2lyx) runs 'chmod 755 reLyX noweb2lyx' after *each* of Makefile reLyX noweb2lyx are generated. However, you want the chmod run *only* after the appropriate file is generated. -- albert chin ([EMAIL PROTECTED]) -- snip sn

Fix snprintf/vsnprintf detection for 1.2.3

2003-02-17 Thread Albert Chin
: previous declaration `int snprintf(char*, long unsigned int, const char*, ...)' here configure:16518: $? = 1 The patch below fixes this by using a more accurate prototype for snprintf/vsnprintf. I suppose another solution is to switch to C for the AC_CHECK_FUNCS check. -- albert chin ([

Re: automake 2.57 unsupported?

2003-01-12 Thread Albert Chin
P-UX. However, neither the HP C++ compiler nor G++ can build LyX at the moment. But, a 64-bit G++ 3.3 *can* build LyX and there is currently work going on to make a 32-bit G++ build LyX on HP-UX. -- albert chin ([EMAIL PROTECTED]) -- snip snip --- lib/autoconf/c.m4.orig 2002-12-22 22:1

Re: 1.2.1 and duplicate Dialogs.o

2002-09-12 Thread Albert Chin
On Thu, Sep 12, 2002 at 12:03:10PM +0200, Jean-Marc Lasgouttes wrote: > >>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> On Wednesday 11 September 2002 3:56 pm, Jean-Marc Lasgouttes > Angus> wrote: > >> >>&

LyX 1.2.0 on HP-UX 11i with GCC 3.1.1 or 3.2

2002-08-21 Thread Albert Chin
InsetGraphicsParams U ControlInset::updateSlot(bool) t ControlInset::updateSlot(bool) -- albert chin ([EMAIL PROTECTED])

Re: Towards LyX 1.2.1 [status update #1]

2002-05-30 Thread Albert Chin
The culprit is libtool. Look at the ./configure output. It should have attempted to build with -c and -o and failed. We should try to fnid out why. -- albert chin ([EMAIL PROTECTED])

Re: 1.1.6fix1 (status update #2) / HP-UX

2001-02-01 Thread Albert Chin-A-Young
checks: 1. Test if the function exists 2. Test if the declaration for the function exists I'm working on this now (just stealing how lftp does it). I should have a patch soon. -- albert chin ([EMAIL PROTECTED])

Re: Compilation problem: New insights

2001-01-09 Thread Albert Chin-A-Young
in call to SigC::Signal0 SigC::Marshal>::connect(const SigC::Slot0&) is being passed int. > > I rather doubt that the SUN compiler produces a faulty error message. What version of Sun CC? -- albert chin ([EMAIL PROTECTED])

Re: Tabular file format (patch)

2000-12-28 Thread Albert Chin-A-Young
ould be compressed to reduce size (Gnumeric does this)? -- albert chin ([EMAIL PROTECTED])

Re: Solaris compile problem - Real fix

2000-11-18 Thread Albert Chin-A-Young
quot; #endif int gethostname (char *Name, int Namelen); #endif I would like to see this solution rather than those already discussed. This has a much better chance of working cross-platform. Of course, someone will need to modify the above (basically s/gethostname/mkstemp/). -- albert chin ([EMAIL PROTECTED]) -

Re: compiling 1.1.5fix1 on irix 6.5

2000-10-12 Thread Albert Chin-A-Young
On Thu, Oct 12, 2000 at 01:45:03PM +0200, Jean-Marc Lasgouttes wrote: > >>>>> "Albert" == Albert Chin-A-Young <[EMAIL PROTECTED]> writes: > > Albert> I use the attached patch to compile LyX 1.1.5 on IRIX 6.2 anmd > Albert> 6.5. > > What

Re: compiling 1.1.5fix1 on irix 6.5

2000-10-10 Thread Albert Chin-A-Young
AGS) like "-n32" to work around this. I'm sorry > > this is not very clear, but I do not know much about Irix. > > It's a common problem with autoconf configured software under Irix --- > specifically the problem is with the "-L/usr/lib" bit. Remove that

Re: LyX CVS build problem on Solaris

2000-07-28 Thread Albert Chin-A-Young
identifiers. In particular, it helps to shorten very long names by recognizing types and class names which occur more than once, replacing them with special short ID codes. This option also requires any C++ libraries being used to be compiled with this option as well. The c

Re: Building 1.1.5 on Solaris 2.6 w/ gcc 2.95.2 - Problem and Fix

2000-06-09 Thread Albert Chin-A-Young
/dt/include. > Also worth noting: I did not encounter this problem > when I built LyX 1.0.4 on Solaris 2.6 w/ gcc 2.8.1, > presumably because the older gcc did not check things > as thoroughly. Correct. -- albert chin ([EMAIL PROTECTED])

Re: filetools.C

2000-06-08 Thread Albert Chin-A-Young
-lX11 1>&5 ld32: FATAL 12: Expecting n32 objects: /usr/lib/crt1.o is o32. configure: failed program was: My fix was the patch below to configure. From looking at acspecific.m4 in autoconf 2.14, it should not cause problems for me on IRIX 6.2. -- albert chin ([EMAIL PROTECTED]) -- snip snip

Patch to src/bmtable.c in 1.1.5

2000-06-06 Thread Albert Chin-A-Young
C++ style comments should not be used in C code. -- albert chin ([EMAIL PROTECTED]) -- snip snip --- src/bmtable.c.orig Tue Jun 6 23:52:49 2000 +++ src/bmtable.c Tue Jun 6 23:53:00 2000 @@ -314,7 +314,7 @@ void fl_set_bmtable_pixmap_file(FL_OBJECT *ob, int nx, int ny, char const

LyX 1.1.4fix2 with Sun CC 5.0

2000-03-20 Thread Albert Chin-A-Young
CC 5.0 and SGI STL 3.2. Has 1.1.4 been verified to compile with Sun CC 5.0? I'm using CC=cc CFLAGS="-mr -Qn -xdepend -xO3" CXX=CC CXXFLAGS=-xO3. -- albert chin ([EMAIL PROTECTED])

bug in aclocal.m4

1999-07-01 Thread Albert Chin-A-Young
#check for the strength reduction bug of gcc if test x$GXX = xyes && test $cross_compiling = no ; then I also changed a "test ! -n" to "test -z" as you use it elsewhere in the code for consistency. -- albert chin ([EMAIL PROTECTED]) -- snip snip --- aclocal.m4.