[ create a new paste ] login | about

Link: http://codepad.org/8yaIKQdK    [ raw code | output | fork ]

C++, pasted on May 8:
1
2
3
4
5
6
7
8
9
10
11
12
/usr/lib/pkgconfig/kqoauth.pc
prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include/QtKOAuth

Name: KQOAuth
Description: Qt OAuth support library
Version: 0.97
Requires: QtCore QtNetwork
Libs: -L${libdir} -lkqoauth
Cflags: -I${includedir}


Output:
1
2
3
Line 12: error: '$' in identifier or number
Line 1: error: expected unqualified-id before '/' token
compilation terminated due to -Wfatal-errors.


Create a new paste based on this one


Comments: