LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   can konqueror/embedded b compiled w/o qt (https://www.linuxquestions.org/questions/linux-software-2/can-konqueror-embedded-b-compiled-w-o-qt-434692/)

arivendu 04-13-2006 01:23 AM

can konqueror/embedded b compiled w/o qt
 
i m trying to compile konqueror/embedded, for my embedded platform, but i cant use qt as its proprietry, so is there any way i can compile konq with "DirectFB", or if u guys kno any other open source browser dat can b compiled without qt

leonscape 04-14-2006 01:08 PM

Koqnueror is GPL, Qt is also GPL. Qt is also available under the QPL and a propretory license. but if you chose the GPL, then everthing is fine.

If GPL is a problem for you than every open source browser is a problem. I don't recall any that are under the BSD license... Although I could be wrong.

arivendu 04-18-2006 02:07 AM

building QT embedded
 
i m trying to build (GPL)QT/embedded 2.3.8 for the Sh4 platform, but it gives following errors:
it says that the above ver doesnt support SH4 platform
so made changes in the qglobal.h file and made it link to my sh4 compiler, but when i run "make", it says

"In file included from kernel/qt.h:20,
from allmoc.cpp:1:
/home/arivendu/konq/qt-2.3.8/include/qglobal.h:144:2: #error "Qt has not been ported to this OS - talk to qt-bugs@trolltech.com"
In file included from kernel/qt.h:132,
from allmoc.cpp:1:
/home/arivendu/konq/qt-2.3.8/include/qsharedmemory.h:54:21: sys/ipc.h: No such file or directory"

though my OS is Linux, and i have the file sys/ipc.h there"

help needed badly!


All times are GMT -5. The time now is 06:54 PM.