Author Topic: installing splitted wxsmith and wxsmithlib  (Read 5118 times)

Offline SharkCZ

  • Almost regular
  • **
  • Posts: 134
installing splitted wxsmith and wxsmithlib
« on: April 26, 2007, 10:21:55 pm »
I have problems with installing libwxsmith.so into the plugin dir and libwxsmithlib.so into the lib dir. They both end in the lib dir, system is Fedora 7-to-be. The Makefile.am file contains the "per-target" following overrided libdir:

libwxsmith_la_libdir = $(libdir)/plugins
libwxsmithlib_la_libdir = $(libdir)

but they are not used in the generated Makefile. Should it really work?
Code::Blocks package maintainer for Fedora and EPEL

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 836
Re: installing splitted wxsmith and wxsmithlib
« Reply #1 on: April 26, 2007, 11:04:44 pm »
I have problems with installing libwxsmith.so into the plugin dir and libwxsmithlib.so into the lib dir. They both end in the lib dir, system is Fedora 7-to-be. The Makefile.am file contains the "per-target" following overrided libdir:

libwxsmith_la_libdir = $(libdir)/plugins
libwxsmithlib_la_libdir = $(libdir)

but they are not used in the generated Makefile. Should it really work?

We're currently fighting with it. I'm really newbie to Makefile.am stuff so that could take some time :/. Anyone have some idea or experience in such situations ?

BYO

Offline SharkCZ

  • Almost regular
  • **
  • Posts: 134
Re: installing splitted wxsmith and wxsmithlib
« Reply #2 on: April 27, 2007, 05:07:40 pm »
As I see, you have found a nice workaround :-)
Code::Blocks package maintainer for Fedora and EPEL

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 836
Re: installing splitted wxsmith and wxsmithlib
« Reply #3 on: April 27, 2007, 08:13:54 pm »
As I see, you have found a nice workaround :-)

Finally got it running :D How there are (and will be) no problems with this solution.

BYO