-
Poco is currently disabled for Windows builds in my local working copy due to me having infinite headaches trying to get it to build for Windows and be included properly into Cubosphere. Also, Poco i…
-
If you have this error message:
```
Linking CXX executable otclient /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/libphysfs.a: error adding symbols: Archive has no index; run ranlib to…
-
In porting my application from PhysicsFS 2 to 3, I've run into the deprecation of `PHYSFS_getUserDir`. The suggested replacement, `PHYSFS_getPrefDir`, is not always the appropriate one. Of course, it …
bjorn updated
9 months ago
-
Getting some deprecated notices.
-
So I tried to compile on ArchLinux running a GCC 14.2.
(required an install of webkit2gtk to get MaxIDE running first).
Compiling a simple sample for now:
```BlitzMax
SuperStrict
Framework Brl.…
GWRon updated
3 weeks ago
-
just a minor inconvenience, but when opting to just drop physfs into our project (as advised in CMakeLists.txt), it's inconvenient to just add `-Ipath/to/physfs/`, because we would then we would have …
duarm updated
9 months ago
-
Parts of Love use [PhysFS](https://icculus.org/physfs/) to handle loading files from different places. We could likely bring this in to make loading files across a few places a lot easier.
-
Hi,
Had a strange issue that has occurred regarding a zip created through an external library that mounts without error in physfs but any attempt to enumerate or stat on the files inside returns th…
-
Hello friend, I have a problem compiling this version of d2x-rebirth on linux mint OS, I have downloaded the source code and when i run sons on it I get this error message:
`In file included from m…
-
Would you consider adding POD format support to PhysFS?
https://moddingwiki.shikadi.net/wiki/POD_Format
There's several different versions of the format throughout Terminal Reality's history, an…