[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #33022] corebase doesn't compile on OpenBSD
From: |
Sebastian Reitenbach |
Subject: |
[bug #33022] corebase doesn't compile on OpenBSD |
Date: |
Sun, 05 Jun 2011 16:15:48 +0000 |
User-agent: |
Mozilla/5.0 (X11; OpenBSD i386; rv:2.0) Gecko/20100101 Firefox/4.0 |
Follow-up Comment #3, bug #33022 (project gnustep):
Hi,
thanks for fixing it. Now it compiles well on i386, using gcc-4.2.1. I'll test
on sparc using gcc-2.95 later this week, in case you may be interested whether
it works.
The only warning I still get is the following
cc CFBundle.m -c
-MMD -MP -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1
-DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fPIC -g -DDEBUG
-fno-omit-frame-pointer -Wall -DGSWARN -DGSDIAGNOSE -Wno-import
-fno-stack-protector -fgnu-runtime -fconstant-string-class=NSConstantString
-I../Headers -I. -I/usr/local/include
-I/gnustep-corebase-0.1_writes_to_HOME/GNUstep/Library/Headers
-I/usr/local/include
-o obj/libgnustep-corebase.obj/CFBundle.m.o
CFBundle.m: In function 'CFBundleCopyDebugDesc':
CFBundle.m:60: warning: return from incompatible pointer type
CFBundle.m: In function 'CFBundleGetFunctionPointerForName':
CFBundle.m:112: warning: invalid receiver type 'CFStringRef'
CFBundle.m: In function 'CFBundleGetDataPointerForName':
CFBundle.m:119: warning: invalid receiver type 'CFStringRef'
And the second problem I got now is with linking. It doesn't find -luuid. On
OpenBSD, the e2fsprogs libuuid is installed as libe2fs-uuid.so. Its the same
problem I have with simpleagenda, which also has this dependency. So switching
-luuid to -le2fs-uuid fixed this for me.
cheers,
Sebastian
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?33022>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #33022] corebase doesn't compile on OpenBSD,
Sebastian Reitenbach <=