Re: [Qt-jambi-interest] Jambi 4.7 release can't find com_trolltech_research_qtjambiawtbridge_generated.pri

2012-10-27 Thread doug brann
...@ibrezina.net; Frank T. Bergmann fberg...@caltech.edu; qt-jambi-interest@qt.nokia.com qt-jambi-interest@qt.nokia.com Sent: Thursday, 18 October 2012 2:59 PM Subject: Re: [Qt-jambi-interest] Jambi 4.7 release can't find com_trolltech_research_qtjambiawtbridge_generated.pri doug brann wrote

Re: [Qt-jambi-interest] Jambi 4.7 release can't find com_trolltech_research_qtjambiawtbridge_generated.pri

2012-10-19 Thread doug brann
4.7 release can't find com_trolltech_research_qtjambiawtbridge_generated.pri doug brann wrote: When you run vcvars32.bat, it seems to set the envs in quote marks ( ). I guess in Windows, that's how you tell the OS to read spaces as part of a path. Frank reminded me of this over the weekend. I

Re: [Qt-jambi-interest] Jambi 4.7 release can't find com_trolltech_research_qtjambiawtbridge_generated.pri

2012-10-18 Thread Darryl Miles
doug brann wrote: When I use the qt-jambi-qt-jambi directory un-tared from the git community, set up the environment as you say below, and type ant init.build I get Buildfile: c:\qt-jambi-qt-jambi\build.xml DUILD FAILED target init.build does not exist in the project null. what have I

Re: [Qt-jambi-interest] Jambi 4.7 release can't find com_trolltech_research_qtjambiawtbridge_generated.pri

2012-10-17 Thread doug brann
AM Subject: Re: [Qt-jambi-interest] Jambi 4.7 release can't find com_trolltech_research_qtjambiawtbridge_generated.pri doug brann wrote: When you run vcvars32.bat, it seems to set the envs in quote marks ( ). I guess in Windows, that's how you tell the OS to read spaces as part of a path

Re: [Qt-jambi-interest] Jambi 4.7 release can't find com_trolltech_research_qtjambiawtbridge_generated.pri

2012-10-15 Thread Darryl Miles
Ivan Brezina wrote: few moths ago I also went through this painful procedure of building Jambi. Maybe I also sow the same/similar error. I recall that there was some problems with double quotes, backslashes and spaces in the paths. The build (no-awt one) also failed for me and I had to

Re: [Qt-jambi-interest] Jambi 4.7 release can't find com_trolltech_research_qtjambiawtbridge_generated.pri

2012-10-15 Thread Darryl Miles
doug brann wrote: When you run vcvars32.bat, it seems to set the envs in quote marks ( ). I guess in Windows, that's how you tell the OS to read spaces as part of a path. Frank reminded me of this over the weekend. I don't see any extra quote marks myself in my environment (when I run command

Re: [Qt-jambi-interest] Jambi 4.7 release can't find com_trolltech_research_qtjambiawtbridge_generated.pri

2012-10-14 Thread Darryl Miles
Which version of ANT are you using ? ant -version 1.8.x is expected by default now (as it has been mainstream for a few years) but a branch/patch exist for 1.7.x if you really wish to use that. With the older git tree 'qtjambi-4_7' you were trying to use expect ANT 1.7.x. You are best

Re: [Qt-jambi-interest] Jambi 4.7 release can't find com_trolltech_research_qtjambiawtbridge_generated.pri

2012-10-13 Thread doug brann
-interest@qt.nokia.com Sent: Friday, 12 October 2012 11:52 AM Subject: Re: [Qt-jambi-interest] Jambi 4.7 release can't find com_trolltech_research_qtjambiawtbridge_generated.pri What is the QtJambi tree you are building against and the commit-id ? I keep seeing reference to: qt-jambi-qtjambi-4_7

Re: [Qt-jambi-interest] Jambi 4.7 release can't find com_trolltech_research_qtjambiawtbridge_generated.pri

2012-10-12 Thread Darryl Miles
What is the QtJambi tree you are building against and the commit-id ? I keep seeing reference to: qt-jambi-qtjambi-4_7 Which looks like an old tree that is no longer maintained and all changes should be included in the qtjambi-community tree. So a heads up that what you are tying might be a

Re: [Qt-jambi-interest] Jambi 4.7 release can't find com_trolltech_research_qtjambiawtbridge_generated.pri

2012-10-12 Thread doug brann
@qt.nokia.com Sent: Friday, 12 October 2012 11:52 AM Subject: Re: [Qt-jambi-interest] Jambi 4.7 release can't find com_trolltech_research_qtjambiawtbridge_generated.pri What is the QtJambi tree you are building against and the commit-id ? I keep seeing reference to: qt-jambi-qtjambi-4_7 Which looks like

Re: [Qt-jambi-interest] Jambi 4.7 release can't find com_trolltech_research_qtjambiawtbridge_generated.pri

2012-10-12 Thread doug brann
@qt.nokia.com qt-jambi-interest@qt.nokia.com Sent: Friday, 12 October 2012 1:30 PM Subject: Re: [Qt-jambi-interest] Jambi 4.7 release can't find com_trolltech_research_qtjambiawtbridge_generated.pri This is due to you creating a debug build. (And having only Qt 4.7.2 installed without debug libraries

Re: [Qt-jambi-interest] Jambi 4.7 release can't find com_trolltech_research_qtjambiawtbridge_generated.pri

2012-10-11 Thread doug brann
@qt.nokia.com qt-jambi-interest@qt.nokia.com Sent: Wednesday, 10 October 2012 9:29 PM Subject: Re: [Qt-jambi-interest] Jambi 4.7 release can't find com_trolltech_research_qtjambiawtbridge_generated.pri Seems like you have missing quotes in one of your filenames, and so instead of linking to a file

Re: [Qt-jambi-interest] Jambi 4.7 release can't find com_trolltech_research_qtjambiawtbridge_generated.pri

2012-10-10 Thread doug brann
So, I'm having pretty good success. I was able to build qt-jambi, by adding those 4 lines to a mess of .pri files. So, now it's on to building the bridge. I read through your comments in the .bat file and made the appropriate changes... except that I can't seem to find

Re: [Qt-jambi-interest] Jambi 4.7 release can't find com_trolltech_research_qtjambiawtbridge_generated.pri

2012-10-10 Thread doug brann
] Jambi 4.7 release can't find com_trolltech_research_qtjambiawtbridge_generated.pri So, I'm having pretty good success. I was able to build qt-jambi, by adding those 4 lines to a mess of .pri files. So, now it's on to building the bridge. I read through your comments in the .bat file and made