Actually, you’ve got warnings, not errors, but since the “treat warnings as errors” flag is specified, the build stops. You should correct all the warnings in your code. Alternatively, you can remove the flag that treats warnings as errors, but I don’t recommend that.
From: A Verma
[mailto:laughaloud43@xxxxxxxxx]
Hi, Thanks so mich for your response. I shall take about the point related to diif threads that you mentioned.
I made the changed to makefile.namke, but got the follwoing errors: Creating library ciscosm.lib and object ciscosm.exp cd .. cd xxx "C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" / -f Makefile.nmake Microsoft (R) Program Maintenance Utility Version 8.00.50727.762 Copyright (C) Microsoft Corporation. All rights reserved. Making plugin.c (using python) sed -e s/@PLUGIN_NAME@/xxx/ -e s/@RC_MODULE_VERSION@/0,6,5,0/ -e s/@RC _VERSION@/0,99,9,0/ -e s/@MODULE_VERSION@/0.6.5.0/ -e s/@PACKAGE@/xxx/ -e s/@ VERSION@/0.99.9"-XXX-YYY-01"/ -e s/@MSVC_VARIANT@/MSVC2005EE/ < plugin.rc.in > xxx.rc rc /r xxx.rc cl /DHAVE_WIN32_LIBWIRESHARK_LIB /D_NEED_VAR_IMPORT_ /WX /DHAVE_CONFIG_H /I../.. /I../../wiretap /IC:\wireshark-win32-libs\glib\include\glib-2.0 /IC:\w ireshark-win32-libs\glib\lib\glib-2.0\include /IC:\wireshark-win32-libs\pcre-7. 0\include /IC:\wireshark-win32-libs\WPdpack\include -D_U_="" /Zi /W3 /MD /D_CRT_ SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE /DMSC_VER_REQUIRED=1400 -Fd.\ -c packet-xxx.c plugin.c Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86 Copyright (C) Microsoft Corporation. All rights reserved. packet-xxx.c packet-xxx.c(1077) : error C2220: warning treated as error - no 'object' file ge nerated packet-xxx.c(1077) : warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data packet-xxx.c(1078) : warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data packet-xxx.c(1079) : warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data packet-xxx.c(1103) : warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data packet-xxx.c(1104) : warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data packet-xxx.c(1105) : warning C4244: '=' : conversion from 'time_t' to 'unsigned int', possible loss of data plugin.c Generating Code... NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\c l.EXE"' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\n make.exe"' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\n make.exe"' : return code '0x2' Stop. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\n make.exe"' : return code '0x2' Stop.
Can someone pls help.
thanks, Ash This email may contain confidential and privileged material for the sole use of the intended recipient(s). Any review, use, retention, distribution or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply email and delete all copies of this message. Also, email is susceptible to data corruption, interception, tampering, unauthorized amendment and viruses. We only send and receive emails on the basis that we are not liable for any such corruption, interception, tampering, amendment or viruses or any consequence thereof. |
- Follow-Ups:
- References:
- Prev by Date: [Wireshark-dev] buildbot failure in Ubuntu-7.01-x86-64
- Next by Date: Re: [Wireshark-dev] How can I decode ASN.1 as Wireshark does?
- Previous by thread: Re: [Wireshark-dev] Error compiling acustomdllpluginforWireshark0.99.7
- Next by thread: Re: [Wireshark-dev] Error compiling acustomdllpluginforWireshark0.99.7
- Index(es):