Bug 335 - atk looks for the path to the gnome library on the host
Summary: atk looks for the path to the gnome library on the host
Status: RESOLVED WORKSFORME
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-18 06:51 UTC by Ulf Samuelsson
Modified: 2010-02-21 18:03 UTC (History)
1 user (show)

See Also:
Host: OpenSuse 10.2 32 bit
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.