[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #38859] GDL2 build failures on Apple platforms
From: |
Graham Lee |
Subject: |
[bug #38859] GDL2 build failures on Apple platforms |
Date: |
Tue, 30 Apr 2013 14:32:55 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/536.29.13 (KHTML, like Gecko) Version/6.0.4 Safari/536.29.13 |
URL:
<http://savannah.gnu.org/bugs/?38859>
Summary: GDL2 build failures on Apple platforms
Project: GNUstep
Submitted by: leeg
Submitted on: Tue 30 Apr 2013 02:32:54 PM GMT
Category: gdl2
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
Hi,
I'm building GDL2 from r36452 on apple-apple-apple. The build is fine, but
linking fails because it tries to use Linux-style -lFramework instead of
Apple-style -framework Framework flags. I can patch the GNUmakefiles to solve
my problem (example below), but a patch should really support both linker
styles and I don't know how I'd do that.
Thanks,
Graham.
-EOAccess_LIBRARIES_DEPEND_UPON = -lEOControl $(OBJC_LIBS)
+EOAccess_LIBRARIES_DEPEND_UPON = -framework EOControl $(OBJC_LIBS)
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?38859>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #38859] GDL2 build failures on Apple platforms,
Graham Lee <=