tari3x

Results 76 comments of tari3x

+1 to this, would love to see it merged!

Sorry, is this a question for me? I only know as much as the build script told me - hoping you can help me with this error message.

I tried to build tip as of the time of my message, clean build, no cmake arguments (just "cmake ."). d9fd05330c80b846e1ee14686b05a19bf0acce52

There you go: ``` $ make VERBOSE=1; /usr/bin/cmake -S/home/avatar/synology/build/libdigidocpp -B/home/avatar/synology/build/libdigidocpp --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /home/avatar/synology/build/libdigidocpp/CMakeFiles /home/avatar/synology/build/libdigidocpp/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/home/avatar/synology/build/libdigidocpp' make -f CMakeFiles/docs.dir/build.make CMakeFiles/docs.dir/depend...

Something about relative vs absolute paths? ``` $ cd /home/avatar/synology/build/libdigidocpp/src && ln -sf /home/avatar/synology/build/libdigidocpp/etc/tl-mp1.crt tslcert1.crt $ file /home/avatar/synology/build/libdigidocpp/src/tslcert1.crt /home/avatar/synology/build/libdigidocpp/src/tslcert1.crt: unreadable symlink `/home/avatar/synology/build/libdigidocpp/src/tslcert1.crt' (No such file or directory) ``` Not sure...

When building separately, it's looking in etc: ``` [ 51%] Built target digidocpp_priv [ 52%] Generating tslcert1.h from /home/avatar/synology/build/libdigidocpp/etc/tl-mp1.crt xxd: tslcert1.crt: No such file or directory ``` Funny thing is,...

I guess I should get it to show me how exactly it is invoking xxd? Is there a switch for that?

Also worth noting that this looks pretty broken, not sure if related: ``` libdigidocpp/src$ ll tslcert1.crt ls: cannot read symbolic link 'tslcert1.crt': No such file or directory lrwxrwxrwx 1 avatar...

Perhaps worth mentioning that I'm using securefs over sshfs (something that encfs was doing really well).