Re: ethereal build plugin.c problem

Nina Pham <[email protected]> Tue, 11 Jul 2006 11:05:14 -0700
Newsgroups gmane.network.ethereal.devel
Message-ID <[email protected]>
Thanks for letting me know about Wireshark. However, I failed to 
relocate to wireshark trunk using tortoisesvn. Did you use tortoisesvn 
to relocate the url or you had to use shell svn?

Jaap Keuter wrote:
> Hi,
>
> Is Python installed, found and working properly?
> it's used to generate plugin.c
>
> BTW: Ethereal became Wireshark, so since you're working from HEAD you
> might want to switch. see www.wireshark.org
>
> Thanx,
> Jaap
>
>
> On Mon, 10 Jul 2006, Nina Pham wrote:
>
>   
>> I'm trying to build ethereal that I got from svn trunk. After passing
>> though a few compile problem, now I got to the part that it's trying to
>> build plugins. It's trying to make plugin.c, however, it's complaining
>> about not able to find the source file plugin.c. Any idea?
>>
>>         cd ..
>>         cd plugins
>>         NMAKE /                   -f Makefile.nmake
>>
>> Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
>> Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
>>
>>         cd acn
>>         NMAKE /                   -f Makefile.nmake
>>
>> Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
>> Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
>>
>> Making plugin.c (using python)
>>         cl /DHAVE_WIN32_LIBETHEREAL_LIB /D_NEED_VAR_IMPORT_
>> /DHAVE_CONFIG_H /I..
>> /.. /I../../wiretap /IC:\ethereal-win32-libs\glib\include\glib-2.0
>> /IC:\etherea
>> l-win32-libs\glib\lib\glib-2.0\include
>> /IC:\ethereal-win32-libs\WPdpack\include
>>  -D_U_="" /Zi /W3 /c plugin.c
>> Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8168 for 80x86
>> Copyright (C) Microsoft Corp 1984-1998. All rights reserved.
>>
>> *plugin.c
>> fatal error C1083: Cannot open source file: 'plugin.c': No such file or
>> director
>> y*
>> NMAKE : fatal error U1077: 'cl' : return code '0x2'
>> Stop.
>> NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~4\VC98\BIN\NMAKE.EXE' :
>> return co
>> de '0x2'
>> Stop.
>> NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~4\VC98\BIN\NMAKE.EXE' :
>> return co
>> de '0x2'
>> Stop.
>>
>> _______________________________________________
>> Ethereal-dev mailing list
>> [email protected]
>> http://www.ethereal.com/mailman/listinfo/ethereal-dev
>>
>>     
>
> _______________________________________________
> Ethereal-dev mailing list
> [email protected]
> http://www.ethereal.com/mailman/listinfo/ethereal-dev
>