Wireshark mailing list archives

FW: [Wireshark-commits] rev 39333: /trunk/ /trunk/asn1/HI2Operations/: Makefile.common /trunk/asn1/acp133/: Makefile.common /trunk/asn1/acse/: Makefile.common /trunk/asn1/ansi_map/: Makefile.common /trunk/asn1/ansi_tcap/: ...


From: Anders Broman <anders.broman () ericsson com>
Date: Mon, 10 Oct 2011 14:54:06 +0200

 
Hi,
How do you generate a single dissector whuich is useful during development for instance now I get

C:\wireshark\trunk\asn1\gsm_map>nmake -f makefile.nmake

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

NMAKE : fatal error U1073: don't know how to make 'generate_dissector'
Stop.

Or
C:\wireshark\trunk\asn1>nmake -f makefile.nmake gsm_map

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

        cd gsm_map
        "c:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" /
            -f Makefile.nmake copy_files

Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.

NMAKE : fatal error U1073: don't know how to make 'generate_dissector'
Stop.
NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio 9.0\VC\BIN
\nmake.exe"' : return code '0x2'
Stop.

Regards
Anders

-----Original Message-----
From: wireshark-commits-bounces () wireshark org [mailto:wireshark-commits-bounces () wireshark org] On Behalf Of 
morriss () wireshark org
Sent: den 10 oktober 2011 04:31
To: wireshark-commits () wireshark org
Subject: [Wireshark-commits] rev 39333: /trunk/ /trunk/asn1/HI2Operations/: Makefile.common /trunk/asn1/acp133/: 
Makefile.common /trunk/asn1/acse/: Makefile.common /trunk/asn1/ansi_map/: Makefile.common /trunk/asn1/ansi_tcap/: ...

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39333

User: morriss
Date: 2011/10/09 07:31 PM

Log:
 Build the ASN.1 dissectors directly into epan/dissectors (rather than building  them and then copying them over).  The 
"all" target to builds these dissectors  now (instead of "generate_files" and/or "copy_files").
 
 asn2wrs's "-O" option now means "the dissector goes in this directory" (rather  than "all output goes in this 
directory"); it also means that the "-s" (single  output file) option is now required.
 
 Fix things up so that it's possible to build all of the ASN.1 dissectors in  one shot.
 
 Fix building of conformance files when doing out-of-source-tree builds.
 
 
 Unfortunately "make all" in the asn1 directory always builds something--I think  because of circular depedencies.

Directory: /trunk/asn1/HI2Operations/
  Changes    Path               Action
  +0 -2      Makefile.common    Modified

Directory: /trunk/asn1/acp133/
  Changes    Path               Action
  +12 -16    Makefile.common    Modified

Directory: /trunk/asn1/acse/
  Changes    Path               Action
  +3 -7      Makefile.common    Modified

Directory: /trunk/asn1/ansi_map/
  Changes    Path               Action
  +3 -7      Makefile.common    Modified

Directory: /trunk/asn1/ansi_tcap/
  Changes    Path               Action
  +0 -4      Makefile.common    Modified

Directory: /trunk/asn1/
  Changes    Path                     Action
  +8 -7      Makefile.inc             Modified
  +10 -3     Makefile.inc.nmake       Modified
  +0 -3      Makefile.preinc          Modified
  +2 -0      Makefile.preinc.nmake    Modified

Directory: /trunk/asn1/camel/
  Changes    Path               Action
  +6 -10     Makefile.common    Modified


(90 files not shown)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-request () wireshark org?subject=unsubscribe
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


Current thread: