Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
openoffice compile-error
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Dutch
View previous topic :: View next topic  
Author Message
_hesoez_
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jun 2003
Posts: 103
Location: Belgium-Duffel/Leuven

PostPosted: Tue Jun 17, 2003 1:28 pm    Post subject: openoffice compile-error Reply with quote

hi

ik heb een probleempje met openoffice op mijn laptop, bij het compilen krijg ik steeds een error.
ik heb mijn USE-flags gecomment zodat hij de standaard USE-flags gebruikt, maar ik krijg nog steeds die fout.

ERROR: Error 65280 occurred while making /var/tmp/portage/openoffice-1.0.3-r1/work/oo_1.0.3_src/xmloff/source/forms

!!! ERROR: app-office/openoffice-1.0.3-r1 failed.
!!! Function src_compile, Line 489, Exitcode 1
!!! Build failed!

ik weet niet of hier bruikbare informatie instaat.
hetzelfde heb ik voor met 'openmotif'

grtz
jim
Back to top
View user's profile Send private message
Matje
l33t
l33t


Joined: 29 Oct 2002
Posts: 619
Location: Hasselt, Belgium

PostPosted: Tue Jun 17, 2003 1:30 pm    Post subject: Reply with quote

Zoek eens naar foutmeldingen die hoger staan, want met deze ben je hoegenaamd niks :-)
_________________
Life is like a box of chocolates... Before you know it, it's empty...
Back to top
View user's profile Send private message
_hesoez_
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jun 2003
Posts: 103
Location: Belgium-Duffel/Leuven

PostPosted: Tue Jun 17, 2003 6:58 pm    Post subject: Reply with quote

hoe kan ik de output van de xterm in een file opslagen?
grtz
Back to top
View user's profile Send private message
Coffee_drinker
n00b
n00b


Joined: 16 Jun 2003
Posts: 24
Location: Delft, The Netherlands

PostPosted: Tue Jun 17, 2003 9:09 pm    Post subject: Reply with quote

_hesoez_ wrote:
hoe kan ik de output van de xterm in een file opslagen?
grtz


Je zou het kunnen proberen met het volgende commando:
Code:
emerge openoffice > bestand.txt 2>&1

Maar let op het bestand kan wel erg groot worden.
Het slaat alle output van het proces op!
Back to top
View user's profile Send private message
_hesoez_
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jun 2003
Posts: 103
Location: Belgium-Duffel/Leuven

PostPosted: Thu Jun 19, 2003 7:56 pm    Post subject: Reply with quote

hi

ik ga een van de dagen de output eens opslaan, heb voorlopig openoffice-bin geïnstalleerd.

grtz
Back to top
View user's profile Send private message
Darkness
n00b
n00b


Joined: 28 Dec 2002
Posts: 59

PostPosted: Thu Jun 19, 2003 8:45 pm    Post subject: Reply with quote

precies dezelfde fout hier...

Code:

root@hippie jan # LANGUAGE=31 emerge -U openoffice

EEN HELE BOEL MEER
Code:

../stlport/stl/_threads.h:512: ISO C++ forbids declaration of `_STLP_mutex_lock
   ' with no type
In file included from ../stlport/stl/_threads.h:571,
                 from ../stlport/stl/_alloc.h:64,
                 from ../stlport/memory:28,
                 from dll_main.cpp:38:
../stlport/stl/_threads.c:40: `time_t' not declared
In file included from ../stlport/stl/_threads.h:571,
                 from ../stlport/stl/_alloc.h:64,
                 from ../stlport/memory:28,
                 from dll_main.cpp:38:
../stlport/stl/_threads.c:52: `_STL::_STLP_mutex_base
   _Swap_lock_struct<__dummy>::_S_swap_lock' is not a static member of `struct
   _Swap_lock_struct<__dummy>'
../stlport/stl/_threads.c:52: template definition of non-template `
   _STL::_STLP_mutex_base _Swap_lock_struct<__dummy>::_S_swap_lock'
../stlport/stl/_threads.c:102: parse error before `*' token
In file included from ../stlport/stl/_construct.h:43,
                 from ../stlport/stl/_alloc.h:68,
                 from ../stlport/memory:28,
                 from dll_main.cpp:38:
../stlport/stl/_iterator_base.h:50: parse error before `,' token
../stlport/stl/_iterator_base.h:54: template declaration of `typedef _Tp
   _STL::value_type'
../stlport/stl/_iterator_base.h:54: confused by earlier errors, bailing out
make: *** [../lib/obj/GCCx86/ReleaseD/dll_main.o] Error 1
dmake:  Error code 2, while making './unxlngi4.pro/misc/build/so_built'
---* TG_SLO.MK *---

ERROR: Error 65280 occurred while making /var/tmp/portage/openoffice-1.0.3-r1/work/oo_1.0.3_src/stlport

!!! ERROR: app-office/openoffice-1.0.3-r1 failed.
!!! Function src_compile, Line 489, Exitcode 1
!!! Build failed!


/me is ook benieuwd naar het antwoord om dit te fixen :)
Back to top
View user's profile Send private message
Matje
l33t
l33t


Joined: 29 Oct 2002
Posts: 619
Location: Hasselt, Belgium

PostPosted: Fri Jun 20, 2003 4:21 am    Post subject: Reply with quote

Ben jij met gcc 3.3 bezig ? If so, don't, heeft een shitload aan patches nodig.
_________________
Life is like a box of chocolates... Before you know it, it's empty...
Back to top
View user's profile Send private message
_hesoez_
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jun 2003
Posts: 103
Location: Belgium-Duffel/Leuven

PostPosted: Fri Jun 20, 2003 9:24 am    Post subject: Reply with quote

hier niet, gcc 3.2

Code:

bash-2.05b$ gcc --version
gcc (GCC) 3.2.2
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


grtz
Back to top
View user's profile Send private message
Matje
l33t
l33t


Joined: 29 Oct 2002
Posts: 619
Location: Hasselt, Belgium

PostPosted: Fri Jun 20, 2003 10:02 am    Post subject: Reply with quote

Post een bug op bugs.gentoo.org
_________________
Life is like a box of chocolates... Before you know it, it's empty...
Back to top
View user's profile Send private message
Darkness
n00b
n00b


Joined: 28 Dec 2002
Posts: 59

PostPosted: Fri Jun 20, 2003 2:00 pm    Post subject: Reply with quote

Code:

$ gcc --version
2.95.3

Hier een nog iets oudere, lijkt um dus niet aan de gcc te liggen ....

Any help still welcome :D
Back to top
View user's profile Send private message
guni
Apprentice
Apprentice


Joined: 18 May 2003
Posts: 193
Location: Belgium lommel

PostPosted: Fri Jun 20, 2003 10:39 pm    Post subject: Reply with quote

heb je misschien te 'aggresieve' flags gebruikt? verander die anders naar standaard?
Back to top
View user's profile Send private message
_hesoez_
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jun 2003
Posts: 103
Location: Belgium-Duffel/Leuven

PostPosted: Sat Jun 21, 2003 6:54 pm    Post subject: Reply with quote

da was ook het eerste waar ik aan dacht, maar dat gaf dezelfde fout(zie eerste post).
ik ben nu xfree aan het hercompilen, heb het systeem gecompiled met standaard USE-flags, en xfree ook. Daarna heb ik de USE-flags aangepast, tis een wilde gok maar misschien lukt het wel met een xfree die met dezelfde flags gecompiled is. Maar dan nog blijft mij de vraag waarom het dan niet lukte om openoffice met de standaard flags te compilen.
btw ik heb er weer een progje bij dat niet wil compilen, ik deed een world-update en bij het compilen van gimp1.2.4 kreeg ik ook een compile-error :( (update van gimp1.2.3 die dus wel zonder problemen compilede een tijd geleden)
weird shit

grtz
Back to top
View user's profile Send private message
Matje
l33t
l33t


Joined: 29 Oct 2002
Posts: 619
Location: Hasselt, Belgium

PostPosted: Sun Jun 22, 2003 6:02 am    Post subject: Reply with quote

Welke java VM gebruik je?
_________________
Life is like a box of chocolates... Before you know it, it's empty...
Back to top
View user's profile Send private message
_hesoez_
Tux's lil' helper
Tux's lil' helper


Joined: 09 Jun 2003
Posts: 103
Location: Belgium-Duffel/Leuven

PostPosted: Sun Jun 22, 2003 10:40 am    Post subject: Reply with quote

blackdown-jdk 1.4.1 wa normaal geen fout zou mogen geven aangezien het dezelfde is waarmee ik OO heb gecompiled op mijn desktop.

grtz
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Dutch All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum