Re: cannot compile 1.4.0cvs

2004-01-16 Thread Georg Baum
christoff pale wrote:

 tr qt_ BiblioModuleBase.ui -o BiblioModuleBase.h
 tr: invalid option -- o
 Try `tr --help' for more information.
 make[6]: [BiblioModuleBase.h] Error 1 (ignored)
 tr qt_ -impl BiblioModuleBase.h BiblioModuleBase.ui -o

export QTDIR=/usr/lib/qt3

(or wherever your qt lives) before the configure run should help. IIRC it
does not want to run tr but $QTDIR/bin/findtr, but some variables are empty
and so it does not find the correct program.


Georg




Re: cannot compile 1.4.0cvs

2004-01-16 Thread Georg Baum
christoff pale wrote:

 tr qt_ BiblioModuleBase.ui -o BiblioModuleBase.h
 tr: invalid option -- o
 Try `tr --help' for more information.
 make[6]: [BiblioModuleBase.h] Error 1 (ignored)
 tr qt_ -impl BiblioModuleBase.h BiblioModuleBase.ui -o

export QTDIR=/usr/lib/qt3

(or wherever your qt lives) before the configure run should help. IIRC it
does not want to run tr but $QTDIR/bin/findtr, but some variables are empty
and so it does not find the correct program.


Georg




Re: cannot compile 1.4.0cvs

2004-01-16 Thread Georg Baum
christoff pale wrote:

> tr qt_ BiblioModuleBase.ui -o BiblioModuleBase.h
> tr: invalid option -- o
> Try `tr --help' for more information.
> make[6]: [BiblioModuleBase.h] Error 1 (ignored)
> tr qt_ -impl BiblioModuleBase.h BiblioModuleBase.ui -o

export QTDIR=/usr/lib/qt3

(or wherever your qt lives) before the configure run should help. IIRC it
does not want to run tr but $QTDIR/bin/findtr, but some variables are empty
and so it does not find the correct program.


Georg




cannot compile 1.4.0cvs

2004-01-15 Thread christoff pale
Hi, 
I am on linux redhat 9.0 i386 and have checkout the
latest
cvs source. When I configure --with-frontend=xforms
things are compiled and I am able to launch lyx-xforms

however, i do not like xforms so i tried 
./configure --with-frontend=qt and there are no
warnings
then i do make. This fails with errors
I paste the relavent part here:
==
make[6]: Entering directory 
`/home/cp/LIB/lyx/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]: [BiblioModuleBase.h] Error 1 (ignored)
tr qt_ -impl BiblioModuleBase.h BiblioModuleBase.ui -o

BiblioModuleBase.C
tr: invalid option -- i
Try `tr --help' for more information.
make[6]: [BiblioModuleBase.C] Error 1 (ignored)
...
g++: ./BiblioModuleBase.C: No such file or directory
g++: no input files
g++: no input files
make[6]: *** [BiblioModuleBase.lo] Error 1
make[6]: Leaving directory 
`/home/cp/LIB/lyx/lyx-devel/src/frontends/qt2/ui'
make[5]: *** [all-recursive] Error 1


-=---
how can i fix this problem?
thanks in advance

__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus


Re: cannot compile 1.4.0cvs

2004-01-15 Thread Matej Cepl
On Thursday 15 of January 2004 20:37, christoff pale wrote:
 tr qt_ BiblioModuleBase.ui -o BiblioModuleBase.h
 tr: invalid option -- o
 Try `tr --help' for more information.
 make[6]: [BiblioModuleBase.h] Error 1 (ignored)
 tr qt_ -impl BiblioModuleBase.h BiblioModuleBase.ui -o

Either you have changed something in Makefiles, or some developer 
went mad -- tr has nothing to do with compilation (see tr(1)) 
for yourself and this is absolutely nonsensical for it. Are you 
sure, that you haven't played with {Makefile,configure,etc.}?

Have a nice day,

Matej

-- 
Matej Cepl, http://www.ceplovi.cz/matej
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
We must all hang together, or assuredly we shall all hang
separately.
   -- Benjamin Franklin



cannot compile 1.4.0cvs

2004-01-15 Thread christoff pale
Hi, 
I am on linux redhat 9.0 i386 and have checkout the
latest
cvs source. When I configure --with-frontend=xforms
things are compiled and I am able to launch lyx-xforms

however, i do not like xforms so i tried 
./configure --with-frontend=qt and there are no
warnings
then i do make. This fails with errors
I paste the relavent part here:
==
make[6]: Entering directory 
`/home/cp/LIB/lyx/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]: [BiblioModuleBase.h] Error 1 (ignored)
tr qt_ -impl BiblioModuleBase.h BiblioModuleBase.ui -o

BiblioModuleBase.C
tr: invalid option -- i
Try `tr --help' for more information.
make[6]: [BiblioModuleBase.C] Error 1 (ignored)
...
g++: ./BiblioModuleBase.C: No such file or directory
g++: no input files
g++: no input files
make[6]: *** [BiblioModuleBase.lo] Error 1
make[6]: Leaving directory 
`/home/cp/LIB/lyx/lyx-devel/src/frontends/qt2/ui'
make[5]: *** [all-recursive] Error 1


-=---
how can i fix this problem?
thanks in advance

__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus


Re: cannot compile 1.4.0cvs

2004-01-15 Thread Matej Cepl
On Thursday 15 of January 2004 20:37, christoff pale wrote:
 tr qt_ BiblioModuleBase.ui -o BiblioModuleBase.h
 tr: invalid option -- o
 Try `tr --help' for more information.
 make[6]: [BiblioModuleBase.h] Error 1 (ignored)
 tr qt_ -impl BiblioModuleBase.h BiblioModuleBase.ui -o

Either you have changed something in Makefiles, or some developer 
went mad -- tr has nothing to do with compilation (see tr(1)) 
for yourself and this is absolutely nonsensical for it. Are you 
sure, that you haven't played with {Makefile,configure,etc.}?

Have a nice day,

Matej

-- 
Matej Cepl, http://www.ceplovi.cz/matej
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
We must all hang together, or assuredly we shall all hang
separately.
   -- Benjamin Franklin



cannot compile 1.4.0cvs

2004-01-15 Thread christoff pale
Hi, 
I am on linux redhat 9.0 i386 and have checkout the
latest
cvs source. When I configure --with-frontend=xforms
things are compiled and I am able to launch lyx-xforms

however, i do not like xforms so i tried 
./configure --with-frontend=qt and there are no
warnings
then i do "make". This fails with errors
I paste the relavent part here:
==
make[6]: Entering directory 
`/home/cp/LIB/lyx/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]: [BiblioModuleBase.h] Error 1 (ignored)
tr qt_ -impl BiblioModuleBase.h BiblioModuleBase.ui -o

BiblioModuleBase.C
tr: invalid option -- i
Try `tr --help' for more information.
make[6]: [BiblioModuleBase.C] Error 1 (ignored)
...
g++: ./BiblioModuleBase.C: No such file or directory
g++: no input files
g++: no input files
make[6]: *** [BiblioModuleBase.lo] Error 1
make[6]: Leaving directory 
`/home/cp/LIB/lyx/lyx-devel/src/frontends/qt2/ui'
make[5]: *** [all-recursive] Error 1


-=---
how can i fix this problem?
thanks in advance

__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus


Re: cannot compile 1.4.0cvs

2004-01-15 Thread Matej Cepl
On Thursday 15 of January 2004 20:37, christoff pale wrote:
> tr qt_ BiblioModuleBase.ui -o BiblioModuleBase.h
> tr: invalid option -- o
> Try `tr --help' for more information.
> make[6]: [BiblioModuleBase.h] Error 1 (ignored)
> tr qt_ -impl BiblioModuleBase.h BiblioModuleBase.ui -o

Either you have changed something in Makefiles, or some developer 
went mad -- tr has nothing to do with compilation (see tr(1)) 
for yourself and this is absolutely nonsensical for it. Are you 
sure, that you haven't played with {Makefile,configure,etc.}?

Have a nice day,

Matej

-- 
Matej Cepl, http://www.ceplovi.cz/matej
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
We must all hang together, or assuredly we shall all hang
separately.
   -- Benjamin Franklin