Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > Hello, > > Special question for Angus (or Michael), I never managed to compile the > 'po' directory. Could this be something similar to 'configure.ac' which > had dos-style line-ending? > > Thanks in advance, > Abdel. > > D:\mingw\bin\make.exe[1]: Leaving directory > `D:/msys/home/yns/lyx/trunk/intl' > Making all in po > FIND: Parameter format not correct
I've never seen this before, but it looks to me as if you're invoking 'FIND' as if from a cmd prompt, rather than the *nix 'find' tool: >FIND /? Searches for a text string in a file or files. FIND [/V] [/C] [/N] [/I] [/OFF[LINE]] "string" [[drive:][path]filename[ ...]] /V Displays all lines NOT containing the specified string. /C Displays only the count of lines containing the string. /N Displays line numbers with the displayed lines. /I Ignores the case of characters when searching for the string. /OFF[LINE] Do not skip files with offline attribute set. "string" Specifies the text string to find. [drive:][path]filename Specifies a file or files to search. If a path is not specified, FIND searches the text typed at the prompt or piped from another command.