pawandubey / superswitcher

Automatically exported from code.google.com/p/superswitcher
GNU General Public License v2.0
0 stars 0 forks source link

superswitcher: error while loading shared libraries: libwnck-1.so.18 #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download tar.gz source on ubuntu Hardy 8
2. ./configure, make and sudo make install
3. run superswitcher.
4. Error for missing libwnck
5. Download and install libwnck and libwnck-dev.
6. Make clean and rebuild superswitcher.
7. Same error as step 4.

What is the expected output? What do you see instead?
Superswitcher should start. Instead I see the error "superswitcher: error
while loading shared libraries: libwnck-1.so.18"

What version of the product are you using? On what operating system?
0.6 on Ubuntu Hardy. (using fluxbox WM)

Please provide any additional information below.
the .deb package works properly, but I need the source to rebuild, since I
want to change it for the popup to appear only after hitting alt+tab.

Original issue reported on code.google.com by hemant.e...@gmail.com on 25 Mar 2009 at 1:57

GoogleCodeExporter commented 8 years ago
That's odd, it works for me, on Ubuntu Hardy 8.04. Step 2 should have failed if 
you
didn't have libwnck-dev. Perhaps you (or your desktop environment) are 
overriding a
pkg-config or LD_LIBRARY_PATH related environment variable?

I'm going to close this issue as WontFix, since I am unable to reproduce it (and
hence can't "fix" it).

Original comment by nigel.ta...@gmail.com on 30 Mar 2009 at 11:11