Maxwell175
Maxwell175
@thinkrapido I believe Kay Hayen is asking for the full output from that command, because it shows some extra information about the OS.
Is it possible to just static link Qt to overcome the version gap?
Well... if you include Qt inside the binary, there should be no additional dependencies. Or you could distribute your version of Qt in the package and install it to /opt...
Yeah, I think that the overall health of panda3d is more important. Polluting builtins with commonly used names is a recipe for bugs. @loblao Once again this PR does not...
> 1.11 is not the place for breaking changes. Breaking changes should only occur in a major version bump (e.g., 2.0). This is by no means a documented API and...
Current personal TODO list: * [ ] Implement generating navmesh from bullet shapes. * [x] Figure out and implement use of nav mesh tiles for quickly adding dynamic elements to...
Yeah, I suspected that's the case. I just feel like having it "work" by default might save someone a trip to the forum or chat.
This is an open source project, so I'll just link you to it. Actual PH7 implementation: https://github.com/MDTech-us-MAN/SSNFS/blob/326d73544629fef0cb58ae18cf5dd6fab4b80d58/SSNFSd/ssnfswebworker.cpp#L282 Sample PHP file: https://github.com/MDTech-us-MAN/SSNFS/blob/326d73544629fef0cb58ae18cf5dd6fab4b80d58/SSNFSd/webpanel/index.php
I tried both already. This is definitely not a permissions problem, since it works just fine if I chdir (cd) to the same import directory. Maxwell. On May 17, 2018,...
Yes. I did and like I said, it worked just fine for the first include. On May 17, 2018, 9:51 AM, at 9:51 AM, Symisc Systems wrote: >Did you configure...