weixin_39710951 2020-11-29 10:15 采纳率: 0%
浏览 0

Linux: compiling stops on main.cc: delete [] exname

Originally reported on Google Code with ID 440


Hello, compiling on Ubuntu stops on delete [] exname in rtgui/main.cc, line 128, possibly
(but I'm not a programmer) because it's only declared in the #ifdef WIN32 part and
not outside that.

Terminal output is:
/home/paul/rt3pub/rtgui/main.cc: In function ‘int main(int, char**)’:
/home/paul/rt3pub/rtgui/main.cc:128: error: ‘exname’ was not declared in this scope

Commenting that line 128 out, works (so compilation ends succesfully). I guess this
does no harm?

Reported by paul.matthijsse4 on 2010-12-27 14:28:10

该提问来源于开源项目:Beep6581/RawTherapee

  • 写回答

9条回答 默认 最新

  • weixin_39710951 2020-11-29 10:15
    关注
    
    Why can't I edit these messages? :-(
    On Ubuntu 10.10 32-bit, RT 762 default. On 759 default it was ok. 
    

    Reported by paul.matthijsse4 on 2010-12-27 14:29:48

    评论

报告相同问题?