db-tech

Results 21 comments of db-tech

Ah k, then I misunderstood your intention.. yeah, would be a nice thing to have...

Yeah sorry, my English isn't that good :-/ I meant that class modifiers like "public:", "private:" and "protected:" have no identation option in the config file. So if we set...

You could Try my branch from the PR. I did not add some Mac OS specifics because I do not have a Mac. But, building might still work. I can...

fador was faster :-). of course, source problems for Mac are not fixed in that branch.

Hi there, Adding `-DCMAKE_POSITION_INDEPENDENT_CODE` should not be necessary because using `-DBUILD_SHARED_LIBS=YES` should automatically build the libraries with -fPIC @plusai-youzhou doing `cpack -D DEB` should do exactly that. It will create...

Hi, it looks like you are doing an in-source build. Did you try starting from scratch with an out-of-source build ? ``` mkdir buildDir && cd buildDir cmake -DDISABLE_CRYPTO=YES -DBUILD_SHARED_LIBS=YES...

If the && is correct, then it does not matter but i have my doubts about that.

Would be awesome if this could be merged

Hi, I would love to help, but I am still pretty new to this so I would need some pointers... 1. How to change/extend the existing PR code ? Or...

So, I just went ahead and created a PR (https://github.com/emscripten-core/emscripten/pull/23094). Although the questions are still open, the changes work for me, so It might not be totally wrong :-)