Dick Thiebaud
Dick Thiebaud
I installed libfuse-dev and now I can build toccfs successfully under Ubuntu 21.10. However, when I download Catch v1.10.0 into /usr/local/include, ./configure for tests still says it can't find it....
I have successfully created MSVC projects for libtocc and CLI which build successfully. I will now turn my attention to libtocc\tests.
jTo compile libtocc/test on Ununtu 21.10, I had to edit catch.hpp. It was looking for SIGSTKSZ which wasn't defined. I replaced SIGSTKSZ with 100000 on two lines and it built...
I have built the tests in MSVC, but they all fail saying the database is not initialized. Do I have to initialize the database with CLI before I run the...
I have libtocc libtocctests and cli building successfully in Linux and in MSCV. Libtocctests executes with all tests passed. I have not test CLI--do you have tests for it? Are...
I will include a readme on how to build with msvc. Basically, it requires opening the "solution" in MSVC gui and telling MSVC to build it. For convenience under MSVC,...
There apparently aren't default include and lib directories in Windows. We need to copy unqlite and catch_amalgamated files to the TOCC directory under MSVC. It might simplify things if we...
Any comment on the pull request?
On 1/25/2015 4:16 AM, alvarez5 wrote: > hi aidin, > > i tried couple of times to build source and run tocc so i can get the > sense of...
Does the directory /usr/share/lclocal exist on your computer? Do the m4 files exist in this directory on your computer? On 01/25/2015 06:36 AM, alvarez5 wrote: > when i tried to...