Hi Oliver,

Below is the end of strace output when qlgt is started. It seems that i 
have an issue with my old network manager package... 0.8.4.0-2 on debian.
Trying to update the pkg introduces a lot of dependances problems ... as 
i need to remove severals programs.
designer-qt4 is not started and i got the same strace.

sendmsg(8, {msg_name(0)=NULL, 
msg_iov(2)=[{"l\1\0\1/\0\0\0\24\0\0\0\177\0\0\0\1\1o\0\25\0\0\0/org/fre"..., 
144}, {"*\0\0\0org.freedesktop.NetworkManag"..., 47}], msg_controllen=0, 
msg_flags=0}, MSG_NOSIGNAL) = 191
clock_gettime(CLOCK_MONOTONIC, {190082, 910028099}) = 0
poll([{fd=8, events=POLLIN}], 1, 25000) = 1 ([{fd=8, revents=POLLIN}])
recvmsg(8, {msg_name(0)=NULL, 
msg_iov(1)=[{"l\3\1\1[\0\0\0\t\0\0\0u\0\0\0\6\1s\0\6\0\0\0:1.718\0\0"..., 
2048}], 
msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, MSG_CMSG_CLOEXEC) = 227
recvmsg(8, 0xbfa001d0, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource 
temporarily unavailable)
futex(0x95def44, FUTEX_WAIT_PRIVATE, 1, NULL) = ? ERESTARTSYS (To be 
restarted)
--- SIGINT (Interrupt) @ 0 (0) ---
+++ killed by SIGINT +++



Le 17/10/2012 06:45, Rabia CHEBAH a écrit :
> Hi Oliver,
>
> Unfortunately, tell no to prevent reload wrong map is not helping me 
> as the app window is not displayed (crashed). Removed the 
> .config/QLandkarteGT/ does not help me also...
>
> Even if i forced no maps, the problem is the same. i don't know how to 
> debug this issue...
>
> (gdb) file ./qlandkartegt
> Reading symbols from 
> /home/rage/src/qlandkartegt-1.5.3/build/bin/qlandkartegt...done.
> (gdb) run
> Starting program: 
> /home/rage/src/qlandkartegt-1.5.3/build/bin/qlandkartegt
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
> use config file: ""
> [New Thread 0xad753b70 (LWP 23581)]
>
>
> Regards,
> R. Chebah.
>
>
>
> Date: Tue, 16 Oct 2012 09:42:05 +0200
> From: "Oliver Eichler"<[email protected]>
> Subject: Re: [Qlandkartegt-users] Compilation error with Qt4.8?
> To:[email protected]
> Message-ID:<[email protected]>
> Content-Type: text/plain; charset="utf-8"
>
> Hi Rabia,
>
> I assume "nothing is happening" means that QLGT crashes before the 
> application windows is displayed. That would explain the the message 
> box asking to load the last map. This will only be shown if QLGT 
> crashed. In your case this is because of your map. Thus you should say 
> "no" to prevent QLGT from loading that bad map.
>
> HTH
>
> Oliver
>
>
>
> Le 16/10/2012 07:47, Rabia CHEBAH a écrit :
>> Hello Oliver,
>>
>> Thank you again for your help...and your last release.
>> Now the compilation is working; somes links are missing for 
>> libqtwebkit-dev packages under debian into the folder 
>> /usr/lib/i386-linux-gnu/.
>>
>> When i started the bin, the application displayed the splash screen 
>> and an invitation window to use or not the last map, but then nothing 
>> is happening.
>> I removed the .config/QLandkarteGT/ folder and restart -> same issue.
>>
>> I have the same problem with the qlandkarte debian package from the 
>> distri repo. (rev1.5.0~dfsg1-1).
>>
>> Now i compiled the last release 1.5.3 with debugging symbols but gdb 
>> is not helping me....
>>
>> (gdb) file qlandkartegt
>> Reading symbols from 
>> /home/rage/src/qlandkartegt-1.5.3/build/bin/qlandkartegt...done.
>> (gdb) run
>> Starting program: 
>> /home/rage/src/qlandkartegt-1.5.3/build/bin/qlandkartegt
>> [Thread debugging using libthread_db enabled]
>> use config file: ""
>> [New Thread 0xad803b70 (LWP 5445)]
>>
>> If required, i can generate cmake makefiles for codeblocks for 
>> editing and debugging....
>>
>> Thank you again for your fast support !
>>
>> Regards,
>> R. Chebah.
>>
>>
>>
>>
>> Date: Fri, 12 Oct 2012 08:10:33 +0200
>> From: "Oliver Eichler"<[email protected]>
>> Subject: Re: [Qlandkartegt-users] Compilation error with Qt4.8?
>> To:[email protected]
>> Message-ID:<[email protected]>
>> Content-Type: text/plain; charset="utf-8"
>>
>> Hi Rabia,
>>
>> try again with ccmake and check if the settings for QtWebKit are 
>> valid. Use 't' to get the advanced list of settings. If cmake fails 
>> to find the correct paths your system setup is broken. Imho there is 
>> no need to tinker the CMakeLists files in QLGT.
>>
>> Oliver
>>
>> Le 12/10/2012 03:52, Rabia CHEBAH a écrit :
>>> Hello Oliver,
>>>
>>> Thank you for your feedback.
>>>
>>> The libqtwebkit4 and the dev package is already installed (rev 
>>> 2.2.0). The file qwebview.h is present into the folder:
>>> /usr/include/qt4/QtWebKit.
>>>
>>> Should i change something into cmake configurations files?
>>>
>>> rage@Linux:/usr/include/qt4/QtWebKit$ ls
>>> QGraphicsWebView       qwebhistory.h            qwebpage.h
>>> qgraphicswebview.h     QWebHistoryInterface QWebPluginFactory
>>> QtWebKit               qwebhistoryinterface.h qwebpluginfactory.h
>>> QWebDatabase           QWebHistoryItem QWebSecurityOrigin
>>> qwebdatabase.h         QWebHitTestResult qwebsecurityorigin.h
>>> QWebElement            QWebInspector            QWebSettings
>>> QWebElementCollection  qwebinspector.h          qwebsettings.h
>>> qwebelement.h          qwebkitglobal.h          QWebView
>>> QWebFrame              qwebkitplatformplugin.h  qwebview.h
>>> qwebframe.h            qwebkitversion.h ViewportAttributes
>>> QWebHistory            QWebPage
>>>
>>> R. Chebah.
>>>
>>>
>>>
>>> Le 10/10/2012 07:53, Oliver Eichler a écrit :
>>>> Hi Rabia,
>>>>
>>>> you must install the WebView developer package for Qt.
>>>>
>>>> Oliver
>>>>
>>>> -------- Original-Nachricht --------
>>>>> Datum: Wed, 10 Oct 2012 05:37:38 +0200
>>>>> Von: Rabia CHEBAH <[email protected]>
>>>>> An: [email protected]
>>>>> Betreff: [Qlandkartegt-users] Compilation error with Qt4.8?
>>>>> Hello,
>>>>>
>>>>> Could you please help me to solve a compilation issue?
>>>>> I have got this error when i'm trying to compile the last release or
>>>>> last svn repo.
>>>>>
>>>>> Thank you in advance.
>>>>> R. Chebah
>>>>>
>>>>> the configuration i have under Debian:
>>>>>
>>>>>    * CMake, version >=2.8.9.1
>>>>>    * QT including development files, version >= 4.8.2
>>>>>    * GDAL including development files, version >= 1.9.0
>>>>>    * Proj4 including development files, version >= 4.7.0
>>>>>
>>>>>
>>>>>
>>>>> Below are the details of compilation results at the end progress:
>>>>>
>>>>> Linking CXX executable ../bin/qlandkartegt
>>>>> CMakeFiles/qlandkartegt.dir/CDlgEditWpt.cpp.o: In function
>>>>> `CDlgEditWpt::slotToggleHint(bool)':
>>>>> /home/rage/src/qlandkartegt-1.5.1/src/CDlgEditWpt.cpp:543: undefined
>>>>> reference to `QWebView::setHtml(QString const&, QUrl const&)'
>


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Qlandkartegt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users

Reply via email to