ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] A build error, menus with no text

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: ilker <ilkerdeligoz@xxxxxxxxx>
Date: Sat, 19 Mar 2005 01:35:39 +0200
On Sat, 19 Mar 2005 00:22:45 +0100, Ulf Lamping <ulf.lamping@xxxxxx> wrote:
> ilker wrote:
> 
> > I also think so
> > I am working on windows 2000, msvc++6 sp6
> > cygwin installed (perl - sed - grep)
> > i downloaded all modules from anonsvn trunk
> > i arranged the environment variables  (use gnu grep not borland, use
> >ms link not gnu etc)
> > i have flex - bison  - python,  i got the latest svn etc etc etc
> >
> > i have no error messages but i think the problem may occur because of
> >pango stuff ?
> >
> >
> I would guess, this is simply of some wrong linkage stuff.
> 
> > i also have pango packages,
> > C:\ethereal-win32-libs\gtk2\include\pango-1.0 and
> > C:\ethereal-win32-libs\gtk2\lib\pango
> > directories
> > i disabled gtk+, just building with gtk2
> >
> >
> How do you disable gtk+?

Maybe disable is not the right term,
i edited config.nmake 
#
#GTK1_DIR=$(ETHEREAL_LIBS)\gtk+
GTK2_DIR=$(ETHEREAL_LIBS)\gtk2
put a # before GTK1_DIR

> BTW: you don't have problems with link.exe? Try "which link" in a cygwin
> console.

>From cygwin console 
Administrator@yazilim ~
$ which link
/usr/bin/link

>From command prompt (cygwin is in my path)
C:\Documents and Settings\Administrator>which link
/cygdrive/e/Program Files/Microsoft Visual Studio/VC98/bin/link
nmake makefile.nmake > someresult.txt
in this file there is no "error" ,"fail", "can't" "cant", "not(just
one in an if statement)" etc

line about pango is
	NMAKE /                   /f Makefile.nmake
GTK_CFLAGS="/IC:\ethereal-win32-libs\glib\include\glib-2.0 
/IC:\ethereal-win32-libs\glib\lib\glib-2.0\include
/IC:\ethereal-win32-libs\gtk2\include\gtk-2.0 
/IC:\ethereal-win32-libs\gtk2\lib\gtk-2.0\include 
/IC:\ethereal-win32-libs\gtk2\include\atk-1.0 
/IC:\ethereal-win32-libs\gtk2\include\pango-1.0"
GTK_LIBS="C:\ethereal-win32-libs\gtk2\lib\gtk-win32-2.0.lib 
C:\ethereal-win32-libs\gtk2\lib\gdk-win32-2.0.lib 
C:\ethereal-win32-libs\gtk2\lib\gdk_pixbuf-2.0.lib 
C:\ethereal-win32-libs\gtk2\lib\pango-1.0.lib 
C:\ethereal-win32-libs\glib\lib\glib-2.0.lib 
C:\ethereal-win32-libs\glib\lib\gmodule-2.0.lib 
C:\ethereal-win32-libs\glib\lib\gobject-2.0.lib" libui.lib
'libui.lib' is up-to-date

i will try to delete this libui.lib and rebuild


> 
> I'm stuck right now, got no good ideas .-(
> 
> Regards, ULFL
> 
: )) no problem, thanks for your answers

best regards