VioletGiraffe / file-commander

Cross-platform Total Commander-like orthodox file manager for Windows, Mac and Linux
Apache License 2.0
375 stars 56 forks source link

set up compiling under freebsd #235

Closed treehugging-green-wolf closed 5 years ago

treehugging-green-wolf commented 5 years ago
VioletGiraffe commented 5 years ago

Can you fix the failing Windows build? It complains about invalid character a .cpp file:

c:\projects\file-commander\file-commander-core\src\shell\cshell.cpp(471): error C2018: unknown character '0x40'

Also, it looks like "QTerminal under linux" is listed twice.

VioletGiraffe commented 5 years ago

Also, I'm very surprise Catch2 (catch.hpp) doesn't support FreeBSD, you should submit your fix to them.

VioletGiraffe commented 5 years ago

Great, thank you! Does it actually work on FreeBSD now? Or only compiles successfully?

treehugging-green-wolf commented 5 years ago

It runs under FreeBSD ( version 11.3 ), but with one issue - it takes a long time to load ( about 30 sec. )

VioletGiraffe commented 5 years ago

Interesting, I have no idea why. Have you tried launching a debugging session and pressing "Pause" during this startup delay to see where it's spending time?