This error usually means that your QTDIR variable was not set correctly.
On Fri, Jul 11, 2003 at 04:04:33PM +0200, Pascal Francq wrote:
> Hi,
> I try to compile the CSV version of LyX using qt as frontend. I have got the
> following error:
>
> make[6]: Entering directory `/home/pfrancq/src/lyx-d
On Fri, Jul 11, 2003 at 04:04:33PM +0200, Pascal Francq wrote:
> I try to compile the CSV version of LyX using qt as frontend. I have got the
> following error:
What distro ? Configure line ? Qt dir + version ? config.log ?
You have somehow ended up with $UIC as ""
john
Hi,
I try to compile the CSV version of LyX using qt as frontend. I have got the following
error:
make[6]: Entering directory `/home/pfrancq/src/lyx-devel/src/frontends/qt2/ui'
tr qt_ BiblioModuleBase.ui -o BiblioModuleBase.h
tr: invalid option -- o
Try `tr --help' for more information.
make[6]:
When comping the latest CVS version of lyx using the Qt frontend with Qt 3.x, I
have the following error:
make[5]: Leaving directory `/home/src/lyx-devel/src/frontends/qt2/moc'
make[5]: Entering directory `/home/src/lyx-devel/src/frontends/qt2'
source='Alert_pimpl.C' object='Alert_pimpl.lo' libtoo
Pascal Francq <[EMAIL PROTECTED]> writes:
| Hi,
| When I try to compile the cvs-devel branch, I have the following
| error:
cvs update -dP
--
Lgb
Lars Gullik Bjønnes wrote:
> Pascal Francq <[EMAIL PROTECTED]> writes:
>
> | Hi,
> | When I try to compile the cvs-devel branch, I have the following
> | error:
>
> cvs update -dP
I was advised by John Levon to do the same thing. Maybe it should be good
to include this in the instructions for cv
John Levon <[EMAIL PROTECTED]> writes:
| On Wed, Sep 18, 2002 at 10:18:57AM +0200, Lars Gullik Bjønnes wrote:
>
>> I know what the problem is, but need some free minutes to fix it.
>
| So you know how to fix it now ?
>
| I don't understand your previous explanations, because we don't have
| probl
On Wed, Sep 18, 2002 at 10:18:57AM +0200, Lars Gullik Bjønnes wrote:
> I know what the problem is, but need some free minutes to fix it.
So you know how to fix it now ?
I don't understand your previous explanations, because we don't have
problems with the gnome AM_CONDITIONALLs
regards
john
--
Pascal Francq <[EMAIL PROTECTED]> writes:
| When ruuning the configure script with Qt used as frontend, I have the
| following error.
|
| checking for putenv... (cached) yes
| checking for setenv... (cached) yes
| checking for mkfifo... yes
| checking for mkstemp... yes
| checking for mktemp...
When ruuning the configure script with Qt used as frontend, I have the
following error.
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for mkfifo... yes
checking for mkstemp... yes
checking for mktemp... yes
checking types of arguments for select()... int,fd_set
Had to add
bool isDrawable() const { return true; }
to GraphicsImageXPM.h to compile...
On Tuesday 16 July 2002 11:04, Edwin Leuven wrote:
> Angus?
>
> g++ -DHAVE_CONFIG_H -I. -I../../../lyx-devel/src/graphics -I../../src
> -I../../../lyx-devel/src/graphics/../ -I../../../lyx-devel/boo
Angus?
g++ -DHAVE_CONFIG_H -I. -I../../../lyx-devel/src/graphics -I../../src
-I../../../lyx-devel/src/graphics/../ -I../../../lyx-devel/boost -isystem
/usr/X11R6/include -g -finline-limit=500 -fno-exceptions -W -Wall -Winline
-Winline -c ../../../lyx-devel/src/graphics/GraphicsImageXPM.C -MT
> "cghan" == cghan <[EMAIL PROTECTED]> writes:
cghan> What is the version of your "autoconf"? If it is 2.5..., then
cghan> you have to downgrade to 2.13 or similar.
I think I fixed the problems with autoconf 2.5x. At least I can
compile with it now.
JMarc
On Tue, 23 Apr 2002, Pascal Francq wrote:
> Hi,
> When I compile current CVS version, I hvae the following error:
>
> Making all in mathed
> make[3]: Entering directory `/home/pfrancq/tmp/lyx-devel/src/mathed'
> /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./.
Hi,
When I compile current CVS version, I hvae the following error:
Making all in mathed
make[3]: Entering directory `/home/pfrancq/tmp/lyx-devel/src/mathed'
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../
-I../.. -I../../boost -isystem /usr/X11R6/include -
John Levon <[EMAIL PROTECTED]> writes:
| On 16 Mar 2001, Lars Gullik Bjønnes wrote:
|
| > John Levon <[EMAIL PROTECTED]> writes:
| >
| > | On Fri, 16 Mar 2001, Edwin Leuven wrote:
| > |
| > | > In file included from lyxlex.C:21:
| > | > lyxlex_pimpl.h:16: parse error before `{'
| > |
| > | th
On 16 Mar 2001, Lars Gullik Bjønnes wrote:
> John Levon <[EMAIL PROTECTED]> writes:
>
> | On Fri, 16 Mar 2001, Edwin Leuven wrote:
> |
> | > In file included from lyxlex.C:21:
> | > lyxlex_pimpl.h:16: parse error before `{'
> |
> | that needs to be :
> |
> | ... public boost::noncopyable
John Levon <[EMAIL PROTECTED]> writes:
| On Fri, 16 Mar 2001, Edwin Leuven wrote:
|
| > In file included from lyxlex.C:21:
| > lyxlex_pimpl.h:16: parse error before `{'
|
| that needs to be :
|
| ... public boost::noncopyable
|
| I suppose Lars missed some ...
and that is really strang
On Fri, 16 Mar 2001, Edwin Leuven wrote:
> In file included from lyxlex.C:21:
> lyxlex_pimpl.h:16: parse error before `{'
that needs to be :
... public boost::noncopyable
I suppose Lars missed some ...
john
--
"You lose it if you talk about it."
- Ernest Hemingway
In file included from lyxlex.C:21:
lyxlex_pimpl.h:16: parse error before `{'
lyxlex_pimpl.h:24: warning: return-type of `Pimpl' defaults to `int'
lyxlex_pimpl.h:26: non-member function `GetString()' cannot have `const'
method qualifier
lyxlex_pimpl.h:28: non-member function `printError(const stri
On Tue, 8 Aug 2000, Angus Leeming wrote:
> 2. ios::noreplace does not appear to be a part of the modern standard. At
> least, DEC's compiler throws it out. I therefore removed it from
> XPM_Renderer::isImageFormatOK()
Ok, I'll learn for next time. I guess there is no chance to learn this but
to
On 08-Aug-2000 Lars Gullik Bjønnes wrote:
>| 1. Renderer.[Ch] and XPM_Renderer.[Ch] are required by the source
>|code but not
>
> Did you forget those file Jürgen?
>
Yes I did but they are already in place (you should have got the mail ;)
Jürgen
--
-._-._-._-._-._-._-._-._-._-._-._-._-
Angus Leeming <[EMAIL PROTECTED]> writes:
| Three points:
| 1. Renderer.[Ch] and XPM_Renderer.[Ch] are required by the source
|code but not
Did you forget those file Jürgen?
| 2. ios::noreplace does not appear to be a part of the modern standard. At
| least, DEC's compiler throws it out. I ther
Three points:
1. Renderer.[Ch] and XPM_Renderer.[Ch] are required by the source code but not
present. I got them out of Baruch's patch directly. (I use "cvs update -dP".)
2. ios::noreplace does not appear to be a part of the modern standard. At
least, DEC's compiler throws it out. I therefore rem
On 20 Jul 2000, Lars Gullik Bj&resh;nnes wrote:
> Lior Silberman <[EMAIL PROTECTED]> writes:
>
> | These files are not present in lyx-devel/sigc++ . Do I need to get them
> | seperately?
>
> You need to update your cvs checkout properly.
>
> try adding "-d"
>
> cvs update -d
> (or a new check
Lior Silberman <[EMAIL PROTECTED]> writes:
| These files are not present in lyx-devel/sigc++ . Do I need to get them
| seperately?
You need to update your cvs checkout properly.
try adding "-d"
cvs update -d
(or a new checkout)
Lgb
I've downloaded the CVS (lyx-devel repository), and tried to compile it.
(So far I've been using the 1.1.5 relase on a Solaris machine).
The system is a RH Linux (I don't know where to find the version),
and the compiler is egcs-2.91.66.
On the very first file it tries to compile, I get the foll
27 matches
Mail list logo