On 24 September 2013 16:37, RobiOneKenobi <[email protected]> wrote:

> Hi,
>
> This is a missmatch mix between Wireshark-Win32-Lib (that is downloaded
> the rebuilt) and Wireshark-Win64-Lib (also downloaded and rebuilt)
>
> When you start in Win64, you must re-build all, and if you plan to change
> to Win32, you again must rebuild all, because some parts
>
> On my computer, I've put the following:
>
> The build command does:         nmake -f Makefile.nmake all
> The rebuild command does        nmake -f Makefile.nmake setup distclean all
>
> The setup is also rebuilt and there is no more mix between Win32/Win64
>
>
This advice is correct for the current build system using nmake, since the
builds are done in-source, i.e. the object files and libraries a generated
inside the source tree.  Switch from x86 to amd64 and vice-versa does
require a distclean.

However, Joerg is experimenting with a CMake build which I assume is being
done out-of-tree, i.e. a separate build directory for each of x86 and amd64.

Graham
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <[email protected]>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:[email protected]?subject=unsubscribe

Reply via email to