Peter Sommerlad

Results 10 comments of Peter Sommerlad

I am having the same problem... ``` brew info lftp lftp: stable 4.9.2 (bottled) Sophisticated file transfer program https://lftp.yar.ru/ /usr/local/Cellar/lftp/4.9.2_1 (37 files, 3.3MB) * Poured from bottle on 2021-01-11 at...

I found a workaround... ``` export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES ``` before calling lftp prevents the crash.

You can tell CDT that your .c files (settings/properties for file extensions) are C++ code and then it should just work, IMHO. Might be quicker than extending the plug-in, which...

@tuttoaldoc @tema13tema The reason, why metriculator is not accepting C files is that the internal data for representing the languages is not identical and metriculator was written for C++. Without...

I have a similiar request, to be able to just pass through the tikZ code if the target is LaTeX. That means, it will be rendered by the overall latex...

i would just not output the additional packages in latex output mode and expect the latex template to handle those.

see "21) Every expression in a comma-separated list of expressions in a parenthesized initializer is evaluated as if for a function call (indeterminately-sequenced) " on https://en.cppreference.com/w/cpp/language/eval_order

I am trying this approach, any experience with it?

happened to me now. any ideas. delete and reinstall didn't help.

any chance that execution with recent msvc will be enabled again?