I ment qmlobserver.pro and gdbmacros.pro. :-)

On Wed, Mar 23, 2011 at 4:22 PM, Alex Reche <[email protected]> wrote:

> Ok I got it!
>
> I added x86 x86_64 to the CONFIG of the files qmlobserver.pro and
> qmlobserver.pro, so now 32 and 64 bits versions of the file are build.
> After rebuilding the helpers and restarting QtCreator, I can see the content
> of my containers again!
>
> Thanks Andre!
>
>      Alex
>
>
> On Wed, Mar 23, 2011 at 4:14 PM, André Pönitz <[email protected]>wrote:
>
>> On Wednesday 23 March 2011 15:51:55 ext Alex Reche wrote:
>> > Ok I found something new. In gdb in the command line I did:
>> >
>> > (gdb) call (void *)dlopen("/Applications/Qt
>> Creator.app/Contents/qtc-debugging-helper/92501879/libgdbmacros.dylib",2)
>> > $7 = (void *) 0x0
>> > (gdb) call (const char*)dlerror()
>> > $8 = 0x1c01a55 "dlopen(/Applications/Qt
>> Creator.app/Contents/qtc-debugging-helper/92501879/libgdbmacros.dylib, 2):
>> no suitable image found.  Did find:\n\t/Applications/Qt
>> Creator.app/Contents/qtc-debugging-helper/92501879/libgdbmacros.dylib:
>> mach-o, but wrong architecture"
>> >
>> > So QtCreator is building the wrong architecture for the helpers. How I
>> can change that?
>> > Can we build the helpers by hand?
>>
>> With a bit of fiddling this should be possible.
>>
>> The code is in
>>
>>   share/qtcreator/gdbmacros/gdbmacros{.pro,.h,.cpp,.p_h}
>>
>> Ignore the *.py bits there ;-)
>>
>> Andre'
>>
>
>
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to