This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New package: xfig-bin-3.2.4-1


>>>>> "Harold" == Harold L Hunt, <Harold> writes:

    Harold> It isn't?  It sure wouldn't compile without it...
    Harold> Could you be more specific about what you are seeing?

An older version of mine used Xaw3d and had 3d buttons, but this version doesn't.
Also a cygcheck shows no dependency on cygXaw3d-1.dll

03:33 AM [570]> cygcheck xfig
Found: D:\usr\X11R6\bin\xfig.exe
D:/usr/X11R6/bin/xfig.exe
  D:\usr\X11R6\bin\cygICE-6.dll
    D:\bin\cygwin1.dll
      C:\WINNT\system32\KERNEL32.dll
        C:\WINNT\system32\NTDLL.DLL
  D:\usr\X11R6\bin\cygSM-6.dll
  D:\usr\X11R6\bin\cygX11-6.dll
    D:\bin\cygcygipc-2.dll
  D:\usr\X11R6\bin\cygXext-6.dll
  D:\usr\X11R6\bin\cygXi-6.dll
  D:\usr\X11R6\bin\cygXpm-4.dll
  D:\bin\cygjpeg-62.dll
  D:\bin\cygpng12.dll
    D:\bin\cygz.dll

By the way I tried compiling it with the Xaw3d shared lib that you provided.
It compiles but when running it I get:

vzell@vzell-de /usr/local/src/xfig.3.2.4
03:40 AM [575]> cygcheck ./xfig.exe 
.\xfig.exe
  D:\usr\X11R6\bin\cygICE-6.dll
    D:\bin\cygwin1.dll
      C:\WINNT\system32\KERNEL32.dll
        C:\WINNT\system32\NTDLL.DLL
  D:\usr\X11R6\bin\cygSM-6.dll
  D:\usr\X11R6\bin\cygX11-6.dll
    D:\bin\cygcygipc-2.dll
  D:\usr\X11R6\bin\cygXaw3d-1.dll           <=========================
    D:\usr\X11R6\bin\cygXext-6.dll
  D:\usr\X11R6\bin\cygXi-6.dll
  D:\usr\X11R6\bin\cygXpm-4.dll
  D:\bin\cygjpeg-62.dll
  D:\bin\cygpng12.dll
    D:\bin\cygz.dll


03:40 AM [577]> ./xfig
Warning: translation table syntax error: Unknown event type :   EnterWindow
Warning: ... found while parsing '<EnterWindow>:        highlight()             '
Warning: String to TranslationTable conversion encountered errors
Warning: translation table syntax error: Unknown event type :   EnterWindow
Warning: ... found while parsing '<EnterWindow>: highlight()'
Warning: String to TranslationTable conversion encountered errors
Warning: No type converter registered for 'String' to 'Relief' conversion.
Error: Couldn't find per display information


I then tried compiling gv-3.5.8 from http://wwwthep.physik.uni-mainz.de/~plass/gv/
It uses also Xaw3d but when running it it gives similar results:

Warning: translation table syntax error: Unknown event type :   EnterWindow
Warning: ... found while parsing '<EnterWindow>:        highlight()             '
Warning: String to TranslationTable conversion encountered errors
Warning: translation table syntax error: Unknown event type :   EnterWindow
Warning: ... found while parsing '<EnterWindow>:highlight()'
Warning: String to TranslationTable conversion encountered errors
Warning: translation table syntax error: Unknown modifier name:   Any
Warning: ... found while parsing 'Any<BtnDown>:set()PopupMenu()'
Warning: String to TranslationTable conversion encountered errors
Error: attempt to add non-widget child "fileButton" to parent "control" which supports only widgets

An older version of mine compiled with the static version of Xaw3d runs fine. It seems there is
something wrong maybe with the shared Xaw3d lib ??

Ciao
  Volker


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]