Re: [dev] Does building openoffice need kde?

2009-08-12 Thread huang huang
Hi Ariel,
Thanks for your help.

I have checkout DEV300_m54 and built it successfully.

Thanks

2009/8/11 Ariel Constenla-Haile ariel.constenla.ha...@googlemail.com

 Hello huang,

 On Tuesday 11 August 2009, 01:24, huang huang wrote:
  Hi,
 
  Got OOo's source code from svn://svn.services.openoffice.org/ooo/trunk,

 any special reason why you're trying to build trunk?
 Different from other projects (like KDE, where they advice people trying to
 learn/hack their source code to build from trunk), in OOo its AFAIK
 suggested
 to build the latest development build (or the latest stable build depending
 on
 what you're trying to do) which is DEV300_m54
 http://svn.services.openoffice.org/ooo/tags/DEV300_m54/ .


  while I run ./configure, it gave messages:
 
  Possible unintended interpolation of @ENABLE_KDE4 in string at
 ./set_soenv
  line 1693.
  Possible unintended interpolation of @KDE4_CFLAGS in string at
 ./set_soenv
  line 1694.
  Possible unintended interpolation of @KDE4_LIBS in string at ./set_soenv
  line 1695.
  Possible unintended interpolation of @MOC4 in string at ./set_soenv line
  1696.
  Global symbol @ENABLE_KDE4 requires explicit package name at
 ./set_soenv
  line 1693.
  Global symbol @KDE4_CFLAGS requires explicit package name at
 ./set_soenv
  line 1694.
  Global symbol @KDE4_LIBS requires explicit package name at ./set_soenv
  line 1695.
  Global symbol @MOC4 requires explicit package name at ./set_soenv line
  1696.
  Execution of ./set_soenv aborted due to compilation errors.

 mmm I never had to autoreconf, simply use the configure I checked out.
 But

 ]$ autoreconf -i

 and then

 ]$ ./configure

 let me right now pass configure from trunk

 I tested with these switchs

 ./configure  --with-use-shell=bash --disable-qadevooo
  --enable-crashdump=yes
 --enable-cairo  --with-system-cairo  --enable-opengl   --enable-kde
 --disable-
 kdeab  --with-package-format=rpm  --with-mingwin=i686-pc-mingw32-g++


  I am not sure what these mean, but I can't continue my building work. Is
  there anyone can help you?

 autoreconf'ing may help you (but as I never need it before, I guess you
 shouldn't need to run it, just use instead the configure they provide).
 If not, try updating the configure script, or try with the latest tag
 instead
 of trunk. This KDE4 stuff is from the  integration of  kde4int CWS, so sure
 when DEV300_m55 is ready your issue will be gone.

 Ah, to your question Does building openoffice need kde?

 No, only if you pass to configure
 --enable-kdefor KDE 3 integration
 --enable-kde4  for KDE 4 integration
 --enable-kdeabfor KDE [3] addressbook SDBC driver


 Regards
 --
 Ariel Constenla-Haile
 La Plata, Argentina

 -
 To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
 For additional commands, e-mail: dev-h...@openoffice.org




Re: [dev] Does building openoffice need kde?

2009-08-11 Thread Ariel Constenla-Haile
Hello huang,

On Tuesday 11 August 2009, 01:24, huang huang wrote:
 Hi,

 Got OOo's source code from svn://svn.services.openoffice.org/ooo/trunk,

any special reason why you're trying to build trunk? 
Different from other projects (like KDE, where they advice people trying to 
learn/hack their source code to build from trunk), in OOo its AFAIK suggested 
to build the latest development build (or the latest stable build depending on 
what you're trying to do) which is DEV300_m54 
http://svn.services.openoffice.org/ooo/tags/DEV300_m54/ .


 while I run ./configure, it gave messages:

 Possible unintended interpolation of @ENABLE_KDE4 in string at ./set_soenv
 line 1693.
 Possible unintended interpolation of @KDE4_CFLAGS in string at ./set_soenv
 line 1694.
 Possible unintended interpolation of @KDE4_LIBS in string at ./set_soenv
 line 1695.
 Possible unintended interpolation of @MOC4 in string at ./set_soenv line
 1696.
 Global symbol @ENABLE_KDE4 requires explicit package name at ./set_soenv
 line 1693.
 Global symbol @KDE4_CFLAGS requires explicit package name at ./set_soenv
 line 1694.
 Global symbol @KDE4_LIBS requires explicit package name at ./set_soenv
 line 1695.
 Global symbol @MOC4 requires explicit package name at ./set_soenv line
 1696.
 Execution of ./set_soenv aborted due to compilation errors.

mmm I never had to autoreconf, simply use the configure I checked out.
But 

]$ autoreconf -i

and then

]$ ./configure 

let me right now pass configure from trunk

I tested with these switchs

./configure  --with-use-shell=bash --disable-qadevooo  --enable-crashdump=yes  
--enable-cairo  --with-system-cairo  --enable-opengl   --enable-kde --disable-
kdeab  --with-package-format=rpm  --with-mingwin=i686-pc-mingw32-g++


 I am not sure what these mean, but I can't continue my building work. Is
 there anyone can help you?

autoreconf'ing may help you (but as I never need it before, I guess you 
shouldn't need to run it, just use instead the configure they provide). 
If not, try updating the configure script, or try with the latest tag instead 
of trunk. This KDE4 stuff is from the  integration of  kde4int CWS, so sure 
when DEV300_m55 is ready your issue will be gone.

Ah, to your question Does building openoffice need kde?

No, only if you pass to configure
--enable-kdefor KDE 3 integration
--enable-kde4  for KDE 4 integration
--enable-kdeabfor KDE [3] addressbook SDBC driver


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[dev] Does building openoffice need kde?

2009-08-10 Thread huang huang
Hi,

Got OOo's source code from svn://svn.services.openoffice.org/ooo/trunk,
while I run ./configure, it gave messages:

Possible unintended interpolation of @ENABLE_KDE4 in string at ./set_soenv
line 1693.
Possible unintended interpolation of @KDE4_CFLAGS in string at ./set_soenv
line 1694.
Possible unintended interpolation of @KDE4_LIBS in string at ./set_soenv
line 1695.
Possible unintended interpolation of @MOC4 in string at ./set_soenv line
1696.
Global symbol @ENABLE_KDE4 requires explicit package name at ./set_soenv
line 1693.
Global symbol @KDE4_CFLAGS requires explicit package name at ./set_soenv
line 1694.
Global symbol @KDE4_LIBS requires explicit package name at ./set_soenv
line 1695.
Global symbol @MOC4 requires explicit package name at ./set_soenv line
1696.
Execution of ./set_soenv aborted due to compilation errors.

I am not sure what these mean, but I can't continue my building work. Is
there anyone can help you? I am working under ubuntu 9.04.