Re: [gtkmm] seg fault



Mandrake is a rpm-based distro. You should learn to build your own rpms.
Here's the manual:

	http://www.linux-mandrake.com/en/howtos/mdk-rpm/

I'm using redhat, and I built my own gtkmm (& related packages), using
the latest source tarballs from sourceforge.net.
If you don't know how to write spec files, you may take spec files from
rpms of you distribution (mandrake), or.. here's a rpm repository that
provides also the .spec files for all gtkmm packages:

	http://dag.wieers.com/packages/

The procedure is simple.
 1. copy the source tarball in /usr/src/RPM/SOURCES (I think that's the
path in Mandrake)
 2. copy the .spec file in /usr/src/RPM/SPECS. Change the specfile to
match the version of the tarball.
 3. rpmbuild -bb  <name_of_file>.spec.
 4. ... and ... 2 hours later ... :), when the build is complete... you
should have your newly compiled rpm under /usr/src/RPM/RPMS/i386.

I guess that solves your problem with paths & other stuff.

Good Luck.







[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]