Re: [Interest] Incorrect include paths in linux webkit build of QT5?

2016-01-06 Thread olivier barthelemy
I finished fixing includes earlier to allow make all in qtwidgets to finish. I had to change : - All include WebCore/*.h, JavaScriptCore/*.h, WebKit2/*.h by removing the first part. Those would not have worked no matter the include paths, since the headers were in subfolders of thoses - an inclu

Re: [Interest] Incorrect include paths in linux webkit build of QT5?

2016-01-06 Thread olivier barthelemy
-I." So the -I. adds the curent directoryto the search path, and not the folder of the cpp file. Any idea for a better trick than fixing all the includes one by one? 2016-01-06 11:10 GMT+01:00 olivier barthelemy < perso.olivier.barthel...@gmail.com>: > I am building Qt5.5.1 with the

[Interest] Incorrect include paths in linux webkit build of QT5?

2016-01-06 Thread olivier barthelemy
I am building Qt5.5.1 with the webkit support, and i stumble upon what seems to be wrong include paths in the sources files Example : I have headers in WebCore/A/B.h The build script adds -I WebCore/A for all A that contain headers However, source that include those headers include tham with the p

[Interest] QtWebKit build fails due to empty JSDOMWIndow.h

2015-11-20 Thread Olivier Barthelemy
WebCore/generated, so JSDOMWindow.h is found, But as the content of JSDOMWIndow.h says, they are just dummy files and should not be compiled. So why does the qtwebkit build need them? Any idea how i can fix this? -- [image: Geovariances] Olivier BARTHELEMY *Software development engineer* Geovariances

Re: [Interest] Python not found when building QT 5.4.x

2015-06-04 Thread Olivier Barthelemy
ave followed this guide: > > http://doc.qt.io/qt-5/windows-building.html > > In my case, at some point, I had to install python and put it on the path. > > Nuno Santos > Founder / CEO / CTO > www.imaginando.pt > +351 91 621 69 62 > > On 04 Jun 2015, at 15:56, Olivie

[Interest] Python not found when building QT 5.4.x

2015-06-04 Thread Olivier Barthelemy
ny suggestion? -- [image: Geovariances] Olivier BARTHELEMY *Software development engineer* Geovariances, 49bis avenue Franklin Roosevelt - 77215 AVON CEDEX - FRANCE | www.geovariances.com <http://link.geovariances.com/eml-home> Keep posted about Geovariances <http://link.geovariances.co

[Interest] Qmap insert versus operator[]

2013-11-05 Thread Olivier BARTHELEMY
), while not being slower for the modification of an element that already exists? -- Olivier BARTHELEMY ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Construction of QObjects before QApplication or something else brings SEGV

2013-09-17 Thread Olivier BARTHELEMY
herwise, check Qt examples about how to > initialize an application. > > And if you have a segfault situation, this means the behavior is likely > undefined. So making trivial changes, changing the compiler version, eating > a pizza, and even doing nothing may change the code's behavior.

[Interest] Construction of QObjects before QApplication or something else brings SEGV

2013-09-11 Thread Olivier BARTHELEMY
nd on some other sites (google 'QWidgetPrivate::create_sys conditional jump' for example) have been having similar problems of either the warning or the SEGV with call stacks indicating the same problem, but without solution. Any suggestion? I'm using QT4.8.5

[Interest] Compilaton errors in qtestspontaneevent.h with intel C++ compiler on linux

2013-09-03 Thread Olivier BARTHELEMY
would be the proper way to remove the errors? Thanks -- Olivier BARTHELEMY ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest