tcobbs / ldview

Real-time 3D viewer for displaying LDraw models
https://tcobbs.github.io/ldview/
GNU General Public License v2.0
87 stars 17 forks source link

Build breaks: No such file or directory #51

Closed yurivict closed 3 years ago

yurivict commented 3 years ago
===>  Building for ldview-4.4.b5
--- ../3rdParty/tinyxml/libtinyxml.a ---
--- ../gl2ps/libgl2ps.a ---
--- ../LDLib/libLDraw ---
--- ../TRE/libTRE ---
--- ../TCFoundation/libTCFoundation ---
--- ../LDLoader/libLDLoader ---
--- ../3rdParty/tinyxml/libtinyxml.a ---
cd ../3rdParty/tinyxml ; gmake -f Makefile.pbartfai
--- ../gl2ps/libgl2ps.a ---
cd ../gl2ps ; gmake
--- ../3rdParty/tinyxml/libtinyxml.a ---
cd: ../3rdParty/tinyxml: No such file or directory
--- ../gl2ps/libgl2ps.a ---
cd: ../gl2ps: No such file or directory
--- ../LDLib/libLDraw ---
cd ../LDLib ; gmake POSTFIX=-qt5 "TESTING=-I/usr/local/include/qt5 -fPIC " EXPORT_3DS= USE_CPP11=YES USE_BOOST=NO debug
cd: ../LDLib: No such file or directory
--- ../gl2ps/libgl2ps.a ---
*** [../gl2ps/libgl2ps.a] Error code 2

make[1]: stopped in /disk-samsung/freebsd-ports/cad/ldview/work/ldview-4.4_Beta5
--- ../LDLib/libLDraw ---
*** [../LDLib/libLDraw] Error code 2

make[1]: stopped in /disk-samsung/freebsd-ports/cad/ldview/work/ldview-4.4_Beta5
--- ../3rdParty/tinyxml/libtinyxml.a ---
*** [../3rdParty/tinyxml/libtinyxml.a] Error code 2

make[1]: stopped in /disk-samsung/freebsd-ports/cad/ldview/work/ldview-4.4_Beta5
--- ../TRE/libTRE ---
cd ../TRE ; gmake POSTFIX=-qt5 "TESTING=-I/usr/local/include/qt5 -fPIC " EXPORT_3DS= USE_CPP11=YES USE_BOOST=NO debug
--- ../TCFoundation/libTCFoundation ---
cd ../TCFoundation ; gmake POSTFIX=-qt5 "TESTING=-I/usr/local/include/qt5 -fPIC " EXPORT_3DS= USE_CPP11=YES USE_BOOST=NO debug
--- ../TRE/libTRE ---
cd: ../TRE: No such file or directory
--- ../TCFoundation/libTCFoundation ---
cd: ../TCFoundation: No such file or directory
--- ../TRE/libTRE ---
*** [../TRE/libTRE] Error code 2

make[1]: stopped in /disk-samsung/freebsd-ports/cad/ldview/work/ldview-4.4_Beta5
--- ../TCFoundation/libTCFoundation ---
*** [../TCFoundation/libTCFoundation] Error code 2

make[1]: stopped in /disk-samsung/freebsd-ports/cad/ldview/work/ldview-4.4_Beta5
--- ../LDLoader/libLDLoader ---
cd ../LDLoader ; gmake POSTFIX=-qt5 "TESTING=-I/usr/local/include/qt5 -fPIC " EXPORT_3DS= USE_CPP11=YES USE_BOOST=NO debug
cd: ../LDLoader: No such file or directory
*** [../LDLoader/libLDLoader] Error code 2

make[1]: stopped in /disk-samsung/freebsd-ports/cad/ldview/work/ldview-4.4_Beta5
6 errors

make[1]: stopped in /disk-samsung/freebsd-ports/cad/ldview/work/ldview-4.4_Beta5

It rebuilds libtinyxml even though it is already installed from the package.

OS: FreeBSD 13 clang-11 qt5-qmake-5.15.2

pbartfai commented 3 years ago

I have created a shell script to build FreeBSD package. Please try and use QT/freebsd.sh script. It works well on my FreeBSD.

tcobbs commented 3 years ago

I don't know what yuri@FreeBSD is, but I'm pretty sure this isn't something I set up. I thought you set it up.

--Travis

On Mon, Jun 7, 2021 at 1:36 AM Peter Bartfai @.***> wrote:

I have created a shell script to build FreeBSD package. Please try and use QT/freebsd.sh script. It works well on my FreeBSD.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/tcobbs/ldview/issues/51#issuecomment-855726865, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE4BDKJLTYVIQKXW5ODWLVTTRSAHHANCNFSM46GGNWUQ .

yurivict commented 3 years ago

It builds now, thanks!