Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 698301 Details for
Bug 779160
sci-visualization/opendx-4.4.4-r7 - user.c:(.text+<snip>): undefined reference to m_AmbientLight
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix the undefined references.
opendx-link.patch (text/plain), 1.74 KB, created by
orbea
on 2021-04-07 19:07:06 UTC
(
hide
)
Description:
Patch to fix the undefined references.
Filename:
MIME Type:
Creator:
orbea
Created:
2021-04-07 19:07:06 UTC
Size:
1.74 KB
patch
obsolete
>commit f38360e01fa50658a6eddd4dee549eb1f4e73eb2 >Author: orbea <orbea@riseup.net> >Date: Wed Apr 7 11:42:21 2021 -0700 > > build: Fix undefined references with slibtool. > >diff --git a/src/exec/dpexec/Makefile.am b/src/exec/dpexec/Makefile.am >index 9f37d05..bd8aefe 100644 >--- a/src/exec/dpexec/Makefile.am >+++ b/src/exec/dpexec/Makefile.am >@@ -33,6 +33,8 @@ libDPEXECclm_la_SOURCES = \ > crc.c d.c exobject.c function.c license.c loader.c macro.c \ > dpparse.c userinter.c utils.c optarg.c sfile.c ddx.c > >+libDPEXEC_la_LIBADD = ../dxmods/libuser.la >+ > EXTRA_DIST = local.mk dxThreadMain.cpp dxThreadMain.h tmainUtil.cpp tmainUtil.h > > $(OBJECTS): yuiif.c yuiif.h >diff --git a/src/exec/dxexec/Makefile.am b/src/exec/dxexec/Makefile.am >index 9bc4260..1971965 100644 >--- a/src/exec/dxexec/Makefile.am >+++ b/src/exec/dxexec/Makefile.am >@@ -12,10 +12,10 @@ libDXEXEC_la_CFLAGS = $(AM_CFLAGS) > bindir = $(libdir)/dx/bin_@ARCH@ > bin_PROGRAMS = dxexec > >-dxexec_LDADD = ../dpexec/libDPEXEC.la ../dxmods/libDXMODS.la ../dxmods/user.lo \ >- ../dxmods/libDXMODSN.la ../libdx/libLIBDX.la ../libdx/mem.lo \ >- ../libdx/memory.lo ../hwrender/libHW.la ../hwrender/opengl/libOPENGL.la >-dxexec_LDFLAGS = @DXEXEC_EXP@ >+dxexec_LDADD = ../dpexec/libDPEXEC.la ../dxmods/libDXMODS.la \ >+ ../dxmods/libDXMODSN.la ../libdx/libLIBDX.la ../libdx/libmem.la \ >+ ../hwrender/libHW.la ../hwrender/opengl/libOPENGL.la >+dxexec_LDFLAGS = @DXEXEC_EXP@ -no-undefined > dxexec_SOURCES = main.c > > EXTRA_DIST = tmain.cpp >diff --git a/src/exec/dxmods/Makefile.am b/src/exec/dxmods/Makefile.am >index 210f310..23d9682 100644 >--- a/src/exec/dxmods/Makefile.am >+++ b/src/exec/dxmods/Makefile.am >@@ -113,4 +113,6 @@ libDXMODS_la_SOURCES = \ > $(SOURCES6) \ > $(SOURCES7) > >+libDXMODS_la_LIBAD = libuser.la >+ > @LOCALMAKE@
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 779160
:
696102
|
696105
|
696108
|
696111
|
696114
|
696117
|
696120
|
698295
|
698298
|
698301
|
698304
|
698307
|
698310