ontributions to LyX under the GNU General Public Licence, version 2
or later.
--
albert chin ([EMAIL PROTECTED])
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
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
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
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
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
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_
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
: 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 ([
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
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:
> >> >>&
InsetGraphicsParams
U ControlInset::updateSlot(bool)
t ControlInset::updateSlot(bool)
--
albert chin ([EMAIL PROTECTED])
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])
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])
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])
ould be
compressed to reduce size (Gnumeric does this)?
--
albert chin ([EMAIL PROTECTED])
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])
-
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
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
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
/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])
-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
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
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])
#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.
25 matches
Mail list logo