You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently trying to use PBRT v3 on several operating systems and one of them is FreeBSD. While trying to install PBRT I found several issues. The issues that I found are:
Issue on PTEX project because alloca.h was not found. I have raised an issue and PR on that repo.
After the above has been circumvented, there was an issue related to the following test: Linking CXX executable stacktrace_unittest. I was only able to solve it by removing the following lines of the Google Logging Library. In this commit are the changes that I did.
The text was updated successfully, but these errors were encountered:
Hi,
I'm currently trying to use PBRT v3 on several operating systems and one of them is FreeBSD. While trying to install PBRT I found several issues. The issues that I found are:
alloca.h
was not found. I have raised an issue and PR on that repo.Linking CXX executable stacktrace_unittest
. I was only able to solve it by removing the following lines of the Google Logging Library. In this commit are the changes that I did.The text was updated successfully, but these errors were encountered: