Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 645970 Details for
Bug 729370
media-libs/openctm-1.0.3 - image.cpp:30:10: fatal error: jpeglib.h: No such file or directory
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 33.38 KB, created by
John Helmert III
on 2020-06-24 06:12:43 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
John Helmert III
Created:
2020-06-24 06:12:43 UTC
Size:
33.38 KB
patch
obsolete
> * Package: media-libs/openctm-1.0.3 > * Repository: gentoo > * Maintainer: amynka@gentoo.org 3dprint@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >Unable to configure loopback interface: Operation not permitted >>>> Unpacking source... >>>> Unpacking openctm_1.0.3+dfsg1.orig.tar.bz2 to /var/tmp/portage/media-libs/openctm-1.0.3/work >>>> Source unpacked in /var/tmp/portage/media-libs/openctm-1.0.3/work >Unable to configure loopback interface: Operation not permitted >>>> Preparing source in /var/tmp/portage/media-libs/openctm-1.0.3/work/OpenCTM-1.0.3 ... > * Applying openctm-fix-makefiles.patch ... > [ ok ] > * Applying openctm-no-strip.patch ... > [ ok ] >>>> Source prepared. >Unable to configure loopback interface: Operation not permitted >>>> Configuring source in /var/tmp/portage/media-libs/openctm-1.0.3/work/OpenCTM-1.0.3 ... >>>> Source configured. >Unable to configure loopback interface: Operation not permitted >>>> Compiling source in /var/tmp/portage/media-libs/openctm-1.0.3/work/OpenCTM-1.0.3 ... >make -j8 CC=x86_64-pc-linux-gnu-gcc CXX=x86_64-pc-linux-gnu-g++ >cd lib && make -f Makefile.linux -j2 && cd .. >cd tools && make -f Makefile.linux -j2 && cd .. >make[1]: warning: -j2 forced in submake: resetting jobserver mode. >make[1]: warning: -j2 forced in submake: resetting jobserver mode. >make[1]: Entering directory '/var/tmp/portage/media-libs/openctm-1.0.3/work/OpenCTM-1.0.3/tools' >x86_64-pc-linux-gnu-g++ -fdiagnostics-color=never -W -Wall `pkg-config --cflags gtk+-2.0` -I../lib -Irply -I/usr/include/GL -c -o ctmconv.o ctmconv.cpp >make[1]: Entering directory '/var/tmp/portage/media-libs/openctm-1.0.3/work/OpenCTM-1.0.3/lib' >x86_64-pc-linux-gnu-gcc -fdiagnostics-color=never -W -Wall -c -fPIC -std=c99 -pedantic -DOPENCTM_BUILD -Iliblzma -DLZMA_PREFIX_CTM openctm.c >x86_64-pc-linux-gnu-g++ -fdiagnostics-color=never -W -Wall `pkg-config --cflags gtk+-2.0` -I../lib -Irply -I/usr/include/GL -c -o common.o common.cpp >x86_64-pc-linux-gnu-gcc -fdiagnostics-color=never -W -Wall -c -fPIC -std=c99 -pedantic -DOPENCTM_BUILD -Iliblzma -DLZMA_PREFIX_CTM stream.c >x86_64-pc-linux-gnu-gcc -fdiagnostics-color=never -W -Wall -c -fPIC -std=c99 -pedantic -DOPENCTM_BUILD -Iliblzma -DLZMA_PREFIX_CTM compressRAW.c >x86_64-pc-linux-gnu-gcc -fdiagnostics-color=never -W -Wall -c -fPIC -std=c99 -pedantic -DOPENCTM_BUILD -Iliblzma -DLZMA_PREFIX_CTM compressMG1.c >x86_64-pc-linux-gnu-gcc -fdiagnostics-color=never -W -Wall -c -fPIC -std=c99 -pedantic -DOPENCTM_BUILD -Iliblzma -DLZMA_PREFIX_CTM compressMG2.c >x86_64-pc-linux-gnu-gcc -fdiagnostics-color=never -W -Wall -c -fPIC -std=c99 -pedantic -DLZMA_PREFIX_CTM liblzma/Alloc.c >x86_64-pc-linux-gnu-gcc -fdiagnostics-color=never -W -Wall -c -fPIC -std=c99 -pedantic -DLZMA_PREFIX_CTM liblzma/LzFind.c >x86_64-pc-linux-gnu-gcc -fdiagnostics-color=never -W -Wall -c -fPIC -std=c99 -pedantic -DLZMA_PREFIX_CTM liblzma/LzmaDec.c >x86_64-pc-linux-gnu-g++ -fdiagnostics-color=never -W -Wall `pkg-config --cflags gtk+-2.0` -I../lib -Irply -I/usr/include/GL -c -o systimer.o systimer.cpp >x86_64-pc-linux-gnu-gcc -fdiagnostics-color=never -W -Wall -c -fPIC -std=c99 -pedantic -DLZMA_PREFIX_CTM liblzma/LzmaEnc.c >liblzma/LzmaEnc.c: In function âLzmaEnc_Allocâ: >liblzma/LzmaEnc.c:1922:8: warning: variable âbtModeâ set but not used [-Wunused-but-set-variable] > 1922 | Bool btMode; > | ^~~~~~ >x86_64-pc-linux-gnu-gcc -fdiagnostics-color=never -W -Wall -c -fPIC -std=c99 -pedantic -DLZMA_PREFIX_CTM liblzma/LzmaLib.c >ctmconv.cpp: In function âvoid PreProcessMesh(Mesh&, Options&)â: >ctmconv.cpp:60:36: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 60 | nX = Vector3(0.0f, 0.0f, 1.0f); > | ^ >In file included from ctmconv.cpp:38: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >ctmconv.cpp:61:36: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 61 | nY = Vector3(0.0f, 1.0f, 0.0f); > | ^ >In file included from ctmconv.cpp:38: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >ctmconv.cpp:62:37: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 62 | nZ = Vector3(-1.0f, 0.0f, 0.0f); > | ^ >In file included from ctmconv.cpp:38: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >ctmconv.cpp:65:36: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 65 | nX = Vector3(1.0f, 0.0f, 0.0f); > | ^ >In file included from ctmconv.cpp:38: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >ctmconv.cpp:66:36: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 66 | nY = Vector3(0.0f, 0.0f, 1.0f); > | ^ >In file included from ctmconv.cpp:38: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >ctmconv.cpp:67:37: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 67 | nZ = Vector3(0.0f, -1.0f, 0.0f); > | ^ >In file included from ctmconv.cpp:38: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >ctmconv.cpp:70:36: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 70 | nX = Vector3(1.0f, 0.0f, 0.0f); > | ^ >In file included from ctmconv.cpp:38: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >ctmconv.cpp:71:36: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 71 | nY = Vector3(0.0f, 1.0f, 0.0f); > | ^ >In file included from ctmconv.cpp:38: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >ctmconv.cpp:72:36: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 72 | nZ = Vector3(0.0f, 0.0f, 1.0f); > | ^ >In file included from ctmconv.cpp:38: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >ctmconv.cpp:75:37: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 75 | nX = Vector3(0.0f, 0.0f, -1.0f); > | ^ >In file included from ctmconv.cpp:38: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >ctmconv.cpp:76:36: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 76 | nY = Vector3(0.0f, 1.0f, 0.0f); > | ^ >In file included from ctmconv.cpp:38: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >ctmconv.cpp:77:36: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 77 | nZ = Vector3(1.0f, 0.0f, 0.0f); > | ^ >In file included from ctmconv.cpp:38: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >ctmconv.cpp:80:36: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 80 | nX = Vector3(1.0f, 0.0f, 0.0f); > | ^ >In file included from ctmconv.cpp:38: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >ctmconv.cpp:81:37: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 81 | nY = Vector3(0.0f, 0.0f, -1.0f); > | ^ >In file included from ctmconv.cpp:38: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >ctmconv.cpp:82:36: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 82 | nZ = Vector3(0.0f, 1.0f, 0.0f); > | ^ >In file included from ctmconv.cpp:38: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >ctmconv.cpp:85:37: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 85 | nX = Vector3(-1.0f, 0.0f, 0.0f); > | ^ >In file included from ctmconv.cpp:38: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >ctmconv.cpp:86:36: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 86 | nY = Vector3(0.0f, 1.0f, 0.0f); > | ^ >In file included from ctmconv.cpp:38: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >ctmconv.cpp:87:37: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 87 | nZ = Vector3(0.0f, 0.0f, -1.0f); > | ^ >In file included from ctmconv.cpp:38: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >ctmconv.cpp:90:22: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 90 | vX = nX * aOptions.mScale; > | ^~~~~~ >In file included from ctmconv.cpp:38: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >ctmconv.cpp:91:22: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 91 | vY = nY * aOptions.mScale; > | ^~~~~~ >In file included from ctmconv.cpp:38: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >ctmconv.cpp:92:22: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 92 | vZ = nZ * aOptions.mScale; > | ^~~~~~ >In file included from ctmconv.cpp:38: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >ctmconv.cpp:102:50: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 102 | vZ * aMesh.mVertices[i].z; > | ^ >In file included from ctmconv.cpp:38: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >ctmconv.cpp:110:50: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 110 | nZ * aMesh.mNormals[i].z; > | ^ >In file included from ctmconv.cpp:38: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >x86_64-pc-linux-gnu-g++ -fdiagnostics-color=never -W -Wall `pkg-config --cflags gtk+-2.0` -I../lib -Irply -I/usr/include/GL -c -o convoptions.o convoptions.cpp >x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,libopenctm.so.1 -o libopenctm.so.1.0.3 openctm.o stream.o compressRAW.o compressMG1.o compressMG2.o Alloc.o LzFind.o LzmaDec.o LzmaEnc.o LzmaLib.o -lm >ln -s libopenctm.so.1.0.3 libopenctm.so.1 >ln -s libopenctm.so.1.0.3 libopenctm.so >make[1]: Leaving directory '/var/tmp/portage/media-libs/openctm-1.0.3/work/OpenCTM-1.0.3/lib' >x86_64-pc-linux-gnu-g++ -fdiagnostics-color=never -W -Wall `pkg-config --cflags gtk+-2.0` -I../lib -Irply -I/usr/include/GL -c -o mesh.o mesh.cpp >x86_64-pc-linux-gnu-g++ -fdiagnostics-color=never -W -Wall `pkg-config --cflags gtk+-2.0` -I../lib -Irply -I/usr/include/GL -c -o meshio.o meshio.cpp >mesh.cpp: In member function âvoid Mesh::CalculateNormals(Mesh::NormalCalcAlgo)â: >mesh.cpp:169:43: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 169 | mNormals[i] = Vector3(0.0f, 0.0f, 0.0f); > | ^ >In file included from mesh.cpp:31: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >mesh.cpp:180:40: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 180 | flatNormal = Normalize(flatNormal); > | ^ >In file included from mesh.cpp:31: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >mesh.cpp:189:40: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 189 | mNormals[i] = Normalize(mNormals[i]); > | ^ >In file included from mesh.cpp:31: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >mesh.cpp: In member function âvoid Mesh::BoundingBox(Vector3&, Vector3&)â: >mesh.cpp:196:43: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 196 | aMin = aMax = Vector3(0.0f, 0.0f, 0.0f); > | ^ >In file included from mesh.cpp:31: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >mesh.cpp:196:43: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 196 | aMin = aMax = Vector3(0.0f, 0.0f, 0.0f); > | ^ >In file included from mesh.cpp:31: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >mesh.cpp:198:30: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 198 | aMin = aMax = mVertices[0]; > | ^ >In file included from mesh.cpp:31: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >mesh.cpp:198:30: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 198 | aMin = aMax = mVertices[0]; > | ^ >In file included from mesh.cpp:31: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >x86_64-pc-linux-gnu-g++ -fdiagnostics-color=never -W -Wall `pkg-config --cflags gtk+-2.0` -I../lib -Irply -I/usr/include/GL -c -o ctm.o ctm.cpp >x86_64-pc-linux-gnu-g++ -fdiagnostics-color=never -W -Wall `pkg-config --cflags gtk+-2.0` -I../lib -Irply -I/usr/include/GL -c -o ply.o ply.cpp >x86_64-pc-linux-gnu-gcc -fdiagnostics-color=never -c -O2 -W -Irply -o rply.o rply/rply.c >x86_64-pc-linux-gnu-g++ -fdiagnostics-color=never -W -Wall `pkg-config --cflags gtk+-2.0` -I../lib -Irply -I/usr/include/GL -c -o stl.o stl.cpp >x86_64-pc-linux-gnu-g++ -fdiagnostics-color=never -W -Wall `pkg-config --cflags gtk+-2.0` -I../lib -Irply -I/usr/include/GL -c -o 3ds.o 3ds.cpp >stl.cpp: In function âvoid Import_STL(const char*, Mesh*)â: >stl.cpp:178:88: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 178 | aMesh->mVertices[vertIdx] = Vector3(firstEqual->x, firstEqual->y, firstEqual->z); > | ^ >In file included from stl.h:31, > from stl.cpp:33: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >stl.cpp: In function âvoid Export_STL(const char*, Mesh*, Options&)â: >stl.cpp:190:64: warning: unused parameter âaOptionsâ [-Wunused-parameter] > 190 | void Export_STL(const char * aFileName, Mesh * aMesh, Options &aOptions) > | ~~~~~~~~~^~~~~~~~ >3ds.cpp: In function âvoid Import_3DS(const char*, Mesh*)â: >3ds.cpp:239:44: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 239 | obj->mVertices[i] = ReadVector3(f); > | ^ >In file included from 3ds.h:31, > from 3ds.cpp:32: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >3ds.cpp:253:44: warning: implicitly-declared âconstexpr Vector2& Vector2::operator=(const Vector2&)â is deprecated [-Wdeprecated-copy] > 253 | obj->mUVCoords[i] = ReadVector2(f); > | ^ >In file included from 3ds.h:31, > from 3ds.cpp:32: >mesh.h:47:5: note: because âVector2â has user-provided âVector2::Vector2(const Vector2&)â > 47 | Vector2(const Vector2 &a) > | ^~~~~~~ >3ds.cpp:301:58: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 301 | aMesh->mVertices[vertOffset + i] = (*o).mVertices[i]; > | ^ >In file included from 3ds.h:31, > from 3ds.cpp:32: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >3ds.cpp:306:63: warning: implicitly-declared âconstexpr Vector2& Vector2::operator=(const Vector2&)â is deprecated [-Wdeprecated-copy] > 306 | aMesh->mTexCoords[vertOffset + i] = (*o).mUVCoords[i]; > | ^ >In file included from 3ds.h:31, > from 3ds.cpp:32: >mesh.h:47:5: note: because âVector2â has user-provided âVector2::Vector2(const Vector2&)â > 47 | Vector2(const Vector2 &a) > | ^~~~~~~ >3ds.cpp:309:65: warning: implicitly-declared âconstexpr Vector2& Vector2::operator=(const Vector2&)â is deprecated [-Wdeprecated-copy] > 309 | aMesh->mTexCoords[vertOffset + i] = Vector2(0.0f, 0.0f); > | ^ >In file included from 3ds.h:31, > from 3ds.cpp:32: >mesh.h:47:5: note: because âVector2â has user-provided âVector2::Vector2(const Vector2&)â > 47 | Vector2(const Vector2 &a) > | ^~~~~~~ >x86_64-pc-linux-gnu-g++ -fdiagnostics-color=never -W -Wall `pkg-config --cflags gtk+-2.0` -I../lib -Irply -I/usr/include/GL -c -o dae.o dae.cpp >x86_64-pc-linux-gnu-g++ -fdiagnostics-color=never -W -Wall `pkg-config --cflags gtk+-2.0` -I../lib -Irply -I/usr/include/GL -c -o obj.o obj.cpp >dae.cpp: In function âvoid Import_DAE(const char*, Mesh*)â: >dae.cpp:460:59: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 460 | aMesh->mVertices[vertexOff + i] = vertVector[i]; > | ^ >In file included from dae.h:31, > from dae.cpp:37: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >dae.cpp:463:60: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 463 | aMesh->mNormals[normalOff + i] = normalVector[i]; > | ^ >In file included from dae.h:31, > from dae.cpp:37: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >dae.cpp:466:66: warning: implicitly-declared âconstexpr Vector2& Vector2::operator=(const Vector2&)â is deprecated [-Wdeprecated-copy] > 466 | aMesh->mTexCoords[texcoordOff + i] = texcoordVector[i]; > | ^ >In file included from dae.h:31, > from dae.cpp:37: >mesh.h:47:5: note: because âVector2â has user-provided âVector2::Vector2(const Vector2&)â > 47 | Vector2(const Vector2 &a) > | ^~~~~~~ >obj.cpp: In function âvoid Import_OBJ(const char*, Mesh*)â: >obj.cpp:243:66: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 243 | aMesh->mVertices[nodes[0][0]] = verticesArray[nodes[0][0]]; > | ^ >In file included from obj.h:31, > from obj.cpp:35: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >obj.cpp:244:66: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 244 | aMesh->mVertices[nodes[1][0]] = verticesArray[nodes[1][0]]; > | ^ >In file included from obj.h:31, > from obj.cpp:35: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >obj.cpp:245:66: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 245 | aMesh->mVertices[nodes[2][0]] = verticesArray[nodes[2][0]]; > | ^ >In file included from obj.h:31, > from obj.cpp:35: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >obj.cpp:248:70: warning: implicitly-declared âconstexpr Vector2& Vector2::operator=(const Vector2&)â is deprecated [-Wdeprecated-copy] > 248 | aMesh->mTexCoords[nodes[0][0]] = texCoordsArray[nodes[0][1]]; > | ^ >In file included from obj.h:31, > from obj.cpp:35: >mesh.h:47:5: note: because âVector2â has user-provided âVector2::Vector2(const Vector2&)â > 47 | Vector2(const Vector2 &a) > | ^~~~~~~ >obj.cpp:249:70: warning: implicitly-declared âconstexpr Vector2& Vector2::operator=(const Vector2&)â is deprecated [-Wdeprecated-copy] > 249 | aMesh->mTexCoords[nodes[1][0]] = texCoordsArray[nodes[1][1]]; > | ^ >In file included from obj.h:31, > from obj.cpp:35: >mesh.h:47:5: note: because âVector2â has user-provided âVector2::Vector2(const Vector2&)â > 47 | Vector2(const Vector2 &a) > | ^~~~~~~ >obj.cpp:250:70: warning: implicitly-declared âconstexpr Vector2& Vector2::operator=(const Vector2&)â is deprecated [-Wdeprecated-copy] > 250 | aMesh->mTexCoords[nodes[2][0]] = texCoordsArray[nodes[2][1]]; > | ^ >In file included from obj.h:31, > from obj.cpp:35: >mesh.h:47:5: note: because âVector2â has user-provided âVector2::Vector2(const Vector2&)â > 47 | Vector2(const Vector2 &a) > | ^~~~~~~ >obj.cpp:254:66: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 254 | aMesh->mNormals[nodes[0][0]] = normalsArray[nodes[0][2]]; > | ^ >In file included from obj.h:31, > from obj.cpp:35: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >obj.cpp:255:66: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 255 | aMesh->mNormals[nodes[1][0]] = normalsArray[nodes[1][2]]; > | ^ >In file included from obj.h:31, > from obj.cpp:35: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >obj.cpp:256:66: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 256 | aMesh->mNormals[nodes[2][0]] = normalsArray[nodes[2][2]]; > | ^ >In file included from obj.h:31, > from obj.cpp:35: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >x86_64-pc-linux-gnu-g++ -fdiagnostics-color=never -W -Wall `pkg-config --cflags gtk+-2.0` -I../lib -Irply -I/usr/include/GL -c -o lwo.o lwo.cpp >lwo.cpp: In function âvoid Import_LWO(const char*, Mesh*)â: >lwo.cpp:324:26: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 324 | pivot = ReadVEC12(f); // pivot > | ^ >In file included from lwo.h:31, > from lwo.cpp:32: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >lwo.cpp:341:46: warning: implicitly-declared âconstexpr Vector3& Vector3::operator=(const Vector3&)â is deprecated [-Wdeprecated-copy] > 341 | aMesh->mVertices[i] = ReadVEC12(f) + pivot; > | ^~~~~ >In file included from lwo.h:31, > from lwo.cpp:32: >mesh.h:67:5: note: because âVector3â has user-provided âVector3::Vector3(const Vector3&)â > 67 | Vector3(const Vector3 &a) > | ^~~~~~~ >lwo.cpp:430:61: warning: implicitly-declared âconstexpr Vector4& Vector4::operator=(const Vector4&)â is deprecated [-Wdeprecated-copy] > 430 | aMesh->mColors[i] = Vector4(1.0f, 1.0f, 1.0f, 1.0f); > | ^ >In file included from lwo.h:31, > from lwo.cpp:32: >mesh.h:114:5: note: because âVector4â has user-provided âVector4::Vector4(const Vector4&)â > 114 | Vector4(const Vector4 &a) > | ^~~~~~~ >lwo.cpp:453:35: warning: implicitly-declared âconstexpr Vector4& Vector4::operator=(const Vector4&)â is deprecated [-Wdeprecated-copy] > 453 | aMesh->mColors[idx] = col; > | ^~~ >In file included from lwo.h:31, > from lwo.cpp:32: >mesh.h:114:5: note: because âVector4â has user-provided âVector4::Vector4(const Vector4&)â > 114 | Vector4(const Vector4 &a) > | ^~~~~~~ >lwo.cpp:462:52: warning: implicitly-declared âconstexpr Vector2& Vector2::operator=(const Vector2&)â is deprecated [-Wdeprecated-copy] > 462 | aMesh->mTexCoords[i] = Vector2(0.0f, 0.0f); > | ^ >In file included from lwo.h:31, > from lwo.cpp:32: >mesh.h:47:5: note: because âVector2â has user-provided âVector2::Vector2(const Vector2&)â > 47 | Vector2(const Vector2 &a) > | ^~~~~~~ >lwo.cpp:475:38: warning: implicitly-declared âconstexpr Vector2& Vector2::operator=(const Vector2&)â is deprecated [-Wdeprecated-copy] > 475 | aMesh->mTexCoords[idx] = texCoord; > | ^~~~~~~~ >In file included from lwo.h:31, > from lwo.cpp:32: >mesh.h:47:5: note: because âVector2â has user-provided âVector2::Vector2(const Vector2&)â > 47 | Vector2(const Vector2 &a) > | ^~~~~~~ >lwo.cpp:497:57: warning: implicitly-declared âconstexpr Vector4& Vector4::operator=(const Vector4&)â is deprecated [-Wdeprecated-copy] > 497 | aMesh->mColors[i] = Vector4(1.0f, 1.0f, 1.0f, 1.0f); > | ^ >In file included from lwo.h:31, > from lwo.cpp:32: >mesh.h:114:5: note: because âVector4â has user-provided âVector4::Vector4(const Vector4&)â > 114 | Vector4(const Vector4 &a) > | ^~~~~~~ >lwo.cpp:506:48: warning: implicitly-declared âconstexpr Vector2& Vector2::operator=(const Vector2&)â is deprecated [-Wdeprecated-copy] > 506 | aMesh->mTexCoords[i] = Vector2(0.0f, 0.0f); > | ^ >In file included from lwo.h:31, > from lwo.cpp:32: >mesh.h:47:5: note: because âVector2â has user-provided âVector2::Vector2(const Vector2&)â > 47 | Vector2(const Vector2 &a) > | ^~~~~~~ >x86_64-pc-linux-gnu-g++ -fdiagnostics-color=never -W -Wall `pkg-config --cflags gtk+-2.0` -I../lib -Irply -I/usr/include/GL -c -o off.o off.cpp >x86_64-pc-linux-gnu-g++ -fdiagnostics-color=never -W -Wall `pkg-config --cflags gtk+-2.0` -I../lib -Irply -I/usr/include/GL -c -o wrl.o wrl.cpp >wrl.cpp: In function âvoid Export_WRL(const char*, Mesh*, Options&)â: >wrl.cpp:226:64: warning: unused parameter âaOptionsâ [-Wunused-parameter] > 226 | void Export_WRL(const char * aFileName, Mesh * aMesh, Options &aOptions) > | ~~~~~~~~~^~~~~~~~ >x86_64-pc-linux-gnu-g++ -fdiagnostics-color=never -W -Wall `pkg-config --cflags gtk+-2.0` -I../lib -Irply -I/usr/include/GL -Wl,-O1 -Wl,--as-needed -Os -W -Wall -o bin2c bin2c.cpp >x86_64-pc-linux-gnu-g++ -fdiagnostics-color=never -W -Wall `pkg-config --cflags gtk+-2.0` -I../lib -Irply -I/usr/include/GL -c -o image.o image.cpp >image.cpp:30:10: fatal error: jpeglib.h: No such file or directory > 30 | #include <jpeglib.h> > | ^~~~~~~~~~~ >compilation terminated. >make[1]: *** [Makefile.linux:66: image.o] Error 1 >make[1]: *** Waiting for unfinished jobs.... >make[1]: Leaving directory '/var/tmp/portage/media-libs/openctm-1.0.3/work/OpenCTM-1.0.3/tools' >make: *** [Makefile:43: toolset] Error 2 > * ERROR: media-libs/openctm-1.0.3::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=media-libs/openctm-1.0.3::gentoo'`, > * the complete build log and the output of `emerge -pqv '=media-libs/openctm-1.0.3::gentoo'`. > * The complete build log is located at '/var/tmp/portage/media-libs/openctm-1.0.3/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/media-libs/openctm-1.0.3/temp/environment'. > * Working directory: '/var/tmp/portage/media-libs/openctm-1.0.3/work/OpenCTM-1.0.3' > * S: '/var/tmp/portage/media-libs/openctm-1.0.3/work/OpenCTM-1.0.3'
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 Raw
Actions:
View
Attachments on
bug 729370
: 645970