Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151159 - app-editors/scite-1.71 fails to build (missing dep?)
Summary: app-editors/scite-1.71 fails to build (missing dep?)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Krzysztof Pawlik (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-13 05:28 UTC by Evil Compile Person
Modified: 2006-10-13 05:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evil Compile Person 2006-10-13 05:28:52 UTC
>>> Compiling source in /var/tmp/portage/app-editors/scite-1.71/work/scite/gtk ...
make: Entering directory `/var/tmp/portage/app-editors/scite-1.71/work/scintilla/gtk'
i686-pc-linux-gnu-g++ `gtk-config --cflags` -O2 -march=i686 -pipe -DNDEBUG  -Wall -Wno-missing-braces -Wno-char-subscripts -pedantic -Os -DGTK -DSCI_LEXER -I ../include -I ../src  -c ../src/DocumentAccessor.cxx
/bin/sh: gtk-config: command not found

[snip]

PlatGTK.cxx: In member function 'virtual void* DynamicLibraryImpl::FindFunction(const char*)':
PlatGTK.cxx:2549: warning: control reaches end of non-void function
make: *** [PlatGTK.o] Error 1
make: Leaving directory `/var/tmp/portage/app-editors/scite-1.71/work/scintilla/gtk'

!!! ERROR: app-editors/scite-1.71 failed.
Comment 1 Krzysztof Pawlik (RETIRED) gentoo-dev 2006-10-13 05:36:54 UTC
Was missing dev-util/pkgconfig in DEPEND. Fixed, thanks.