Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: fox - A C++ library for GUI development
https://bugzilla.redhat.com/show_bug.cgi?id=431665
------- Additional Comments From marc@mwiriadi.id.au 2008-03-08 00:18 EST ------- (In reply to comment #6)
Adie.stx looks like a config files. It should be in %_datadir, and it should be possible to override it with a file in %_sysconfdir and a file in $HOME/.something.
It is needed to be useful although an RFE will change that in the future not sure when though.
fox-config should be a wrapper around pkg-config calls to avoid multilib conflicts.
I've removed it now in a newer version thats nearly ready.
the pkgconfig file for fox is wrong. There is certainly no need to link against all those libs to link against fox. Libs: should only contain link flags for libraries that will be used directly by applications linking against fox. Libs.static: should contain link flags for the remaining libraries linked against the fox library (but not needed directly by applications linking against the fox library).
You can have an idea about that by doing
ldd -u -r /usr/bin/adie
I have removed the static libraries using the *.la how do you propose I go about fixing this?