Joined: Jun 07, 2003 Posts: 234 Location: near Cologne, Germany
Posted: Fri Nov 14, 2003 1:12 pm Post subject:
Chris,
until you got a qualified answer from Ed or Dan , I'd suggest that you are erasing the folders /neooffice/solver/645/unxmacxp.pro and /neooffice/stlport/unxmacxp.pro , make a new cvs-get and try a new build.
ok, i updated my CVS today to give the build a second shot and got this error, it is very close to chris's but there are some differences...
Code:
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/GCC/ReleaseD/dll_main.o] Error 1
dmake: Error code 2, while making './unxmacxp.pro/misc/build/so_built_so_stlport'
---* TG_SLO.MK *---
ERROR: Error 65280 occurred while making /neooffice/stlport
dmake: Error code 1, while making 'build_all'
machine info:
PowerMac 800, 10.2.6 Dev Tools installed (the ones that were on the CD, not any new ones on the site)
Joined: Jun 07, 2003 Posts: 234 Location: near Cologne, Germany
Posted: Sun Nov 16, 2003 1:18 pm Post subject:
Chris & Jacob,
I've an idea. May be you need the gcc-3-compiler. Jaguar has the gcc-2-compiler.
You can download it from http://developer.apple.com after registering as a developer for free (Download Software/Developer Tools/August 2003 gcc Updater).
After installing, open a command line an type "sudo gcc_select 3" in terminal.
A "gcc --version" in terminal should show you a gcc 3.x". After that, try again building NeoOffice. Please let me know, if it helps.
Joined: Jun 07, 2003 Posts: 234 Location: near Cologne, Germany
Posted: Mon Nov 17, 2003 11:06 am Post subject: Another shoot in the dark
Chris,
another shoot in the dark:
May be a problem with access permissions. Try the following:
Open a terminal
Enter "sudo chmod -R 777 /neooffice", enter your password.
If that doesn't help, delete the folders /neooffice/stlport and /neooffice/sal, make a new cvs-get, do the "chmod" from above again and try a new build.
well it seems to have gotten past the previous hang up.
I do have a question that will probably answer itself by the time someone reads this but just in case...
I am to this point
Making: ../unxmacxp.pro/lib/libxcr645mxp.dylib.jnilib
create-bundle: ../unxmacxp.pro/lib/libxcr645mxp.jnilib successfully created
/neooffice/solenv/bin/checkdll.sh -L../unxmacxp.pro/lib -L/neooffice/solver/645/unxmacxp.pro/lib -L/usr/lib ../unxmacxp.pro/lib/libxcr645mxp.dylib
Checking DLL ../unxmacxp.pro/lib/libxcr645mxp.dylib ...
and it has been sitting there for over an hour on my 450 G3 doing nothing that I can see. The process shows active and nothing has crashed. I can watch it pick up a bit more RAM and CPU in activity viewer so it is still doing something.
I am just wondering if that checking DLL thing does take forever or whether I should kill the process and dmake again?
yeah it answered itself... just after posting I watched the processes go from the active column to the inactive. So I let it sit there for another half hour or so with no change and had to kill the window and start over.
So far so good. No idea why the process would just lie down on the job like that and maybe it is supposed to, just did not look right.
Posted: Wed Nov 19, 2003 1:36 am Post subject: Re: build hang
Chris C wrote:
well it seems to have gotten past the previous hang up.
I do have a question that will probably answer itself by the time someone reads this but just in case...
I am to this point
Making: ../unxmacxp.pro/lib/libxcr645mxp.dylib.jnilib
create-bundle: ../unxmacxp.pro/lib/libxcr645mxp.jnilib successfully created
/neooffice/solenv/bin/checkdll.sh -L../unxmacxp.pro/lib -L/neooffice/solver/645/unxmacxp.pro/lib -L/usr/lib ../unxmacxp.pro/lib/libxcr645mxp.dylib
Checking DLL ../unxmacxp.pro/lib/libxcr645mxp.dylib ...
and it has been sitting there for over an hour on my 450 G3 doing nothing that I can see. The process shows active and nothing has crashed. I can watch it pick up a bit more RAM and CPU in activity viewer so it is still doing something.
I am just wondering if that checking DLL thing does take forever or whether I should kill the process and dmake again?
You're hosed The same problem can occur with current builds of OOo 1.1.x, particularly if you are using Fink. This problem is currently being discussed on the Porting mailing list. A partial fix is to unsetenv some environment variables relating to dynamic linking, that might have been set by Fink or other. Suggest browsing the Porting mailing list archives.
well after reading the list I found the entry. It looks like Ben Reeds fink prebinding stuff is prolly behind it. I disabled it. Dumped the build to that point to avoid the alluded to problems down the road later in the build and am pulling another CVS.....
I am not sure if I need to apply a patch at this point after the pull is done or not. I hope not, because I can't remember if I ever knew how to apply one of those in the first place
I am now at the point that I REALLY want to see this thing run!
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 You cannot attach files in this forum You cannot download files in this forum