missing #ifdef

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, LCMark

Locked
mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Location: Berkeley, CA, US
Contact:

missing #ifdef

Post by mwieder » Wed Apr 10, 2013 9:36 pm

The #ifdef _IREVIAM" definition is referenced in a few files in engine/src, but it isn't defined anywhere.

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Location: Berkeley, CA, US
Contact:

Re: missing #ifdef

Post by mwieder » Wed Apr 10, 2013 9:45 pm

Update: maybe I should put that a different way. Yes, I understand what an "#ifdef" is and does, but there are instances like

Code: Select all

#ifdef _IREVIAM
    s_debugging = IreviamDebuggerConnect(p_site, p_url);
#endif
and there's no IreviamDebuggerConnect() anywhere to be found, so even defining it won't help.

LCMark
Livecode Staff Member
Livecode Staff Member
Posts: 1207
Joined: Thu Apr 11, 2013 11:27 am

Re: missing #ifdef

Post by LCMark » Thu Apr 11, 2013 11:39 am

The _IREVIAM define is used to optional include the remote debugging service that is used by the on-rev server engine on the on-rev hosting. The source to those components hasn't been released yet but will be in due course :)

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Location: Berkeley, CA, US
Contact:

Re: missing #ifdef

Post by mwieder » Thu Apr 11, 2013 5:53 pm

Got it. Thanks.

Locked

Return to “Engine Contributors”