Re: [Wireshark-dev] Building on Windows with CMake: Status and help needed

2013-10-08 Thread Graham Bloice
On 8 October 2013 00:22, Joerg Mayer jma...@loplof.de wrote: This is undoubtedly about the fact that Makefile.nmake copies lots of DLLs and etc to a separate run directory. The exe's won't run from the build dir on Windows. See install_all: target in Makefile.nmake

Re: [Wireshark-dev] Building on Windows with CMake: Status and help needed

2013-10-07 Thread Gerald Combs
On 10/6/13 4:35 PM, Bill Meier wrote: On 10/6/2013 7:27 PM, Joerg Mayer wrote: The executables now compile and link except the gtk and qt guis. I have not yet been able to run the executables as running the binaries inside the build tree doesn't seem to work (unlike on linux). Ideas how to

Re: [Wireshark-dev] Building on Windows with CMake: Status and help needed

2013-10-07 Thread Graham Bloice
On 7 October 2013 15:37, Gerald Combs ger...@wireshark.org wrote: On 10/6/13 4:35 PM, Bill Meier wrote: On 10/6/2013 7:27 PM, Joerg Mayer wrote: The executables now compile and link except the gtk and qt guis. I have not yet been able to run the executables as running the binaries inside

Re: [Wireshark-dev] Building on Windows with CMake: Status and help needed

2013-10-07 Thread Joerg Mayer
This is undoubtedly about the fact that Makefile.nmake copies lots of DLLs and etc to a separate run directory. The exe's won't run from the build dir on Windows. See install_all: target in Makefile.nmake (top-level) ... # install-all will copy all files needed to run

Re: [Wireshark-dev] Building on Windows with CMake: Status and help needed

2013-10-06 Thread Graham Bloice
On 5 October 2013 12:03, Joerg Mayer jma...@loplof.de wrote: Hello, I've made some progress and am now able to almost build a first 32 bit executable with VSEE2010. The executable (capinfos) using nmake as build tool. The cmake stage (for nmake) is working as much as is needed, i.e. no GUI

Re: [Wireshark-dev] Building on Windows with CMake: Status and help needed

2013-10-06 Thread Joerg Mayer
The executables now compile and link except the gtk and qt guis. I have not yet been able to run the executables as running the binaries inside the build tree doesn't seem to work (unlike on linux). Ideas how to get this to work? Thanks Jörg -- Joerg Mayer

Re: [Wireshark-dev] Building on Windows with CMake: Status and help needed

2013-10-06 Thread Bill Meier
On 10/6/2013 7:27 PM, Joerg Mayer wrote: The executables now compile and link except the gtk and qt guis. I have not yet been able to run the executables as running the binaries inside the build tree doesn't seem to work (unlike on linux). Ideas how to get this to work? Thanks Jörg This

[Wireshark-dev] Building on Windows with CMake: Status and help needed

2013-10-05 Thread Joerg Mayer
Hello, I've made some progress and am now able to almost build a first 32 bit executable with VSEE2010. The executable (capinfos) using nmake as build tool. The cmake stage (for nmake) is working as much as is needed, i.e. no GUI package detection right now. Compilation is working, but linking