Re: build error with trunk on openSUSE

2011-08-24 Thread Stephan Witt
Am 23.08.2011 um 23:10 schrieb Jean-Marc Lasgouttes: Le 19/07/11 14:43, Stephan Witt a écrit : In case of interest QT_VERSION=4.10.3 sh -c 'v=0x0; for i in ${QT_VERSION//./ } ; do case $i in 10) v=$v0a ;; 11) v=$v0b ;; 12) v=$v0c ;; 13) v=$v0d ;; 14) v=$v0e ;; 15) v=$v0f ;; *) v=$v0$i ;;

Re: build error with trunk on openSUSE

2011-08-24 Thread Stephan Witt
Am 23.08.2011 um 23:10 schrieb Jean-Marc Lasgouttes: > Le 19/07/11 14:43, Stephan Witt a écrit : >> In case of interest >> >> QT_VERSION="4.10.3" sh -c 'v="0x0"; for i in ${QT_VERSION//./ } ; do case $i >> in 10) v=$v"0a" ;; 11) v=$v"0b" ;; 12) v=$v"0c" ;; 13) v=$v"0d" ;; 14) >> v=$v"0e" ;;

Re: build error with trunk on openSUSE

2011-08-23 Thread Jean-Marc Lasgouttes
Le 19/07/11 14:43, Stephan Witt a écrit : In case of interest QT_VERSION=4.10.3 sh -c 'v=0x0; for i in ${QT_VERSION//./ } ; do case $i in 10) v=$v0a ;; 11) v=$v0b ;; 12) v=$v0c ;; 13) v=$v0d ;; 14) v=$v0e ;; 15) v=$v0f ;; *) v=$v0$i ;; esac ; done; echo $v' prints 0x0040a03 Why not put it

Re: build error with trunk on openSUSE

2011-08-23 Thread Jean-Marc Lasgouttes
Le 19/07/11 14:43, Stephan Witt a écrit : In case of interest QT_VERSION="4.10.3" sh -c 'v="0x0"; for i in ${QT_VERSION//./ } ; do case $i in 10) v=$v"0a" ;; 11) v=$v"0b" ;; 12) v=$v"0c" ;; 13) v=$v"0d" ;; 14) v=$v"0e" ;; 15) v=$v"0f" ;; *) v=$v"0"$i ;; esac ; done; echo $v' prints 0x0040a03

Re: build error with trunk on openSUSE

2011-07-26 Thread Kornel
Am Mittwoch, 20. Juli 2011 schrieb Pavel Sanda: Stephan Witt wrote: In case of interest QT_VERSION=4.10.3 sh -c 'v=0x0; for i in ${QT_VERSION//./ } ; do case $i in 10) v=$v0a ;; 11) v=$v0b ;; 12) v=$v0c ;; 13) v=$v0d ;; 14) v=$v0e ;; 15) v=$v0f ;; *) v=$v0$i ;; esac ; done; echo $v'

Re: build error with trunk on openSUSE

2011-07-26 Thread Kornel
Am Mittwoch, 20. Juli 2011 schrieb Pavel Sanda: > Stephan Witt wrote: > > In case of interest > > > > QT_VERSION="4.10.3" sh -c 'v="0x0"; for i in ${QT_VERSION//./ } ; do case > > $i in 10) v=$v"0a" ;; 11) v=$v"0b" ;; 12) v=$v"0c" ;; 13) v=$v"0d" ;; > > 14) v=$v"0e" ;; 15) v=$v"0f" ;; *)

Re: build error with trunk on openSUSE

2011-07-20 Thread Stephan Witt
Am 20.07.2011 um 01:09 schrieb Pavel Sanda: Stephan Witt wrote: In case of interest QT_VERSION=4.10.3 sh -c 'v=0x0; for i in ${QT_VERSION//./ } ; do case $i in 10) v=$v0a ;; 11) v=$v0b ;; 12) v=$v0c ;; 13) v=$v0d ;; 14) v=$v0e ;; 15) v=$v0f ;; *) v=$v0$i ;; esac ; done; echo $v'

Re: build error with trunk on openSUSE

2011-07-20 Thread Enrico Forestieri
On Wed, Jul 20, 2011 at 08:57:46AM +0200, Stephan Witt wrote: Am 20.07.2011 um 01:09 schrieb Pavel Sanda: Stephan Witt wrote: In case of interest QT_VERSION=4.10.3 sh -c 'v=0x0; for i in ${QT_VERSION//./ } ; do case $i in 10) v=$v0a ;; 11) v=$v0b ;; 12) v=$v0c ;; 13) v=$v0d ;; 14)

Re: build error with trunk on openSUSE

2011-07-20 Thread Stephan Witt
Am 20.07.2011 um 10:52 schrieb Enrico Forestieri: On Wed, Jul 20, 2011 at 08:57:46AM +0200, Stephan Witt wrote: Am 20.07.2011 um 01:09 schrieb Pavel Sanda: Stephan Witt wrote: In case of interest QT_VERSION=4.10.3 sh -c 'v=0x0; for i in ${QT_VERSION//./ } ; do case $i in 10) v=$v0a ;;

Re: build error with trunk on openSUSE

2011-07-20 Thread Enrico Forestieri
On Wed, Jul 20, 2011 at 07:23:51PM +0200, Stephan Witt wrote: Am 20.07.2011 um 10:52 schrieb Enrico Forestieri: On Wed, Jul 20, 2011 at 08:57:46AM +0200, Stephan Witt wrote: Am 20.07.2011 um 01:09 schrieb Pavel Sanda: Stephan Witt wrote: In case of interest QT_VERSION=4.10.3

Re: build error with trunk on openSUSE

2011-07-20 Thread Stephan Witt
Am 20.07.2011 um 01:09 schrieb Pavel Sanda: > Stephan Witt wrote: >> In case of interest >> >> QT_VERSION="4.10.3" sh -c 'v="0x0"; for i in ${QT_VERSION//./ } ; do case $i >> in 10) v=$v"0a" ;; 11) v=$v"0b" ;; 12) v=$v"0c" ;; 13) v=$v"0d" ;; 14) >> v=$v"0e" ;; 15) v=$v"0f" ;; *) v=$v"0"$i ;;

Re: build error with trunk on openSUSE

2011-07-20 Thread Enrico Forestieri
On Wed, Jul 20, 2011 at 08:57:46AM +0200, Stephan Witt wrote: > Am 20.07.2011 um 01:09 schrieb Pavel Sanda: > > > Stephan Witt wrote: > >> In case of interest > >> > >> QT_VERSION="4.10.3" sh -c 'v="0x0"; for i in ${QT_VERSION//./ } ; do case > >> $i in 10) v=$v"0a" ;; 11) v=$v"0b" ;; 12)

Re: build error with trunk on openSUSE

2011-07-20 Thread Stephan Witt
Am 20.07.2011 um 10:52 schrieb Enrico Forestieri: > On Wed, Jul 20, 2011 at 08:57:46AM +0200, Stephan Witt wrote: >> Am 20.07.2011 um 01:09 schrieb Pavel Sanda: >> >>> Stephan Witt wrote: In case of interest QT_VERSION="4.10.3" sh -c 'v="0x0"; for i in ${QT_VERSION//./ } ; do

Re: build error with trunk on openSUSE

2011-07-20 Thread Enrico Forestieri
On Wed, Jul 20, 2011 at 07:23:51PM +0200, Stephan Witt wrote: > > Am 20.07.2011 um 10:52 schrieb Enrico Forestieri: > > > On Wed, Jul 20, 2011 at 08:57:46AM +0200, Stephan Witt wrote: > >> Am 20.07.2011 um 01:09 schrieb Pavel Sanda: > >> > >>> Stephan Witt wrote: > In case of interest >

Re: build error with trunk on openSUSE

2011-07-19 Thread Cor Blom
Op dinsdag 19 juli 2011 00:06:55 schreef Jean-Marc Lasgouttes: Le 18/07/11 23:58, Cor Blom a écrit : Adding bc to BuildRequires solved the problem. Thanks for the help. Interesting, but what does bc stand for? bc: GNU Command Line Calculator After your last remark I looked again through

Re: build error with trunk on openSUSE

2011-07-19 Thread Pavel Sanda
Cor Blom wrote: bc: GNU Command Line Calculator After your last remark I looked again through the log and noticed that the shell complained that bc could not be found. This complaint was not there in the buildlog for branch, so I added it as a requirement. please can you paste the

Re: build error with trunk on openSUSE

2011-07-19 Thread Stephan Witt
Am 19.07.2011 um 10:47 schrieb Pavel Sanda: Cor Blom wrote: bc: GNU Command Line Calculator After your last remark I looked again through the log and noticed that the shell complained that bc could not be found. This complaint was not there in the buildlog for branch, so I added it as

Re: build error with trunk on openSUSE

2011-07-19 Thread Cor Blom
Op dinsdag 19 juli 2011 10:47:50 schreef Pavel Sanda: please can you paste the relevant part of log? i have hard time to understand why we need bc. Here it is: [...] GENui_TocUi.h GENui_ToggleWarningUi.h GENui_VSpaceUi.h GENui_ViewSourceUi.h GENui_WrapUi.h

Re: build error with trunk on openSUSE

2011-07-19 Thread Stephan Witt
Am 19.07.2011 um 11:05 schrieb Stephan Witt: Am 19.07.2011 um 10:47 schrieb Pavel Sanda: Cor Blom wrote: bc: GNU Command Line Calculator After your last remark I looked again through the log and noticed that the shell complained that bc could not be found. This complaint was not there

Re: build error with trunk on openSUSE

2011-07-19 Thread Pavel Sanda
Stephan Witt wrote: In case of interest QT_VERSION=4.10.3 sh -c 'v=0x0; for i in ${QT_VERSION//./ } ; do case $i in 10) v=$v0a ;; 11) v=$v0b ;; 12) v=$v0c ;; 13) v=$v0d ;; 14) v=$v0e ;; 15) v=$v0f ;; *) v=$v0$i ;; esac ; done; echo $v' prints 0x0040a03 how do cmake people solve this in

Re: build error with trunk on openSUSE

2011-07-19 Thread Cor Blom
Op dinsdag 19 juli 2011 00:06:55 schreef Jean-Marc Lasgouttes: > Le 18/07/11 23:58, Cor Blom a écrit : > > Adding bc to BuildRequires solved the problem. Thanks for the help. > > Interesting, but what does bc stand for? > bc: GNU Command Line Calculator After your last remark I looked again

Re: build error with trunk on openSUSE

2011-07-19 Thread Pavel Sanda
Cor Blom wrote: > bc: GNU Command Line Calculator > > After your last remark I looked again through the log and noticed that the > shell complained that "bc" could not be found. This complaint was not there > in > the buildlog for branch, so I added it as a requirement. please can you paste

Re: build error with trunk on openSUSE

2011-07-19 Thread Stephan Witt
Am 19.07.2011 um 10:47 schrieb Pavel Sanda: > Cor Blom wrote: >> bc: GNU Command Line Calculator >> >> After your last remark I looked again through the log and noticed that the >> shell complained that "bc" could not be found. This complaint was not there >> in >> the buildlog for branch, so

Re: build error with trunk on openSUSE

2011-07-19 Thread Cor Blom
Op dinsdag 19 juli 2011 10:47:50 schreef Pavel Sanda: > please can you paste the relevant part of log? i have hard time to > understand why we need bc. Here it is: [...] GENui_TocUi.h GENui_ToggleWarningUi.h GENui_VSpaceUi.h GENui_ViewSourceUi.h GENui_WrapUi.h

Re: build error with trunk on openSUSE

2011-07-19 Thread Stephan Witt
Am 19.07.2011 um 11:05 schrieb Stephan Witt: > Am 19.07.2011 um 10:47 schrieb Pavel Sanda: > >> Cor Blom wrote: >>> bc: GNU Command Line Calculator >>> >>> After your last remark I looked again through the log and noticed that the >>> shell complained that "bc" could not be found. This

Re: build error with trunk on openSUSE

2011-07-19 Thread Pavel Sanda
Stephan Witt wrote: > In case of interest > > QT_VERSION="4.10.3" sh -c 'v="0x0"; for i in ${QT_VERSION//./ } ; do case $i > in 10) v=$v"0a" ;; 11) v=$v"0b" ;; 12) v=$v"0c" ;; 13) v=$v"0d" ;; 14) > v=$v"0e" ;; 15) v=$v"0f" ;; *) v=$v"0"$i ;; esac ; done; echo $v' > > prints 0x0040a03 how do

Re: build error with trunk on openSUSE

2011-07-18 Thread Jean-Marc Lasgouttes
Le 13/07/11 17:22, Cor Blom a écrit : It happens on all version I build for: 11.3 with qt 4.6.3, 11.4 with 4.7.1 and factory with 4.7.3 Cor P.S. you can view all details here: https://build.opensuse.org/package/show?package=lyx-2.1- svnproject=home%3Acornelisbb%3Alyx-unstable There is

Re: build error with trunk on openSUSE

2011-07-18 Thread Cor Blom
Op maandag 18 juli 2011 21:34:05 schreef Jean-Marc Lasgouttes: Le 13/07/11 17:22, Cor Blom a écrit : It happens on all version I build for: 11.3 with qt 4.6.3, 11.4 with 4.7.1 and factory with 4.7.3 Cor P.S. you can view all details here:

Re: build error with trunk on openSUSE

2011-07-18 Thread Jean-Marc Lasgouttes
Le 18/07/11 23:58, Cor Blom a écrit : Adding bc to BuildRequires solved the problem. Thanks for the help. Interesting, but what does bc stand for? JMarc

Re: build error with trunk on openSUSE

2011-07-18 Thread Jean-Marc Lasgouttes
Le 13/07/11 17:22, Cor Blom a écrit : It happens on all version I build for: 11.3 with qt 4.6.3, 11.4 with 4.7.1 and factory with 4.7.3 Cor P.S. you can view all details here: https://build.opensuse.org/package/show?package=lyx-2.1- svn=home%3Acornelisbb%3Alyx-unstable There is special

Re: build error with trunk on openSUSE

2011-07-18 Thread Cor Blom
Op maandag 18 juli 2011 21:34:05 schreef Jean-Marc Lasgouttes: > Le 13/07/11 17:22, Cor Blom a écrit : > > It happens on all version I build for: 11.3 with qt 4.6.3, 11.4 with > > 4.7.1 and factory with 4.7.3 > > > > Cor > > > > P.S. you can view all details here: > > > >

Re: build error with trunk on openSUSE

2011-07-18 Thread Jean-Marc Lasgouttes
Le 18/07/11 23:58, Cor Blom a écrit : Adding bc to BuildRequires solved the problem. Thanks for the help. Interesting, but what does bc stand for? JMarc

Re: build error with trunk on openSUSE

2011-07-13 Thread Cor Blom
Op woensdag 6 juli 2011 10:35:24 schreef Cor Blom: Hi, My build from trunk on OBS gives the following error: [...] AR liblyxmathed.a AR liblyxinsets.a CXXLD lyx frontends/qt4/liblyxqt4.a(FancyLineEdit.o): In function `IconButton': /usr/src/packages/BUILD/lyx-2.1-

Re: build error with trunk on openSUSE

2011-07-13 Thread Jean-Marc Lasgouttes
Le 13/07/2011 12:27, Cor Blom a écrit : As of r39281 I still get the error above. Am I the only one and is this an openSUSE problem? Or are others seeing the same? Either case, I need some help here, because I don't know how to solve this. Shall I file a bug report? What is you qt version?

Re: build error with trunk on openSUSE

2011-07-13 Thread Cor Blom
Op woensdag 13 juli 2011 12:57:25 schreef Jean-Marc Lasgouttes: Le 13/07/2011 12:27, Cor Blom a écrit : As of r39281 I still get the error above. Am I the only one and is this an openSUSE problem? Or are others seeing the same? Either case, I need some help here, because I don't know how to

Re: build error with trunk on openSUSE

2011-07-13 Thread Cor Blom
Op woensdag 6 juli 2011 10:35:24 schreef Cor Blom: > Hi, > > My build from trunk on OBS gives the following error: > > [...] > AR liblyxmathed.a > AR liblyxinsets.a > CXXLD lyx > frontends/qt4/liblyxqt4.a(FancyLineEdit.o): In function `IconButton': >

Re: build error with trunk on openSUSE

2011-07-13 Thread Jean-Marc Lasgouttes
Le 13/07/2011 12:27, Cor Blom a écrit : As of r39281 I still get the error above. Am I the only one and is this an openSUSE problem? Or are others seeing the same? Either case, I need some help here, because I don't know how to solve this. Shall I file a bug report? What is you qt version?

Re: build error with trunk on openSUSE

2011-07-13 Thread Cor Blom
Op woensdag 13 juli 2011 12:57:25 schreef Jean-Marc Lasgouttes: > Le 13/07/2011 12:27, Cor Blom a écrit : > > As of r39281 I still get the error above. Am I the only one and is this > > an openSUSE problem? Or are others seeing the same? Either case, I need > > some help here, because I don't know

build error with trunk on openSUSE

2011-07-06 Thread Cor Blom
Hi, My build from trunk on OBS gives the following error: [...] AR liblyxmathed.a AR liblyxinsets.a CXXLD lyx frontends/qt4/liblyxqt4.a(FancyLineEdit.o): In function `IconButton': /usr/src/packages/BUILD/lyx-2.1- svn-2.1.rev39247/src/frontends/qt4/FancyLineEdit.cpp:265: undefined

build error with trunk on openSUSE

2011-07-06 Thread Cor Blom
Hi, My build from trunk on OBS gives the following error: [...] AR liblyxmathed.a AR liblyxinsets.a CXXLD lyx frontends/qt4/liblyxqt4.a(FancyLineEdit.o): In function `IconButton': /usr/src/packages/BUILD/lyx-2.1- svn-2.1.rev39247/src/frontends/qt4/FancyLineEdit.cpp:265: undefined