ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 3024] Fix building of packet-gsm_map.c and packet-gsm_map.

Date: Tue, 4 Nov 2008 23:23:32 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3024





--- Comment #2 from Pascal Quantin <pascal.quantin@xxxxxxxxx>  2008-11-04 23:23:32 PDT ---
We cannot use $(DISSECTOR_FILES) to copy files under Windows as xcopy can take
only one file at a time:

        xcopy packet-gsm_map.c  packet-gsm_map.h ..\..\epan\dissectors /d /y
Invalid number of parameters
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\xcopy.EXE' : code retour '0x4'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\BIN
\nmake.exe"' : code retour '0x2'
Stop.

Could you explain me why the attached patch will fail under Linux? After a
quick look at Makefile.inc, I do not see the issue.


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.