Bug 272946 - undefined reference to `QsciCommand::setKey(int)'
Summary: undefined reference to `QsciCommand::setKey(int)'
Status: RESOLVED WORKSFORME
Alias: None
Product: bindings
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kde-bindings
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-10 15:27 UTC by Dennis veatch
Modified: 2018-11-05 14:05 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Compile log of kdebindings with qscintilla 2.5.1 (32.43 KB, application/octet-stream)
2011-05-10 15:27 UTC, Dennis veatch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis veatch 2011-05-10 15:27:59 UTC
Created attachment 59862 [details]
Compile log of kdebindings with qscintilla 2.5.1

Version:           unspecified (using KDE 4.6.2) 
OS:                Linux

Compiling kdebindings-4.6.3 from source and using qscintilla2-gpl-2.5.1 (compiled from source; which went fine). Using -DWITH_QScintilla=ON kdebindings fails the make starting with;

[ 23%] Building CXX object smoke/qt/qsci/CMakeFiles/smokeqsci.dir/x_10.o
Linking CXX shared library ../../../lib/libsmokeqsci.so
CMakeFiles/smokeqsci.dir/x_1.o: In function `__smokeqsci::xcall_QsciCommand(short, void*, Smoke::StackItem*)':
x_1.cpp:(.text+0x9f): undefined reference to `QsciCommand::setKey(int)'

Setting -DWITH_QScintilla=OFF and kdebindings compiles OK.

Reproducible: Always

Steps to Reproduce:
compile/install qscintilla 2.5.1 from source, compile kdebindings using -DWITH_QScintilla=ON. 



Attached is a compile log. Also was not given a choice of kde version 4.6.3 hence the 4.6.2
Comment 1 Andrew Crouthamel 2018-11-05 03:14:06 UTC
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond.

Thank you for helping us make KDE software even better for everyone!
Comment 2 Taurnil 2018-11-05 09:50:30 UTC
I've since moved on, you can close this.
Comment 3 Andrew Crouthamel 2018-11-05 14:05:56 UTC
Thanks for the update!