Open Martinfx opened 2 years ago
Just guessing:
Is it trying to link against glog installed through ports (/usr/local/lib)?
I have installed glog in /usr/local/lib
-L/usr/local/lib
should come after all the natron-specific libraries (last one is -ltess
. My guess is that you have that in your links flags, and you should remove it from there and make sure it comes just after -ltess
on that link line
But it is Natron's build system that arranges compiler flags that way?
Make sure to follow our issue report guidelines
Natron version
v2.5.0-alpha.2
Operating system
FreeBSD 13.1
System specs
CPU: AMD Ryzen 5 1600 Six-Core Processor (3200.28-MHz K8-class CPU) Origin="AuthenticAMD" Id=0x800f11 Family=0x17 Model=0x1 Stepping=1 Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT> Features2=0x7ed8320b<SSE3,PCLMULQDQ,MON,SSSE3,FMA,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND> AMD Features=0x2e500800<SYSCALL,NX,MMX+,FFXSR,Page1GB,RDTSCP,LM> AMD Features2=0x35c233ff<LAHF,CMP,SVM,ExtAPIC,CR8,ABM,SSE4A,MAS,Prefetch,OSVW,SKINIT,WDT,TCE,Topology,PCXC,PNXC,DBE,PL2I,MWAITX> Structured Extended Features=0x209c01a9<FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA> XSAVE Features=0xf<XSAVEOPT,XSAVEC,XINUSE,XSAVES> AMD Extended Feature Extensions ID EBX=0x1007<CLZERO,IRPerf,XSaveErPtr,IBPB> SVM: NP,NRIP,VClean,AFlush,DAssist,NAsids=32768 TSC: P-state invariant, performance statistics real memory = 8589934592 (8192 MB) avail memory = 8231763968 (7850 MB)
Did you install Natron using the official installer?
Custom installation path
No response
What were you trying to do?
Normal test compilation and make port to freshport back
What did you expect to happen? What happened instead?
Normal compilation but undefined symbol
Step-by-step reproduction instructions
Additional details
No response