Не могу откомпилировать исходнини ksqlanalyzer

Для новичков как вообще в Linux, так и в конкретной теме, к которой относится вопрос.

Модератор: Bizdelnick

kos410
Сообщения: 20

Не могу откомпилировать исходнини ksqlanalyzer

Сообщение kos410 »

Короче говоря скачал исходники ksqlanalyzer. Конфигур проходит номано, а вот на make начинается ругань.
Вот конфигуре, на всякий случай:

Код:

kos@kos:~/Desktop/ksqlanalyzer-0.2.2/ksqlanalyzer$ sudo ./configure --with-qt-dir=/usr/share/qt3 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking for -p flag to install... yes checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU 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 ANSI C... none needed checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E 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 whether g++ supports -Wundef... yes checking whether g++ supports -Wbad-function-cast... yes checking whether g++ supports -Wno-long-long... yes checking whether g++ supports -Wnon-virtual-dtor... yes checking whether g++ supports -fno-exceptions... yes checking whether g++ supports -fno-check-new... yes checking whether g++ supports -fexceptions... yes checking how to run the C++ preprocessor... g++ -E checking whether g++ supports -frepo... yes checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking for a sed that does not truncate output... checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... no checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... no checking if g++ supports -c -o file.o... no checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so appending configuration tag "GCJ" to libtool checking if gcj supports -fno-rtti -fno-exceptions... (cached) no checking for gcj option to produce PIC... -fPIC checking if gcj PIC flag -fPIC works... no checking if gcj supports -c -o file.o... no checking whether the gcj linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking for msgfmt... msgfmt checking for gmsgfmt... msgfmt found msgfmt program is not GNU msgfmt; ignore it checking for xgettext... : checking for main in -lutil... yes checking for main in -lcompat... no checking for crypt in -lcrypt... yes checking for socklen_t... socklen_t checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for inet_ntoa... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking crt_externs.h usability... no checking crt_externs.h presence... no checking for crt_externs.h... no checking for _NSGetEnviron... no checking for sys/types.h... (cached) yes checking for stdint.h... (cached) yes checking for poll in -lpoll... no checking CoreAudio/CoreAudio.h usability... no checking CoreAudio/CoreAudio.h presence... no checking for CoreAudio/CoreAudio.h... no checking for res_init... no checking for killpg in -lucb... no checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for char *... yes checking size of char *... 4 checking for char... yes checking size of char... 1 checking for dlopen in -ldl... yes checking for shl_unload in -ldld... no checking for X... libraries /usr/lib, headers . checking for IceConnectionNumber in -lICE... yes checking for libXext... yes checking for Xinerama... no checking for pthread_create in -lpthread... yes checking for extra includes... no checking for extra libs... no checking for libz... -lz checking for libpng... -lpng -lz -lm checking for libjpeg6b... no checking for libjpeg... -ljpeg checking for Qt... libraries /usr/share/qt3/lib, headers /usr/share/qt3/include using -mt checking if Qt compiles without flags... yes checking for moc... /usr/share/qt3/bin/moc checking for uic... /usr/share/qt3/bin/uic checking whether uic supports -L ... yes checking whether uic supports -nounload ... yes checking if Qt needs -ljpeg... no checking for rpath... yes checking for KDE... libraries /usr/lib, headers /usr/include/kde checking for KDE paths... defaults checking for dcopidl... /usr/bin/dcopidl checking for dcopidl2cpp... /usr/bin/dcopidl2cpp checking for mcopidl... /usr/bin/mcopidl checking for artsc-config... /usr/bin/artsc-config checking for kde-config... /usr/bin/kde-config checking for meinproc... /usr/bin/meinproc checking if doc should be compiled... yes checking if ksqlanalyzer should be compiled... yes checking if po should be compiled... yes configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile



Вот make:

Код:

kos@kos:~/Desktop/ksqlanalyzer-0.2.2/ksqlanalyzer$ make cd . \ && CONFIG_FILES= CONFIG_HEADERS=config.h \ /bin/bash ./config.status config.status: creating config.h config.status: config.h is unchanged config.status: executing default-1 commands make all-recursive make[1]: Entering directory `/home/kos/Desktop/ksqlanalyzer-0.2.2/ksqlanalyzer' Making all in ksqlanalyzer make[2]: Entering directory `/home/kos/Desktop/ksqlanalyzer-0.2.2/ksqlanalyzer/ksqlanalyzer' Making all in kwrite make[3]: Entering directory `/home/kos/Desktop/ksqlanalyzer-0.2.2/ksqlanalyzer/ksqlanalyzer/kwrite' /usr/share/qt3//bin/moc ./kwview.h -o kwview.moc source='kwview.cpp' object='kwview.o' libtool=no \ depfile='.deps/kwview.Po' tmpdepfile='.deps/kwview.TPo' \ depmode=gcc3 /bin/bash ../../admin/depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/share/qt3//include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wbad-function-cast -Wundef -Wall -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -fexceptions -c -o kwview.o `test -f kwview.cpp || echo './'`kwview.cpp cc1plus: предупреждение: ключ "-Wbad-function-cast" годится для C/ObjC, но не для C++ cc1plus: предупреждение: ключ "-Wmissing-prototypes" годится для Ada/C/ObjC, но не для C++ In file included from kwview.cpp:1: kwview.h:6:21: error: qscrbar.h: No such file or directory kwview.h:7:20: error: qiodev.h: No such file or directory In file included from kwview.h:13, from kwview.cpp:1: kwdialog.h:7:20: error: qlined.h: No such file or directory kwdialog.h:8:21: error: qchkbox.h: No such file or directory kwdialog.h:9:22: error: qradiobt.h: No such file or directory In file included from kwview.cpp:2: kwdoc.h:5:19: error: qlist.h: No such file or directory kwdoc.h:8:22: error: qfontmet.h: No such file or directory In file included from kwdoc.h:16, from kwview.cpp:2: highlight.h:7:20: error: qcombo.h: No such file or directory kwview.cpp:16:21: error: qmsgbox.h: No such file or directory kwview.cpp:18:22: error: qfileinf.h: No such file or directory kwview.cpp:26:22: error: qclipbrd.h: No such file or directory kwdialog.h:29: ошибка: ISO C++ запрещает декларации ‘QComboBox’ без типа kwdialog.h:29: ошибка: expected ‘;’ before ‘*’ token kwdialog.h:30: ошибка: ISO C++ запрещает декларации ‘QComboBox’ без типа kwdialog.h:30: ошибка: expected ‘;’ before ‘*’ token kwdialog.h:32: ошибка: ISO C++ запрещает декларации ‘QCheckBox’ без типа kwdialog.h:32: ошибка: expected ‘;’ before ‘*’ token kwdialog.h:33: ошибка: ISO C++ запрещает декларации ‘QCheckBox’ без типа kwdialog.h:33: ошибка: expected ‘;’ before ‘*’ token kwdialog.h:34: ошибка: ISO C++ запрещает декларации ‘QCheckBox’ без типа kwdialog.h:34: ошибка: expected ‘;’ before ‘*’ token kwdialog.h:35: ошибка: ISO C++ запрещает декларации ‘QCheckBox’ без типа kwdialog.h:35: ошибка: expected ‘;’ before ‘*’ token kwdialog.h:36: ошибка: ISO C++ запрещает декларации ‘QCheckBox’ без типа kwdialog.h:36: ошибка: expected ‘;’ before ‘*’ token kwdialog.h:37: ошибка: ISO C++ запрещает декларации ‘QCheckBox’ без типа kwdialog.h:37: ошибка: expected ‘;’ before ‘*’ token kwdialog.h:60: ошибка: ISO C++ запрещает декларации ‘QLineEdit’ без типа kwdialog.h:60: ошибка: expected ‘;’ before ‘*’ token highlight.h:19: предупреждение: ‘class HlItem’ has virtual functions but non-virtual destructor highlight.h:29: предупреждение: ‘class HlItemWw’ has virtual functions but non-virtual destructor highlight.h:37: предупреждение: ‘class HlCharDetect’ has virtual functions but non-virtual destructor highlight.h:45: предупреждение: ‘class Hl2CharDetect’ has virtual functions but non-virtual destructor kwview.cpp: In member function ‘virtual void KWriteView::focusInEvent(QFocusEvent*)’: kwview.cpp:729: ошибка: invalid use of undefined type ‘struct QClipboard’ /usr/share/qt3//include/qwindowdefs.h:81: ошибка: forward declaration of ‘struct QClipboard’ kwview.cpp: At global scope: kwview.cpp:1043: предупреждение: unused parameter ‘dl’ make[3]: *** [kwview.o] Ошибка 1 make[3]: Leaving directory `/home/kos/Desktop/ksqlanalyzer-0.2.2/ksqlanalyzer/ksqlanalyzer/kwrite' make[2]: *** [all-recursive] Ошибка 1 make[2]: Leaving directory `/home/kos/Desktop/ksqlanalyzer-0.2.2/ksqlanalyzer/ksqlanalyzer' make[1]: *** [all-recursive] Ошибка 1 make[1]: Leaving directory `/home/kos/Desktop/ksqlanalyzer-0.2.2/ksqlanalyzer' make: *** [all] Ошибка 2


В чем может быть проблема. Сам начал заниматься этим недавно, а щас приперло - надо откомпилить это, но никак.
Спасибо сказали:
Аватара пользователя
messer
Сообщения: 98
ОС: линугз

Re: Не могу откомпилировать исходнини ksqlanalyzer

Сообщение messer »

установите qt-devel .
компилятор ругается на отсутствие заголовочных файлов Qt
Gentoo 2006.0
"Когда я вижу что-либо смешное , я весь просто трясусь от смеха. Поэтому всегда хожу небритый.")))
Спасибо сказали:
kos410
Сообщения: 20

Re: Не могу откомпилировать исходнини ksqlanalyzer

Сообщение kos410 »

Стоит libavahi-qt3-devel.
В сети нашел qt3-dev. там просто архив библиотек. Все скинул в соответствующие каталоги - все равно тоже самое.
Спасибо сказали:
Аватара пользователя
Juliette
Сообщения: 5058
Статус: ROSA Lab
ОС: Ubuntu LTS, Mandriva 2011

Re: Не могу откомпилировать исходнини ksqlanalyzer

Сообщение Juliette »

Переношу к "новичкам".
Спасибо сказали:
sdemon72
Сообщения: 5
ОС: ASP Linux 11.2

Re: Не могу откомпилировать исходнини ksqlanalyzer

Сообщение sdemon72 »

Те же грабли:

Код: Выделить всё

kwdialog.h:29: error: ISO C++ forbids declaration of ‘QComboBox’ with no type
kwdialog.h:29: error: expected ‘;’ before ‘*’ token
kwdialog.h:30: error: ISO C++ forbids declaration of ‘QComboBox’ with no type
kwdialog.h:30: error: expected ‘;’ before ‘*’ token

qt-devel стоит, версия 3.3.7
Я так понимаю ругается на синтаксис строк:

Код: Выделить всё

    QComboBox *search;
    QComboBox *replace;

В програмлении не бычу, кто подскажет?
Спасибо сказали:
sdemon72
Сообщения: 5
ОС: ASP Linux 11.2

Re: Не могу откомпилировать исходнини ksqlanalyzer

Сообщение sdemon72 »

На всякий случай показываю весь вывод при сборке:
./configure

Код: Выделить всё

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
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 ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
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 whether g++ supports -Wundef... yes
checking whether g++ supports -Wbad-function-cast... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wnon-virtual-dtor... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fexceptions... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -frepo... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output...
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... no
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... no
checking if g++ supports -c -o file.o... no
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "GCJ" to libtool
checking if gcj supports -fno-rtti -fno-exceptions... (cached) no
checking for gcj option to produce PIC... -fPIC
checking if gcj PIC flag -fPIC works... no
checking if gcj supports -c -o file.o... no
checking whether the gcj linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... socklen_t
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking for poll in -lpoll... no
checking CoreAudio/CoreAudio.h usability... no
checking CoreAudio/CoreAudio.h presence... no
checking for CoreAudio/CoreAudio.h... no
checking for res_init... no
checking for killpg in -lucb... no
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for char *... yes
checking size of char *... 4
checking for char... yes
checking size of char... 1
checking for dlopen in -ldl... yes
checking for shl_unload in -ldld... no
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for Xinerama... no
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for Qt... libraries /usr/lib/qt-3.3/lib, headers /usr/lib/qt-3.3/include using -mt
checking if Qt compiles without flags... no
checking for moc... /usr/lib/qt-3.3/bin/moc
checking for uic... /usr/lib/qt-3.3/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking if Qt needs -ljpeg... no
checking for rpath... yes
checking for KDE... libraries /usr/lib, headers /usr/include/kde
checking for KDE paths... defaults
checking for dcopidl... /usr/bin/dcopidl
checking for dcopidl2cpp... /usr/bin/dcopidl2cpp
checking for mcopidl... /usr/bin/mcopidl
checking for artsc-config... /usr/bin/artsc-config
checking for kde-config... /usr/bin/kde-config
checking for meinproc... /usr/bin/meinproc
checking if doc should be compiled... yes
checking if ksqlanalyzer should be compiled... yes
checking if po should be compiled... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating doc/en/Makefile
config.status: creating ksqlanalyzer/Makefile
config.status: creating ksqlanalyzer/kwrite/Makefile
config.status: creating ksqlanalyzer/pix/Makefile
config.status: creating ksqlanalyzer/tds/Makefile
config.status: creating po/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands


make

Код: Выделить всё

cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
make  all-recursive
make[1]: Entering directory `/usr/src/ksqlanalyzer'
Making all in ksqlanalyzer
make[2]: Entering directory `/usr/src/ksqlanalyzer/ksqlanalyzer'
Making all in kwrite
make[3]: Entering directory `/usr/src/ksqlanalyzer/ksqlanalyzer/kwrite'
source='kwview.cpp' object='kwview.o' libtool=no \
depfile='.deps/kwview.Po' tmpdepfile='.deps/kwview.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/kde -I/usr/lib/qt-3.3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wbad-function-cast -Wundef -Wall -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new -fexceptions  -c -o kwview.o `test -f kwview.cpp || echo './'`kwview.cpp
cc1plus: warning: command line option "-Wbad-function-cast" is valid for C/ObjC but not for C++
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
kwdialog.h:29: error: ISO C++ forbids declaration of ‘QComboBox’ with no type
kwdialog.h:29: error: expected ‘;’ before ‘*’ token
kwdialog.h:30: error: ISO C++ forbids declaration of ‘QComboBox’ with no type
kwdialog.h:30: error: expected ‘;’ before ‘*’ token
highlight.h:19: warning: ‘class HlItem’ has virtual functions but non-virtual destructor
highlight.h:29: warning: ‘class HlItemWw’ has virtual functions but non-virtual destructor
highlight.h:37: warning: ‘class HlCharDetect’ has virtual functions but non-virtual destructor
highlight.h:45: warning: ‘class Hl2CharDetect’ has virtual functions but non-virtual destructor
kwview.cpp:1043: warning: unused parameter ‘dl’
make[3]: *** [kwview.o] Ошибка 1
make[3]: Leaving directory `/usr/src/ksqlanalyzer/ksqlanalyzer/kwrite'
make[2]: *** [all-recursive] Ошибка 1
make[2]: Leaving directory `/usr/src/ksqlanalyzer/ksqlanalyzer'
make[1]: *** [all-recursive] Ошибка 1
make[1]: Leaving directory `/usr/src/ksqlanalyzer'
make: *** [all] Ошибка 2
Спасибо сказали:
sdemon72
Сообщения: 5
ОС: ASP Linux 11.2

Re: Не могу откомпилировать исходнини ksqlanalyzer

Сообщение sdemon72 »

Хы, скомпилилось :)
Добавил в kwdialog.h строку:

Код: Выделить всё

#include <qcombobox.h>

Прога сырая правда, грабли с кирилицей и подвисает на больших таблицах
Спасибо сказали: