| | 57 | [[BR]] |
| | 58 | === Troubleshooting === |
| | 59 | If you are running '''Windows 7 64bit''' you may encounter error that some DLL library file is missing. This is probably due to the system folder "Program Files (x86)" in your $PATH environment variable (because it contains parenthesis which are special characters on Un*x-like systems, so the ```msys``` console may have problems interpreting such path). The workaround for this error is either: |
| | 60 | - move the ```c:msysgitin``` and ```c:msysgitmingwin``` to the begining of your system environment variable ```Path```, or |
| | 61 | - copy the missing DLL libraries to the same folder in which the program resides |
| | 62 | - in practice, you may need to copy file ```c:msysgitmingwinlibexpat-1.dll``` to the ```c:msysgitin```. (and probably also the library file ```vcomp90.dll``` or ```vcomp100.dll```). |
| | 63 | |
| | 64 | [[BR]] |