LubosD / darling-overlay

Darling overlay for Gentoo Linux
http://darling.dolezel.info
12 stars 5 forks source link

add gnustep-opal #2

Closed ustcscgy closed 11 years ago

ustcscgy commented 11 years ago

In darling project, src/dyld/CMakeLists.txt :

if (DEBUG)
    set(dyld_SRCS
        ${dyld_SRCS}
        UndefinedFunction.cpp
    )

endif (DEBUG)

cause an error when linking dyld:

darling/src/dyld/MachOMgr.cpp:(.text+0x1ba9): undefined reference to `UndefMgr::~UndefMgr()'
darling/src/dyld/MachOMgr.cpp:(.text+0x1be3): undefined reference to `UndefMgr::UndefMgr(int)'
LubosD commented 11 years ago

dyld linking problem fixed in Darling directly.

Removed the libopal requirement in Darling - currently, it doesn't help anything, it only breaks things. This will hopefully change when Ivan is done with his work on CoreGraphics integration (in GNUstep).