nicholas-rh / o3de-rpm

MIT License
2 stars 1 forks source link

ISPCTexComp #16

Open nicholas-rh opened 1 year ago

nicholas-rh commented 1 year ago

RPM: https://github.com/nicholas-rh/o3de-rpm/tree/master/copr/ispc-texture-compressor

nicholas-rh commented 1 year ago

There is a Fedora specific bug when attempting to build this package from source on Fedora: https://github.com/GameTechDev/ISPCTextureCompressor/issues/37

After patching this, there is a linker error which I have not solved yet that only occurs when building with rpmbuild:

/usr/bin/ld: /usr/lib/gcc/x86_64-redhat-linux/13/../../../../lib64/Scrt1.o: in function `_start':
(.text+0x1b): undefined reference to `main'
collect2: error: ld returned 1 exit status