discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue starting Gorm, ProjectCenter, GWorkspace..etc on netbsd 5.0.2


From: Nick Allgood
Subject: Re: Issue starting Gorm, ProjectCenter, GWorkspace..etc on netbsd 5.0.2
Date: Wed, 3 Nov 2010 14:14:16 -0700

Well I just re-compiled gnustep-back and here are my results .. i don't see anything that bad sticking out..

--- make ---

Making all in Source ...
Making all in subprojects of bundle libgnustep-back-018...
Making all for subproject gsc...
Compiling file gscolors.c ...
Compiling file GSContext.m ...
Compiling file GSGState.m ...
GSGState.m: In function '-[GSGState(Ops) GSSetFillColorspace:]':
GSGState.m:301: warning: invalid receiver type 'void *'
GSGState.m: In function '-[GSGState(Ops) GSSetStrokeColorspace:]':
GSGState.m:312: warning: invalid receiver type 'void *'
Compiling file GSStreamContext.m ...
Compiling file GSStreamGState.m ...
Compiling file GSFunction.m ...
Compiling file externs.m ...
Linking subproject gsc ...
Making all for subproject x11...
Compiling file context.c ...
Compiling file convert.c ...
Compiling file raster.c ...
Compiling file scale.c ...
Compiling file xdnd.c ...
Compiling file xutil.c ...
Compiling file XGServer.m ...
Compiling file XGServerEvent.m ...
Compiling file XGServerWindow.m ...
Compiling file XGDragView.m ...
Compiling file XIMInputServer.m ...
Compiling file XWindowBuffer.m ...
Compiling file XGGLFormat.m ...
Compiling file XGGLContext.m ...
Linking subproject x11 ...
Making all for subproject art...
Compiling file ARTContext.m ...
Compiling file ARTGState.m ...
Compiling file blit-main.m ...
In file included from blit-main.m:267:
blit.m: In function 'b5g6r5_run_opaque':
blit.m:321: warning: cast from pointer to integer of different size
In file included from blit-main.m:304:
blit.m: In function 'b5g5r5a1_run_opaque':
blit.m:321: warning: cast from pointer to integer of different size
Compiling file ftfont.m ...
Compiling file FTFontEnumerator.m ...
Compiling file FTFaceInfo.m ...
Compiling file image.m ...
Compiling file composite.m ...
Compiling file path.m ...
Compiling file shfill.m ...
Compiling file ReadRect.m ...
Linking subproject art ...
Making all for bundle libgnustep-back-018...
Creating libgnustep-back-018.bundle/....
Compiling file GSBackend.m ...
Linking bundle libgnustep-back-018 ...
Creating libgnustep-back-018.bundle/Resources...
Copying localized resources into the bundle wrapper...
Copying resources from subprojects into the bundle wrapper...
Creating stamp file...
Creating libgnustep-back-018.bundle/Resources/Info-gnustep.plist...
Making all in Tools ...
rm -f XGCommonFont.m
ln -s ../Source/xlib/XGCommonFont.m .
rm -f xdnd.c
ln -s ../Source/x11/xdnd.c .
Making all for tool gpbs...
Compiling file xdnd.c ...
Compiling file gpbs.m ...
gpbs.m: In function 'ihandler':
gpbs.m:1134: warning: array subscript has type 'char'
Compiling file xpbs.m ...
Linking tool gpbs ...
Making all in Fonts ...
gmake[1]: Nothing to be done for `all'.


--- installl ----

Making all in Source ...
Making all in subprojects of bundle libgnustep-back-018...
Making all for subproject gsc...
gmake[5]: Nothing to be done for `internal-subproject-compile'.
Making all for subproject x11...
gmake[5]: Nothing to be done for `internal-subproject-compile'.
Making all for subproject art...
gmake[5]: Nothing to be done for `internal-subproject-compile'.
Making all for bundle libgnustep-back-018...
gmake[4]: Nothing to be done for `internal-bundle-compile'.
Copying localized resources into the bundle wrapper...
Copying resources from subprojects into the bundle wrapper...
Making all in Tools ...
rm -f XGCommonFont.m
ln -s ../Source/xlib/XGCommonFont.m .
rm -f xdnd.c
ln -s ../Source/x11/xdnd.c .
Making all for tool gpbs...
gmake[4]: Nothing to be done for `internal-tool-compile'.
Making all in Fonts ...
gmake[1]: Nothing to be done for `all'.
Making install in Source ...
Making install in subprojects of bundle libgnustep-back-018...
Making install for subproject gsc...
gmake[3]: Nothing to be done for `internal-subproject-install'.
Making install for subproject x11...
gmake[3]: Nothing to be done for `internal-subproject-install'.
Making install for subproject art...
gmake[3]: Nothing to be done for `internal-subproject-install'.
Making install for bundle libgnustep-back-018...
Installing bundle directory...
Making install in Tools ...
Making install for tool gpbs...
Installing tool gpbs...
if [ ! -f /usr/GNUstep/Local/Library/Documentation/man ]; then \
/usr/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/GNUstep/Local/Library/Documentation/man; \
fi; \
if [ ! -f /usr/GNUstep/Local/Library/Documentation/man/man1 ]; then \
/usr/GNUstep/System/Library/Makefiles/mkinstalldirs /usr/GNUstep/Local/Library/Documentation/man/man1; \
fi; \
for file in gpbs.1 __done; do \
if [ $file != __done ]; then \
/usr/bin/install -c -p -m 644 $file /usr/GNUstep/Local/Library/Documentation/man/man1/$file; \
which gzip && rm -f /usr/GNUstep/Local/Library/Documentation/man/man1/$file.gz \
&& gzip -9 /usr/GNUstep/Local/Library/Documentation/man/man1/$file; \
fi; \
done;
/usr/bin/gzip
Making install in Fonts ...
mkdir -p /usr/GNUstep/Local/Library/Fonts
for file in Helvetica.nfont; do \
(tar cfX - /usr/GNUstep/System/Library/Makefiles/tar-exclude-list $file) | (cd /usr/GNUstep/Local/Library/Fonts; tar xf -) ;\
done


On Wed, Nov 3, 2010 at 1:39 PM, Fred Kiefer <fredkiefer@gmx.de> wrote:
According to this post
http://mail-index.netbsd.org/pkgsrc-bugs/2010/02/13/msg036178.html this
seems to be a link issue on NetBSD. You should recompile GNUstep back
and watch carefully for any hint in the compiler/linker output.


Am 03.11.2010 04:26, schrieb Nick Allgood:
> Re-sent as my email was having difficulties.. sorry if it's a duplicate!
>
> So I managed to compile the 4 major gnustep core files without much issue on
> netbsd 5.0.2 as well as GWorkspace, Gorm, and ProjectCenter. When I try to
> run those 3 applications I get a nasty error and the applications don't
> start.. please see below:
>
> # Gorm/usr/GNUstep/Local/Library/Bundles/libgnustep-back-018.bundle/./libgnustep-back-018:
> Undefined PLT symbol "FTC_Manager_New" (symnum = 396)#
> ProjectCenter/usr/GNUstep/Local/Library/Bundles/libgnustep-back-018.bundle/./libgnustep-back-018:
> Undefined PLT symbol "FTC_Manager_New" (symnum = 396)#
> GWorkspace/usr/GNUstep/Local/Library/Bundles/libgnustep-back-018.bundle/./libgnustep-back-018:
> Undefined PLT symbol "FTC_Manager_New" (symnum = 396)
>
>
> Any help/insight would be appreciated!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]