Thanks for your response.  There's a lot of output and I'm trying to  
figure out what you're looking for.

The first time I see any error is in the checking.  I see the  
following output,

checking for cppunit-config... /sw/bin/cppunit-config
checking for Cppunit - version >= 1.8.0... ../configure: line 49762: / 
sw/bin/cppunit-config: No such file or directory
../configure: line 49763: /sw/bin/cppunit-config: No such file or  
directory
../configure: line 49764: /sw/bin/cppunit-config: No such file or  
directory
expr: syntax error
no
configure: creating ./config.status
config.status: creating lib/wx/config/gtk2-unicode-release-2.8

Then it runs make with a lot of file compilation I believe and I get  
the following:

0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpango-1.0 -lfreetype -lz - 
lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 - 
lintl -lXinerama -lXxf86vm -lSM -lpng -lz -ljpeg -ltiff   - 
lwxregexu-2.8  -L/sw/lib/gtk-2.0 -L/sw/lib/gstreamer-0.10 -L/sw/lib/ 
freetype219/lib -L/sw/lib/fontconfig2/lib -L/sw/lib  -L/usr/X11R6/lib   
-L/sw/lib -framework IOKit -framework CoreServices -framework System - 
framework ApplicationServices  -lz -L/sw/lib -lgstreamer-0.10 - 
lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lxml2 -lgconf-2 -lglib-2.0 - 
lintl -lgstinterfaces-0.10 -lpthread -liconv  -lwx_baseu-2.8
Undefined symbols:
   "_XFlush", referenced from:
       wxSetFullScreenStateX11(void*, void*, void*, bool, wxRect*,  
wxX11FullScreenMethod)in coredll_utilsx11.o
   "_XAllocWMHints", referenced from:
       _wxgtk_window_set_urgency_hint in coredll_toplevel.o
   "_XDefaultRootWindow", referenced from:
       wxClientDisplayRect(int*, int*, int*, int*)in  
coredll_displayx11.o
   "_XkbSetDetectableAutoRepeat", referenced from:
       wxSetDetectableAutoRepeat(bool) in coredll_utilsgtk.o
   "_XMapRaised", referenced from:
       wxSetFullScreenStateX11(void*, void*, void*, bool, wxRect*,  
wxX11FullScreenMethod)in coredll_utilsx11.o
   "_XSetErrorHandler", referenced from:
       wxSetFullScreenStateX11(void*, void*, void*, bool, wxRect*,  
wxX11FullScreenMethod)in coredll_utilsx11.o
       wxSetFullScreenStateX11(void*, void*, void*, bool, wxRect*,  
wxX11FullScreenMethod)in coredll_utilsx11.o
       wxSetFullScreenStateX11(void*, void*, void*, bool, wxRect*,  
wxX11FullScreenMethod)in coredll_utilsx11.o
...

With a whole lot more of undefined symbols that I will cut for brevity.

...
  "_XSync", referenced from:
       wxSetFullScreenStateX11(void*, void*, void*, bool, wxRect*,  
wxX11FullScreenMethod)in coredll_utilsx11.o
       wxSetFullScreenStateX11(void*, void*, void*, bool, wxRect*,  
wxX11FullScreenMethod)in coredll_utilsx11.o
       wxSetFullScreenStateX11(void*, void*, void*, bool, wxRect*,  
wxX11FullScreenMethod)in coredll_utilsx11.o
       wxSetFullScreenStateX11(void*, void*, void*, bool, wxRect*,  
wxX11FullScreenMethod)in coredll_utilsx11.o
       wxSetFullScreenStateX11(void*, void*, void*, bool, wxRect*,  
wxX11FullScreenMethod)in coredll_utilsx11.o
       wxSetFullScreenStateX11(void*, void*, void*, bool, wxRect*,  
wxX11FullScreenMethod)in coredll_utilsx11.o
       wxTopLevelWindowGTK::SetTransparent(unsigned char)in  
coredll_toplevel.o
   "_XGetWindowAttributes", referenced from:
       IsMapped(_XDisplay*, unsigned long)in coredll_utilsx11.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [/sw/src/fink.build/wxgtk2.8-2.8.7-19/wxGTK-2.8.7/build/lib/ 
libwx_gtk2u_core-2.8.0.4.0.dylib] Error 1
### execution of /var/tmp/tmp.1.0zh8TE failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-wxgtk2.8-2.8.7-19
(Reading database ... 86282 files and directories currently installed.)
Removing fink-buildlock-wxgtk2.8-2.8.7-19 ...
Failed: phase compiling: wxgtk2.8-2.8.7-19 failed

Before reporting any errors, please run "fink selfupdate" and
try again.  If you continue to have issues, please check to see if the
FAQ on fink's website solves the problem.  If not, ask on the fink-users
or fink-beginners mailing lists, with a carbon copy to the maintainer:

        Pierre-Henri Lavigne <[EMAIL PROTECTED]>

Note that this is preferable to emailing the maintainer directly, since
most fink package maintainers do not have access to all possible
hardware and software configurations.


>>> Also, it's frequently helpful to quote the compiler output line  
>>> just  above where the errors start to occur, because that helps us  
>>> see  whether there are local issues causing the build problem.
>
> Please try to do as Alex said. Otherwise we will not be able to help  
> you.
>
> The error you got
>
>>   "_XGetWindowAttributes", referenced from:
>>       IsMapped(_XDisplay*, unsigned long)in coredll_utilsx11.o
>> ld: symbol(s) not found
>> collect2: ld returned 1 exit status
>
> shows that for some reason the library /usr/X11/libX11.dylib, where  
> this symbol is defined, is not present for linking at that moment.  
> But we cannot start to guess the reason before we have seen the  
> complete command line that got transmitted to the linker.
>

checking for X11/Xlib.h... yes
checking for X11/XKBlib.h... yes
checking for Xinerama... yes
checking for Xxf86vm extension... yes
checking for X11/extensions/xf86vmode.h... yes

When I scanned the file for X11 this is what I found.

Is there anything that I'm missing that might be helpful?

Francis

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to