Stephen Furlani wrote:
>
>
> config->init returns _running which is true, but then
> while(config->isRunning) returns false on the first pass, so I put a bunch
> of breaks in and came up with this:
>
> //Breakpoint on config->isRunning()
> (gdb) display _running
> 1: this->_running = true
> // step to execute return _running;
> Program received signal: “EXC_BAD_ACCESS”.
> 1: this->_running = false
> Cannot access memory at address 0x74bffffc
> Cannot access memory at address 0x74bffffc
>
> So I hunted around for some (gdb) commands and I found print &_running
> and...
> config->init(0) and config->isRunning() aren't referencing the same
> _running.
>
> I feel like maybe it's a problem with includes, libraries, and referencing
> the wrong config.h (equalizer/build/XCode/lib/include/ as opposed to
> equalizer/lib/)
>
> help?
>
> -Stephen
>
I helped myself, bah. I reverted the Equalizer.xcodeproj to the one in the
trunk and eqHello.cpp runs just fine now. The only major difference between
the two of them is I must've checked LVM GCC 4.2 and it kept the settings
for it even though I switched it back to GCC 4.0. Sigh... XCode...
Compiles and runs fine as "eqHello.mm" too. I'll get the diffs to you by
the end of the week.
-Stephen
--
View this message in context:
http://n2.nabble.com/Objective-C-tp4263157p4351300.html
Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com.
_______________________________________________
eq-dev mailing list
[email protected]
http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com