User forums > Using Code::Blocks
wxsmith plugin, where is it?
stahta01:
From where are you getting the debian src packages for Code::Blocks?
I always did a src package build using a repo of one of the CB Team or Developer.
Tim S.
jjenson:
--- Quote from: stahta01 on February 14, 2019, 07:47:23 pm ---From where are you getting the debian src packages for Code::Blocks?
I always did a src package build using a repo of one of the CB Team or Developer.
Tim S.
--- End quote ---
The source I get from here http://sourceforge.net/projects/codeblocks/files/Sources/17.12/codeblocks_17.12.tar.xz.
osdt:
--- Quote from: jjenson on February 14, 2019, 04:12:46 pm ---dpkg-shlibdeps: error: no dependency information found for /usr/local/lib/libhunspell-1.7.so.0 (used by debian/codeblocks-contrib/usr/lib/codeblocks/plugins/libSpellChecker.so)
Hint: check if the library actually comes from a package.
--- End quote ---
Your package depends on the self-built libhunspell, which is not allowed for good reasons. Remove it from your system, install libhunspell-dev provided by your distribution.
jjenson:
--- Quote from: osdt on February 14, 2019, 09:21:26 pm ---
--- Quote from: jjenson on February 14, 2019, 04:12:46 pm ---dpkg-shlibdeps: error: no dependency information found for /usr/local/lib/libhunspell-1.7.so.0 (used by debian/codeblocks-contrib/usr/lib/codeblocks/plugins/libSpellChecker.so)
Hint: check if the library actually comes from a package.
--- End quote ---
Your package depends on the self-built libhunspell, which is not allowed for good reasons. Remove it from your system, install libhunspell-dev provided by your distribution.
--- End quote ---
I have the libhunspell provided by my distribution. I installed it with sudo apt-get install libhunspell-dev
osdt:
--- Quote from: jjenson on February 14, 2019, 10:16:02 pm ---
--- Quote from: osdt on February 14, 2019, 09:21:26 pm ---
--- Quote from: jjenson on February 14, 2019, 04:12:46 pm ---dpkg-shlibdeps: error: no dependency information found for /usr/local/lib/libhunspell-1.7.so.0 (used by debian/codeblocks-contrib/usr/lib/codeblocks/plugins/libSpellChecker.so)
Hint: check if the library actually comes from a package.
--- End quote ---
Your package depends on the self-built libhunspell, which is not allowed for good reasons. Remove it from your system, install libhunspell-dev provided by your distribution.
--- End quote ---
I have the libhunspell provided by my distribution. I installed it with sudo apt-get install libhunspell-dev
--- End quote ---
The error message above clearly states that libSpellChecker.so was linked against /usr/local/lib/libhunspell-1.7.so.0 which is not provided by any package installed on your system.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version