Created
February 12, 2015 12:37
-
-
Save elieux/d496f94060e85291e694 to your computer and use it in GitHub Desktop.
scite-build-failure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Package gtk+-2.0 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `gtk+-2.0.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'gtk+-2.0' found | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../lexlib/Accessor.cxx | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../lexlib/CharacterSet.cxx | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../lexlib/LexerBase.cxx | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../lexlib/LexerModule.cxx | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../lexlib/LexerSimple.cxx | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../lexlib/StyleContext.cxx | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../lexlib/WordList.cxx | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../src/CharClassify.cxx | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../src/Decoration.cxx | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../src/Document.cxx | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../src/PerLine.cxx | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../src/Catalogue.cxx | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../src/CallTip.cxx | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../src/CaseConvert.cxx | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../src/CaseFolder.cxx | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../src/ScintillaBase.cxx | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../src/ContractionState.cxx | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../src/EditModel.cxx | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../src/Editor.cxx | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../src/EditView.cxx | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../src/ExternalLexer.cxx | |
In file included from ../src/ContractionState.cxx:15:0: | |
../src/Partitioning.h: In member function 'int ContractionState::LinesDisplayed() const': | |
../src/Partitioning.h:155:23: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false [-Wstrict-overflow] | |
if ((partition < 0) || (partition >= body->Length())) { | |
^ | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../src/MarginView.cxx | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c ../lexlib/PropSetSimple.cxx | |
g++ --std=c++0x -DNDEBUG -Os -Wall -pedantic -DGTK -DSCI_LEXER -I ../include -I ../src -I ../lexlib -march=x86-64 -mtune=generic -O2 -pipe -c PlatGTK.cxx | |
PlatGTK.cxx:16:18: fatal error: glib.h: No such file or directory | |
#include <glib.h> | |
^ | |
compilation terminated. | |
makefile:78: recipe for target 'PlatGTK.o' failed | |
make: *** [PlatGTK.o] Error 1 | |
make: *** Waiting for unfinished jobs.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment