libgeneral icon indicating copy to clipboard operation
libgeneral copied to clipboard

general stuff for projects

Results 7 libgeneral issues
Sort by recently updated
recently updated
newest added

Any source archive provided by GitHub does *not* work, because of the git commands present in configure.ac

example from futurerestore ![image](https://user-images.githubusercontent.com/27748705/148863228-ad3552b4-9a83-4f58-9d44-96b5b23a222d.png) ``` try { ticketIdentity = img4tool::getBuildIdentityForIm4m({im4m.first,im4m.second}, buildmanifest); } catch (tihmstar::exception &e) { // } ``` 6e5554a

- fixes #2 i recommend squashing and merging, as i had to correct earlier issues and implement new fixes by opa334.

title says it all. bring libgeneral to homebrew.

Hi, after running ./autogen.sh --host=arm64-apple-darwin --prefix=/usr, it successfully completes, However, when running make check Making check in libgeneral make[1]: Entering directory '/home/ahmed/downloads/libgeneral/libgeneral' /bin/bash ../libtool --tag=CXX --mode=link g++ -I../include -g -O2...

This occurs on both MSYS2 and Cygwin when attempting to compile on Windows x86_64 `exception.cpp: In constructor ‘tihmstar::exception::exception(int, const char*, const char*, ...)’: exception.cpp:23:9: error: ‘vasprintf’ was not declared in...