Re: [Wireshark-dev] Cmake build failing

2012-09-24 Thread Gerald Combs
On 9/24/12 3:27 PM, hsivank wrote: > >> CMake Error at CMakeLists.txt:59 (string): >> string sub-command REGEX, mode REPLACE needs at least 6 arguments total to >> command. > > Maybe one arg is not defined ! r45112 changed the version strings in configure.ac. Fixed in r45114.

Re: [Wireshark-dev] Cmake build failing

2012-09-24 Thread hsivank
> CMake Error at CMakeLists.txt:59 (string): > string sub-command REGEX, mode REPLACE needs at least 6 arguments total to > command. Maybe one arg is not defined ! Hsivank ___ Sent via:Wireshark-dev mailing list Arch

[Wireshark-dev] Cmake build failing

2012-09-24 Thread Evan Huus
CMake Error at CMakeLists.txt:59 (string): string sub-command REGEX, mode REPLACE needs at least 6 arguments total to command. And similar errors for lines 64 and 69. Not sure what's going on here - the calls conform to the convention specified by all the CMake docs I've found, and none of the