[solved] "poedit" installation with Sourcery failed

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
barchi
Posts: 26
Joined: 12. Oct 2012, 06:47

[solved] "poedit" installation with Sourcery failed

Post by barchi »

i've subscribed to transifex today and tried to install "poedit" via sourcery, this is the errormessage:

Code: Select all

checking build system type... x86_64-slackware-linux-gnu
checking host system type... x86_64-slackware-linux-gnu
checking target system type... x86_64-slackware-linux-gnu
checking for a BSD-compatible install... /bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for install location... /usr
checking for gawk... (cached) gawk
checking for a BSD-compatible install... /bin/ginstall -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... no
checking whether gcc accepts -g... no
checking dependency style of gcc... gcc3
checking for wx-config... no
configure: error:
        Please check that wx-config is in path, the directory
        where wxWidgets libraries are installed (returned by
        'wx-config --unicode --libs' command) is in LD_LIBRARY_PATH or
        equivalent variable and wxWidgets is version 2.8.0 or above,
        with Unicode build available.
    
fakeroot -- sh poedit.SlackBuild Gescheitert

something is missing in my PATH...
any ideas?

which wx-config:

Code: Select all

which: no wx-config in (/usr/local/bin:/usr/bin:/bin:/usr/games:.:/sbin:/usr/sbin)

Edit:
Ok, it seems that the package "wxX11" is needed, but not defined as dependency.
Installation with sourcery went fine, "poedit" was installed afterwards without any problem.

btw:
i made the mistake to also try install the package "wxSVG" which produces installation errors.
Last edited by barchi on 17. Oct 2012, 10:23, edited 5 times in total.
64bit Salix OS 14.0 beta1 xfce4 basic installation
djemos
Salix Warrior
Posts: 1466
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: "poedit" installation failed.

Post by djemos »

wxGTK is missing.

Code: Select all

slapt-get -i wxGTK
you don't have to build the package
Install the package from 13.37 salix repo. It is working fine.
poedit is on salix/xap group of packages.
http://salix.enialis.net/x86_64/13.37/salix/
Also look here if more deps are missing.
User avatar
barchi
Posts: 26
Joined: 12. Oct 2012, 06:47

Re: "poedit" + "wxX11" + "wxGTK" installation failed.

Post by barchi »

@djemos
no, i dont want to mix packages up, Salix 13.37 is based on a 2.6.x.x Kernel and i am testing the Salix 14.0 beta1 with a 3.2.x.x Kernel.
But, thanks for the hint. ;)
64bit Salix OS 14.0 beta1 xfce4 basic installation
Post Reply