Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-08 Thread icebna

Olivier Ripoll escribió:

Putting the discussion back to the mailing-list...
--- icebna [EMAIL PROTECTED] a écrit :
  olive escribió:
   Someone idea ?
  
   I had the same problem. It seems that the uic and moc from the
  qt3-devel
   package are used in priority. Here is how I managed to solve the
   problem. First delete the whole directory and recreate it from the
   archive. Running 'make clean' is not enough. Before running
  configure,
   type the two following lines in the console:
  
   export UIC4=/usr/lib/qt4/bin/uic
   export MOC4=/usr/lib/qt4/bin/moc
  
   then you can run ./configure , it will know where to find the
  correct
   moc and uic. You maight have to uninstall the qt3-devel package,
   although I think it should be fine with it.
  
   You will need to delete (better : move or rename) you .lyx
  directory or
   you will miss the toolbars in 1.5
   Also, be prepare for a big jump in the past: Qt4 without theme
  looks
   like motif, urg ;-/

By the way, this is solved by running qt4config

  
   I hope this helps.
  
   Best regards,
  
   Olivier
 
  Hi Olivier :
 
  I make your indications, and in the configure process, give me the
  error :
  checking size of wchar_t... configure: error: cannot compute sizeof
  (wchar_t), 77
  and exit
 
  Someone idea

It seems that this is due to wchar.h missing on your hard drive. When i 
look for it (locate wchar.h) on mine, it seems to be:

/usr/include/wchar.h
and
/usr/include/bits/wchar.h

Asking rpm for which files have provided them:
rpm -q --whatprovides /usr/include/wchar.h
the returned file is:
glibc-devel-2.4-8mdv2007.1
(OK, I reckon I have a mix of 2007.1 and 2007.0 on this computer).

Have you installed glibc-devel package ? It is the most basic devel 
package to install if you want to compile a program. If not, then I 
wonder if you will not have plenty of other errors later. You need to 
install devel packages for every library that LyX will use in order to 
compile it. A decent install should always have devel packages for 
glibc, gtk, X, qt, glib, stdc++ and a few other installed.


Best regards,

Olivier

PS: actually, wchar_t may be defined in stddef.h, provided also by 
glibc-devel



Yes, I have checked the packages and files wchar, and I have it, in 
/usr/include and /usr/include/bits, and also glibc-devel. The 
compilation process, detect the wchar_t file, but cannot define your sizeof.



Thanks advanced

Miguel



smime.p7s
Description: S/MIME Cryptographic Signature


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-08 Thread icebna

Olivier Ripoll escribió:

Putting the discussion back to the mailing-list...
--- icebna [EMAIL PROTECTED] a écrit :
  olive escribió:
   Someone idea ?
  
   I had the same problem. It seems that the uic and moc from the
  qt3-devel
   package are used in priority. Here is how I managed to solve the
   problem. First delete the whole directory and recreate it from the
   archive. Running 'make clean' is not enough. Before running
  configure,
   type the two following lines in the console:
  
   export UIC4=/usr/lib/qt4/bin/uic
   export MOC4=/usr/lib/qt4/bin/moc
  
   then you can run ./configure , it will know where to find the
  correct
   moc and uic. You maight have to uninstall the qt3-devel package,
   although I think it should be fine with it.
  
   You will need to delete (better : move or rename) you .lyx
  directory or
   you will miss the toolbars in 1.5
   Also, be prepare for a big jump in the past: Qt4 without theme
  looks
   like motif, urg ;-/

By the way, this is solved by running qt4config

  
   I hope this helps.
  
   Best regards,
  
   Olivier
 
  Hi Olivier :
 
  I make your indications, and in the configure process, give me the
  error :
  checking size of wchar_t... configure: error: cannot compute sizeof
  (wchar_t), 77
  and exit
 
  Someone idea

It seems that this is due to wchar.h missing on your hard drive. When i 
look for it (locate wchar.h) on mine, it seems to be:

/usr/include/wchar.h
and
/usr/include/bits/wchar.h

Asking rpm for which files have provided them:
rpm -q --whatprovides /usr/include/wchar.h
the returned file is:
glibc-devel-2.4-8mdv2007.1
(OK, I reckon I have a mix of 2007.1 and 2007.0 on this computer).

Have you installed glibc-devel package ? It is the most basic devel 
package to install if you want to compile a program. If not, then I 
wonder if you will not have plenty of other errors later. You need to 
install devel packages for every library that LyX will use in order to 
compile it. A decent install should always have devel packages for 
glibc, gtk, X, qt, glib, stdc++ and a few other installed.


Best regards,

Olivier

PS: actually, wchar_t may be defined in stddef.h, provided also by 
glibc-devel



Yes, I have checked the packages and files wchar, and I have it, in 
/usr/include and /usr/include/bits, and also glibc-devel. The 
compilation process, detect the wchar_t file, but cannot define your sizeof.



Thanks advanced

Miguel



smime.p7s
Description: S/MIME Cryptographic Signature


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-08 Thread icebna

Olivier Ripoll escribió:

Putting the discussion back to the mailing-list...
--- icebna <[EMAIL PROTECTED]> a écrit :
 > olive escribió:
 > >> Someone idea ?
 > >
 > > I had the same problem. It seems that the uic and moc from the
 > qt3-devel
 > > package are used in priority. Here is how I managed to solve the
 > > problem. First delete the whole directory and recreate it from the
 > > archive. Running 'make clean' is not enough. Before running
 > configure,
 > > type the two following lines in the console:
 > >
 > > export UIC4="/usr/lib/qt4/bin/uic"
 > > export MOC4="/usr/lib/qt4/bin/moc"
 > >
 > > then you can run ./configure , it will know where to find the
 > correct
 > > moc and uic. You maight have to uninstall the qt3-devel package,
 > > although I think it should be fine with it.
 > >
 > > You will need to delete (better : move or rename) you .lyx
 > directory or
 > > you will miss the toolbars in 1.5
 > > Also, be prepare for a big jump in the past: Qt4 without theme
 > looks
 > > like motif, urg ;-/

By the way, this is solved by running qt4config

 > >
 > > I hope this helps.
 > >
 > > Best regards,
 > >
 > > Olivier
 >
 > Hi Olivier :
 >
 > I make your indications, and in the configure process, give me the
 > error :
 > checking size of wchar_t... configure: error: cannot compute sizeof
 > (wchar_t), 77
 > and exit
 >
 > Someone idea

It seems that this is due to wchar.h missing on your hard drive. When i 
look for it ("locate wchar.h") on mine, it seems to be:

/usr/include/wchar.h
and
/usr/include/bits/wchar.h

Asking rpm for which files have provided them:
"rpm -q --whatprovides /usr/include/wchar.h"
the returned file is:
glibc-devel-2.4-8mdv2007.1
(OK, I reckon I have a mix of 2007.1 and 2007.0 on this computer).

Have you installed glibc-devel package ? It is the most basic devel 
package to install if you want to compile a program. If not, then I 
wonder if you will not have plenty of other errors later. You need to 
install devel packages for every library that LyX will use in order to 
compile it. A decent install should always have devel packages for 
glibc, gtk, X, qt, glib, stdc++ and a few other installed.


Best regards,

Olivier

PS: actually, wchar_t may be defined in stddef.h, provided also by 
glibc-devel



Yes, I have checked the packages and files wchar, and I have it, in 
/usr/include and /usr/include/bits, and also glibc-devel. The 
compilation process, detect the wchar_t file, but cannot define your sizeof.



Thanks advanced

Miguel



smime.p7s
Description: S/MIME Cryptographic Signature


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-07 Thread Olivier Ripoll

Putting the discussion back to the mailing-list...
--- icebna [EMAIL PROTECTED] a écrit :
 olive escribió:
  Someone idea ?
 
  I had the same problem. It seems that the uic and moc from the
 qt3-devel
  package are used in priority. Here is how I managed to solve the
  problem. First delete the whole directory and recreate it from the
  archive. Running 'make clean' is not enough. Before running
 configure,
  type the two following lines in the console:
 
  export UIC4=/usr/lib/qt4/bin/uic
  export MOC4=/usr/lib/qt4/bin/moc
 
  then you can run ./configure , it will know where to find the
 correct
  moc and uic. You maight have to uninstall the qt3-devel package,
  although I think it should be fine with it.
 
  You will need to delete (better : move or rename) you .lyx
 directory or
  you will miss the toolbars in 1.5
  Also, be prepare for a big jump in the past: Qt4 without theme
 looks
  like motif, urg ;-/

By the way, this is solved by running qt4config

 
  I hope this helps.
 
  Best regards,
 
  Olivier

 Hi Olivier :

 I make your indications, and in the configure process, give me the
 error :
 checking size of wchar_t... configure: error: cannot compute sizeof
 (wchar_t), 77
 and exit

 Someone idea

It seems that this is due to wchar.h missing on your hard drive. When i 
look for it (locate wchar.h) on mine, it seems to be:

/usr/include/wchar.h
and
/usr/include/bits/wchar.h

Asking rpm for which files have provided them:
rpm -q --whatprovides /usr/include/wchar.h
the returned file is:
glibc-devel-2.4-8mdv2007.1
(OK, I reckon I have a mix of 2007.1 and 2007.0 on this computer).

Have you installed glibc-devel package ? It is the most basic devel 
package to install if you want to compile a program. If not, then I 
wonder if you will not have plenty of other errors later. You need to 
install devel packages for every library that LyX will use in order to 
compile it. A decent install should always have devel packages for 
glibc, gtk, X, qt, glib, stdc++ and a few other installed.


Best regards,

Olivier

PS: actually, wchar_t may be defined in stddef.h, provided also by 
glibc-devel




Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-07 Thread Olivier Ripoll

Putting the discussion back to the mailing-list...
--- icebna [EMAIL PROTECTED] a écrit :
 olive escribió:
  Someone idea ?
 
  I had the same problem. It seems that the uic and moc from the
 qt3-devel
  package are used in priority. Here is how I managed to solve the
  problem. First delete the whole directory and recreate it from the
  archive. Running 'make clean' is not enough. Before running
 configure,
  type the two following lines in the console:
 
  export UIC4=/usr/lib/qt4/bin/uic
  export MOC4=/usr/lib/qt4/bin/moc
 
  then you can run ./configure , it will know where to find the
 correct
  moc and uic. You maight have to uninstall the qt3-devel package,
  although I think it should be fine with it.
 
  You will need to delete (better : move or rename) you .lyx
 directory or
  you will miss the toolbars in 1.5
  Also, be prepare for a big jump in the past: Qt4 without theme
 looks
  like motif, urg ;-/

By the way, this is solved by running qt4config

 
  I hope this helps.
 
  Best regards,
 
  Olivier

 Hi Olivier :

 I make your indications, and in the configure process, give me the
 error :
 checking size of wchar_t... configure: error: cannot compute sizeof
 (wchar_t), 77
 and exit

 Someone idea

It seems that this is due to wchar.h missing on your hard drive. When i 
look for it (locate wchar.h) on mine, it seems to be:

/usr/include/wchar.h
and
/usr/include/bits/wchar.h

Asking rpm for which files have provided them:
rpm -q --whatprovides /usr/include/wchar.h
the returned file is:
glibc-devel-2.4-8mdv2007.1
(OK, I reckon I have a mix of 2007.1 and 2007.0 on this computer).

Have you installed glibc-devel package ? It is the most basic devel 
package to install if you want to compile a program. If not, then I 
wonder if you will not have plenty of other errors later. You need to 
install devel packages for every library that LyX will use in order to 
compile it. A decent install should always have devel packages for 
glibc, gtk, X, qt, glib, stdc++ and a few other installed.


Best regards,

Olivier

PS: actually, wchar_t may be defined in stddef.h, provided also by 
glibc-devel




Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-07 Thread Olivier Ripoll

Putting the discussion back to the mailing-list...
--- icebna <[EMAIL PROTECTED]> a écrit :
> olive escribió:
> >> Someone idea ?
> >
> > I had the same problem. It seems that the uic and moc from the
> qt3-devel
> > package are used in priority. Here is how I managed to solve the
> > problem. First delete the whole directory and recreate it from the
> > archive. Running 'make clean' is not enough. Before running
> configure,
> > type the two following lines in the console:
> >
> > export UIC4="/usr/lib/qt4/bin/uic"
> > export MOC4="/usr/lib/qt4/bin/moc"
> >
> > then you can run ./configure , it will know where to find the
> correct
> > moc and uic. You maight have to uninstall the qt3-devel package,
> > although I think it should be fine with it.
> >
> > You will need to delete (better : move or rename) you .lyx
> directory or
> > you will miss the toolbars in 1.5
> > Also, be prepare for a big jump in the past: Qt4 without theme
> looks
> > like motif, urg ;-/

By the way, this is solved by running qt4config

> >
> > I hope this helps.
> >
> > Best regards,
> >
> > Olivier
>
> Hi Olivier :
>
> I make your indications, and in the configure process, give me the
> error :
> checking size of wchar_t... configure: error: cannot compute sizeof
> (wchar_t), 77
> and exit
>
> Someone idea

It seems that this is due to wchar.h missing on your hard drive. When i 
look for it ("locate wchar.h") on mine, it seems to be:

/usr/include/wchar.h
and
/usr/include/bits/wchar.h

Asking rpm for which files have provided them:
"rpm -q --whatprovides /usr/include/wchar.h"
the returned file is:
glibc-devel-2.4-8mdv2007.1
(OK, I reckon I have a mix of 2007.1 and 2007.0 on this computer).

Have you installed glibc-devel package ? It is the most basic devel 
package to install if you want to compile a program. If not, then I 
wonder if you will not have plenty of other errors later. You need to 
install devel packages for every library that LyX will use in order to 
compile it. A decent install should always have devel packages for 
glibc, gtk, X, qt, glib, stdc++ and a few other installed.


Best regards,

Olivier

PS: actually, wchar_t may be defined in stddef.h, provided also by 
glibc-devel




Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-05 Thread olive

icebna wrote:

Jean-Marc Lasgouttes escribió:
icebna == icebna  
[EMAIL PROTECTED] writes:


icebna Hi all : Someone have installed the last version 1.5.0beta2 in
icebna a SO Mandriva 2007.0 ?. I can't install because of the
icebna frontend QT4, that Mandriva don't have ( QT3 ).

Did you try to do a urpmi libqt4-devel? I am sure there is some qt4
available.

JMarc


I have installed the library libqt4-devel and libqt4-static-devel. In 
the process of compilation make, get the error :



/usr/lib/qt3//bin/uic -tr lyx::qt_ BiblioUi.ui -o BiblioUi.h
uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.6)

and exit.

Someone idea ?


I had the same problem. It seems that the uic and moc from the qt3-devel 
package are used in priority. Here is how I managed to solve the 
problem. First delete the whole directory and recreate it from the 
archive. Running 'make clean' is not enough. Before running configure, 
type the two following lines in the console:


export UIC4=/usr/lib/qt4/bin/uic
export MOC4=/usr/lib/qt4/bin/moc

then you can run ./configure , it will know where to find the correct 
moc and uic. You maight have to uninstall the qt3-devel package, 
although I think it should be fine with it.


You will need to delete (better : move or rename) you .lyx directory or 
you will miss the toolbars in 1.5
Also, be prepare for a big jump in the past: Qt4 without theme looks 
like motif, urg ;-/


I hope this helps.

Best regards,

Olivier



Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-05 Thread olive

icebna wrote:

Jean-Marc Lasgouttes escribió:
icebna == icebna  
[EMAIL PROTECTED] writes:


icebna Hi all : Someone have installed the last version 1.5.0beta2 in
icebna a SO Mandriva 2007.0 ?. I can't install because of the
icebna frontend QT4, that Mandriva don't have ( QT3 ).

Did you try to do a urpmi libqt4-devel? I am sure there is some qt4
available.

JMarc


I have installed the library libqt4-devel and libqt4-static-devel. In 
the process of compilation make, get the error :



/usr/lib/qt3//bin/uic -tr lyx::qt_ BiblioUi.ui -o BiblioUi.h
uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.6)

and exit.

Someone idea ?


I had the same problem. It seems that the uic and moc from the qt3-devel 
package are used in priority. Here is how I managed to solve the 
problem. First delete the whole directory and recreate it from the 
archive. Running 'make clean' is not enough. Before running configure, 
type the two following lines in the console:


export UIC4=/usr/lib/qt4/bin/uic
export MOC4=/usr/lib/qt4/bin/moc

then you can run ./configure , it will know where to find the correct 
moc and uic. You maight have to uninstall the qt3-devel package, 
although I think it should be fine with it.


You will need to delete (better : move or rename) you .lyx directory or 
you will miss the toolbars in 1.5
Also, be prepare for a big jump in the past: Qt4 without theme looks 
like motif, urg ;-/


I hope this helps.

Best regards,

Olivier



Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-05 Thread olive

icebna wrote:

Jean-Marc Lasgouttes escribió:
"icebna" == icebna  
<[EMAIL PROTECTED]> writes:


icebna> Hi all : Someone have installed the last version 1.5.0beta2 in
icebna> a SO Mandriva 2007.0 ?. I can't install because of the
icebna> frontend QT4, that Mandriva don't have ( QT3 ).

Did you try to do a "urpmi libqt4-devel"? I am sure there is some qt4
available.

JMarc


I have installed the library libqt4-devel and libqt4-static-devel. In 
the process of compilation make, get the error :



/usr/lib/qt3//bin/uic -tr lyx::qt_ BiblioUi.ui -o BiblioUi.h
uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.6)

and exit.

Someone idea ?


I had the same problem. It seems that the uic and moc from the qt3-devel 
package are used in priority. Here is how I managed to solve the 
problem. First delete the whole directory and recreate it from the 
archive. Running 'make clean' is not enough. Before running configure, 
type the two following lines in the console:


export UIC4="/usr/lib/qt4/bin/uic"
export MOC4="/usr/lib/qt4/bin/moc"

then you can run ./configure , it will know where to find the correct 
moc and uic. You maight have to uninstall the qt3-devel package, 
although I think it should be fine with it.


You will need to delete (better : move or rename) you .lyx directory or 
you will miss the toolbars in 1.5
Also, be prepare for a big jump in the past: Qt4 without theme looks 
like motif, urg ;-/


I hope this helps.

Best regards,

Olivier



lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread icebna

Hi all :

Someone have installed the last version 1.5.0beta2 in a SO Mandriva 
2007.0 ?. I can't install because of the frontend QT4, that Mandriva 
don't have ( QT3 ).


Someone idea ?

Miguel


smime.p7s
Description: S/MIME Cryptographic Signature


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread Jean-Marc Lasgouttes
 icebna == icebna  [EMAIL PROTECTED] writes:

icebna Hi all : Someone have installed the last version 1.5.0beta2 in
icebna a SO Mandriva 2007.0 ?. I can't install because of the
icebna frontend QT4, that Mandriva don't have ( QT3 ).

Did you try to do a urpmi libqt4-devel? I am sure there is some qt4
available.

JMarc


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread icebna

Jean-Marc Lasgouttes escribió:

icebna == icebna  [EMAIL PROTECTED] writes:


icebna Hi all : Someone have installed the last version 1.5.0beta2 in
icebna a SO Mandriva 2007.0 ?. I can't install because of the
icebna frontend QT4, that Mandriva don't have ( QT3 ).

Did you try to do a urpmi libqt4-devel? I am sure there is some qt4
available.

JMarc


I have installed the library libqt4-devel and libqt4-static-devel. In 
the process of compilation make, get the error :



/usr/lib/qt3//bin/uic -tr lyx::qt_ BiblioUi.ui -o BiblioUi.h
uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.6)

and exit.

Someone idea ?

Miguel




smime.p7s
Description: S/MIME Cryptographic Signature


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread Jean-Marc Lasgouttes
 icebna == icebna  [EMAIL PROTECTED] writes:

icebna I have installed the library libqt4-devel and
icebna libqt4-static-devel. In the process of compilation make, get
icebna the error :

icebna /usr/lib/qt3//bin/uic -tr lyx::qt_ BiblioUi.ui -o BiblioUi.h
icebna uic: File generated with too recent version of Qt Designer
icebna (4.0 vs. 3.3.6)

icebna and exit.

You probably have to install designer from another package. What does
  urpmi designer 
yield?

JMarc


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread Jean-Marc Lasgouttes
 icebna == icebna  [EMAIL PROTECTED] writes:

icebna I have installed qt4-designer and give me the same error an
icebna exit.

What are the programs provided by qt4-designer? How do you invoke
configure?

JMarc


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread icebna

Jean-Marc Lasgouttes escribió:

icebna == icebna  [EMAIL PROTECTED] writes:


icebna I have installed the library libqt4-devel and
icebna libqt4-static-devel. In the process of compilation make, get
icebna the error :

icebna /usr/lib/qt3//bin/uic -tr lyx::qt_ BiblioUi.ui -o BiblioUi.h
icebna uic: File generated with too recent version of Qt Designer
icebna (4.0 vs. 3.3.6)

icebna and exit.

You probably have to install designer from another package. What does
  urpmi designer 
yield?


JMarc


I have installed qt4-designer and give me the same error an exit.

Miguel



smime.p7s
Description: S/MIME Cryptographic Signature


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread icebna

Jean-Marc Lasgouttes escribió:

icebna == icebna  [EMAIL PROTECTED] writes:


icebna I have installed qt4-designer and give me the same error an
icebna exit.

What are the programs provided by qt4-designer? How do you invoke
configure?

JMarc


The files that provided the package qt4-designer are :


/usr/bin/designer-qt4
‎/usr/lib/menu/libqt4-devel-designer
‎/usr/lib/qt4/bin/designer
‎/usr/lib/qt4/bin/designer-real
‎/usr/share/applications/mandriva-designer-qt4.desktop

Miguel



smime.p7s
Description: S/MIME Cryptographic Signature


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread Abdelrazak Younes

Jean-Marc Lasgouttes wrote:

icebna == icebna  [EMAIL PROTECTED] writes:


icebna I have installed the library libqt4-devel and
icebna libqt4-static-devel. In the process of compilation make, get
icebna the error :

icebna /usr/lib/qt3//bin/uic -tr lyx::qt_ BiblioUi.ui -o BiblioUi.h
icebna uic: File generated with too recent version of Qt Designer
icebna (4.0 vs. 3.3.6)

icebna and exit.

You probably have to install designer from another package. What does
  urpmi designer 
yield?


uic and moc are probably in another package...

Abdel.



lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread icebna

Hi all :

Someone have installed the last version 1.5.0beta2 in a SO Mandriva 
2007.0 ?. I can't install because of the frontend QT4, that Mandriva 
don't have ( QT3 ).


Someone idea ?

Miguel


smime.p7s
Description: S/MIME Cryptographic Signature


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread Jean-Marc Lasgouttes
 icebna == icebna  [EMAIL PROTECTED] writes:

icebna Hi all : Someone have installed the last version 1.5.0beta2 in
icebna a SO Mandriva 2007.0 ?. I can't install because of the
icebna frontend QT4, that Mandriva don't have ( QT3 ).

Did you try to do a urpmi libqt4-devel? I am sure there is some qt4
available.

JMarc


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread icebna

Jean-Marc Lasgouttes escribió:

icebna == icebna  [EMAIL PROTECTED] writes:


icebna Hi all : Someone have installed the last version 1.5.0beta2 in
icebna a SO Mandriva 2007.0 ?. I can't install because of the
icebna frontend QT4, that Mandriva don't have ( QT3 ).

Did you try to do a urpmi libqt4-devel? I am sure there is some qt4
available.

JMarc


I have installed the library libqt4-devel and libqt4-static-devel. In 
the process of compilation make, get the error :



/usr/lib/qt3//bin/uic -tr lyx::qt_ BiblioUi.ui -o BiblioUi.h
uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.6)

and exit.

Someone idea ?

Miguel




smime.p7s
Description: S/MIME Cryptographic Signature


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread Jean-Marc Lasgouttes
 icebna == icebna  [EMAIL PROTECTED] writes:

icebna I have installed the library libqt4-devel and
icebna libqt4-static-devel. In the process of compilation make, get
icebna the error :

icebna /usr/lib/qt3//bin/uic -tr lyx::qt_ BiblioUi.ui -o BiblioUi.h
icebna uic: File generated with too recent version of Qt Designer
icebna (4.0 vs. 3.3.6)

icebna and exit.

You probably have to install designer from another package. What does
  urpmi designer 
yield?

JMarc


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread Jean-Marc Lasgouttes
 icebna == icebna  [EMAIL PROTECTED] writes:

icebna I have installed qt4-designer and give me the same error an
icebna exit.

What are the programs provided by qt4-designer? How do you invoke
configure?

JMarc


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread icebna

Jean-Marc Lasgouttes escribió:

icebna == icebna  [EMAIL PROTECTED] writes:


icebna I have installed the library libqt4-devel and
icebna libqt4-static-devel. In the process of compilation make, get
icebna the error :

icebna /usr/lib/qt3//bin/uic -tr lyx::qt_ BiblioUi.ui -o BiblioUi.h
icebna uic: File generated with too recent version of Qt Designer
icebna (4.0 vs. 3.3.6)

icebna and exit.

You probably have to install designer from another package. What does
  urpmi designer 
yield?


JMarc


I have installed qt4-designer and give me the same error an exit.

Miguel



smime.p7s
Description: S/MIME Cryptographic Signature


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread icebna

Jean-Marc Lasgouttes escribió:

icebna == icebna  [EMAIL PROTECTED] writes:


icebna I have installed qt4-designer and give me the same error an
icebna exit.

What are the programs provided by qt4-designer? How do you invoke
configure?

JMarc


The files that provided the package qt4-designer are :


/usr/bin/designer-qt4
‎/usr/lib/menu/libqt4-devel-designer
‎/usr/lib/qt4/bin/designer
‎/usr/lib/qt4/bin/designer-real
‎/usr/share/applications/mandriva-designer-qt4.desktop

Miguel



smime.p7s
Description: S/MIME Cryptographic Signature


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread Abdelrazak Younes

Jean-Marc Lasgouttes wrote:

icebna == icebna  [EMAIL PROTECTED] writes:


icebna I have installed the library libqt4-devel and
icebna libqt4-static-devel. In the process of compilation make, get
icebna the error :

icebna /usr/lib/qt3//bin/uic -tr lyx::qt_ BiblioUi.ui -o BiblioUi.h
icebna uic: File generated with too recent version of Qt Designer
icebna (4.0 vs. 3.3.6)

icebna and exit.

You probably have to install designer from another package. What does
  urpmi designer 
yield?


uic and moc are probably in another package...

Abdel.



lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread icebna

Hi all :

Someone have installed the last version 1.5.0beta2 in a SO Mandriva 
2007.0 ?. I can't install because of the frontend QT4, that Mandriva 
don't have ( QT3 ).


Someone idea ?

Miguel


smime.p7s
Description: S/MIME Cryptographic Signature


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread Jean-Marc Lasgouttes
> "icebna" == icebna  <[EMAIL PROTECTED]> writes:

icebna> Hi all : Someone have installed the last version 1.5.0beta2 in
icebna> a SO Mandriva 2007.0 ?. I can't install because of the
icebna> frontend QT4, that Mandriva don't have ( QT3 ).

Did you try to do a "urpmi libqt4-devel"? I am sure there is some qt4
available.

JMarc


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread icebna

Jean-Marc Lasgouttes escribió:

"icebna" == icebna  <[EMAIL PROTECTED]> writes:


icebna> Hi all : Someone have installed the last version 1.5.0beta2 in
icebna> a SO Mandriva 2007.0 ?. I can't install because of the
icebna> frontend QT4, that Mandriva don't have ( QT3 ).

Did you try to do a "urpmi libqt4-devel"? I am sure there is some qt4
available.

JMarc


I have installed the library libqt4-devel and libqt4-static-devel. In 
the process of compilation make, get the error :



/usr/lib/qt3//bin/uic -tr lyx::qt_ BiblioUi.ui -o BiblioUi.h
uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.6)

and exit.

Someone idea ?

Miguel




smime.p7s
Description: S/MIME Cryptographic Signature


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread Jean-Marc Lasgouttes
> "icebna" == icebna  <[EMAIL PROTECTED]> writes:

icebna> I have installed the library libqt4-devel and
icebna> libqt4-static-devel. In the process of compilation make, get
icebna> the error :

icebna> /usr/lib/qt3//bin/uic -tr lyx::qt_ BiblioUi.ui -o BiblioUi.h
icebna> uic: File generated with too recent version of Qt Designer
icebna> (4.0 vs. 3.3.6)

icebna> and exit.

You probably have to install designer from another package. What does
  urpmi designer 
yield?

JMarc


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread Jean-Marc Lasgouttes
> "icebna" == icebna  <[EMAIL PROTECTED]> writes:

icebna> I have installed qt4-designer and give me the same error an
icebna> exit.

What are the programs provided by qt4-designer? How do you invoke
configure?

JMarc


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread icebna

Jean-Marc Lasgouttes escribió:

"icebna" == icebna  <[EMAIL PROTECTED]> writes:


icebna> I have installed the library libqt4-devel and
icebna> libqt4-static-devel. In the process of compilation make, get
icebna> the error :

icebna> /usr/lib/qt3//bin/uic -tr lyx::qt_ BiblioUi.ui -o BiblioUi.h
icebna> uic: File generated with too recent version of Qt Designer
icebna> (4.0 vs. 3.3.6)

icebna> and exit.

You probably have to install designer from another package. What does
  urpmi designer 
yield?


JMarc


I have installed qt4-designer and give me the same error an exit.

Miguel



smime.p7s
Description: S/MIME Cryptographic Signature


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread icebna

Jean-Marc Lasgouttes escribió:

"icebna" == icebna  <[EMAIL PROTECTED]> writes:


icebna> I have installed qt4-designer and give me the same error an
icebna> exit.

What are the programs provided by qt4-designer? How do you invoke
configure?

JMarc


The files that provided the package qt4-designer are :


/usr/bin/designer-qt4
‎/usr/lib/menu/libqt4-devel-designer
‎/usr/lib/qt4/bin/designer
‎/usr/lib/qt4/bin/designer-real
‎/usr/share/applications/mandriva-designer-qt4.desktop

Miguel



smime.p7s
Description: S/MIME Cryptographic Signature


Re: lyx-1.5.0beta2 in Mandriva 2007

2007-05-03 Thread Abdelrazak Younes

Jean-Marc Lasgouttes wrote:

"icebna" == icebna  <[EMAIL PROTECTED]> writes:


icebna> I have installed the library libqt4-devel and
icebna> libqt4-static-devel. In the process of compilation make, get
icebna> the error :

icebna> /usr/lib/qt3//bin/uic -tr lyx::qt_ BiblioUi.ui -o BiblioUi.h
icebna> uic: File generated with too recent version of Qt Designer
icebna> (4.0 vs. 3.3.6)

icebna> and exit.

You probably have to install designer from another package. What does
  urpmi designer 
yield?


uic and moc are probably in another package...

Abdel.