From: Raimar S. <rai...@ui...> - 2014-01-08 15:16:56
Attachments:
CMakeLists.txt
Composite0_1__0_2_d.cc
|
Hi András, in the framework everything works fine, but for some reason in the python wrapper this change is making me some trouble in the on-demand compilation of composite. I'm out of ideas for the moment, could you maybe have a look at the generated project (attached)? Maybe you see something in the error message. Thanks and best regards Raimar |
From: Raimar S. <rai...@ui...> - 2014-01-08 15:21:26
|
On Wednesday, January 08, 2014 16:19:09 Raimar Sandner wrote: > Hi András, > > in the framework everything works fine, but for some reason in the python > wrapper this change is making me some trouble in the on-demand compilation > of composite. > > I'm out of ideas for the moment, could you maybe have a look at the > generated project (attached)? Maybe you see something in the error message. > > Thanks and best regards > Raimar I forgot to mention, you would need the python branch... git checkout -b python --recursive gi...@ge...:cppqed/complete.git |
From: Raimar S. <rai...@ui...> - 2014-01-08 15:22:00
|
On Wednesday, January 08, 2014 16:23:39 you wrote: > On Wednesday, January 08, 2014 16:19:09 Raimar Sandner wrote: > > Hi András, > > > > in the framework everything works fine, but for some reason in the python > > wrapper this change is making me some trouble in the on-demand compilation > > of composite. > > > > I'm out of ideas for the moment, could you maybe have a look at the > > generated project (attached)? Maybe you see something in the error > > message. > > > > Thanks and best regards > > Raimar > > I forgot to mention, you would need the python branch... > > git checkout -b python --recursive > gi...@ge...:cppqed/complete.git Sorry, git clone of course. |
From: Andras V. <and...@ui...> - 2014-01-08 16:19:21
|
As I suspected, it is an inclusion-related error. Apparently, the on-demand compilation of composite in cpypyqed occurs in a different inclusion environment than the compilation of scripts. But, of course, headers should be self-contained for this very reason :) Fixed on #124e7112 Dr. Andras Vukics Institute for Theoretical Physics University of Innsbruck On Wed, Jan 8, 2014 at 4:24 PM, Raimar Sandner <rai...@ui...>wrote: > On Wednesday, January 08, 2014 16:23:39 you wrote: > > On Wednesday, January 08, 2014 16:19:09 Raimar Sandner wrote: > > > Hi András, > > > > > > in the framework everything works fine, but for some reason in the > python > > > wrapper this change is making me some trouble in the on-demand > compilation > > > of composite. > > > > > > I'm out of ideas for the moment, could you maybe have a look at the > > > generated project (attached)? Maybe you see something in the error > > > message. > > > > > > Thanks and best regards > > > Raimar > > > > I forgot to mention, you would need the python branch... > > > > git checkout -b python --recursive > > gi...@ge...:cppqed/complete.git > > Sorry, git clone of course. > > > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics > Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > _______________________________________________ > Cppqed-support mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppqed-support > |
From: Raimar S. <rai...@ui...> - 2014-01-08 17:06:15
|
Works great, thanks for the fix. I could have thought of that... Raimar On Wednesday, January 08, 2014 17:18:52 Andras Vukics wrote: > As I suspected, it is an inclusion-related error. Apparently, the on-demand > compilation of composite in cpypyqed occurs in a different inclusion > environment than the compilation of scripts. But, of course, headers should > be self-contained for this very reason :) > Fixed on #124e7112 > > Dr. Andras Vukics > Institute for Theoretical Physics > University of Innsbruck > > On Wed, Jan 8, 2014 at 4:24 PM, Raimar Sandner <rai...@ui...>wrote: > > On Wednesday, January 08, 2014 16:23:39 you wrote: > > > On Wednesday, January 08, 2014 16:19:09 Raimar Sandner wrote: > > > > Hi András, > > > > > > > > in the framework everything works fine, but for some reason in the > > > > python > > > > > > wrapper this change is making me some trouble in the on-demand > > > > compilation > > > > > > of composite. > > > > > > > > I'm out of ideas for the moment, could you maybe have a look at the > > > > generated project (attached)? Maybe you see something in the error > > > > message. > > > > > > > > Thanks and best regards > > > > Raimar > > > > > > I forgot to mention, you would need the python branch... > > > > > > git checkout -b python --recursive > > > gi...@ge...:cppqed/complete.git > > > > Sorry, git clone of course. > > > > > > > > -------------------------------------------------------------------------- > > ---- Rapidly troubleshoot problems before they affect your business. Most > > IT organizations don't have a clear picture of how application > > performance affects their revenue. With AppDynamics, you get 100% > > visibility into your Java,.NET, & PHP application. Start your 15-day FREE > > TRIAL of AppDynamics Pro! > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktr > > k > > _______________________________________________ > > Cppqed-support mailing list > > Cpp...@li... > > https://lists.sourceforge.net/lists/listinfo/cppqed-support |