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 have been compiling stuff at least the last ten days XD...but this one really confused me.
When I tried to make a general run of cmake over the pcc package, i get:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
GMPXX_LIBRARIES
linked by target "rphp-runtime" in directory /Users/Ingwie/Work/compile/ppc/runtime
linked by target "rphp-pVar-speed" in directory /Users/Ingwie/Work/compile/ppc/runtime/test
What, is that? I mean, what is missing?
Kind regards!
The text was updated successfully, but these errors were encountered:
Same, haven't gotten this compiling in recent time. Open to pull requests. You should know this project doesn't do much of interest, though (it will not run your php code). If you're looking for a php static analyzer, though, you can try my corvus project which is current.
Well, AFAIK, Roadsend allows one to compile their PHP code (probably by combining the PHP binary with the script in some way). And that is what I need - a stand-alone PHP solution. But since this wont even cmake right, I have started an own little project. But if I find a fix for this issue, I will send in a pull request. :)
Am 16.09.2013 um 17:05 schrieb Shannon Weyrick [email protected]:
Same, haven't gotten this compiling in recent time. Open to pull requests. You should know this project doesn't do much of interest, though (it will not run your php code). If you're looking for a php static analyzer, though, you can try my corvus project which is current.
—
Reply to this email directly or view it on GitHub.
Hey there!
I have been compiling stuff at least the last ten days XD...but this one really confused me.
When I tried to make a general run of cmake over the pcc package, i get:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
GMPXX_LIBRARIES
linked by target "rphp-runtime" in directory /Users/Ingwie/Work/compile/ppc/runtime
linked by target "rphp-pVar-speed" in directory /Users/Ingwie/Work/compile/ppc/runtime/test
What, is that? I mean, what is missing?
Kind regards!
The text was updated successfully, but these errors were encountered: