Bug 335

Summary: atk looks for the path to the gnome library on the host
Product: buildroot Reporter: Ulf Samuelsson <ulf.samuelsson>
Component: OtherAssignee: unassigned
Status: RESOLVED WORKSFORME    
Severity: enhancement CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: OpenSuse 10.2 32 bit Target:
Build:

Description Ulf Samuelsson 2009-05-18 06:51:22 UTC
atk looks for the path to the gnome library on the host.
On opensuse 10.2, this is:

/opt/gnome/glib-2.0/lib
/opt/gnome/glib-2.0/include

instead of the more standard 

/usr/lib
/usr/include/glib-2.0

which means that on opensuse 10.2 the 
gnome library and include files are not found.

For distributions using the same location as buildroot,
the build will complete, even if the host paths
are used, which hides the problem.

Setting DSP_CFLAGS and DEP_LIBS seems to have no effect.
Comment 1 Peter Korsgaard 2009-05-18 14:22:33 UTC
More details please.

Are you talking about the libatk build for the host or the target? Please paste the exact error messages you get.
Comment 2 Thomas Petazzoni 2010-02-21 18:03:12 UTC
No info since May 2009. atk builds fine for the target and the host, on both systems with and without atk development files installed.

Please re-open the bug with the .config file and the build log if it still occurs.