Menu

#297 Compilation error with se_globals.h

Next_Nightly
applied
Bug_Report
2016-02-13
2016-02-12
No

se_globals.h includes sdk.h which is a precompiled header. GCC precompiled headers cannot be included from other headers, so compilation of FileManager plugin fails. Patch to fix this attached.

1 Attachments

Discussion

  • ollydbg

    ollydbg - 2016-02-13
    • labels: --> FileManager, Plugins
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1 +1 @@
    -se_globals.h includes sdk.h which is a precompiled header. GCC precompiled eaders cannot be included from other headers, so compilation of FileManager plugin fails. Patch to fix this attached.
    +se_globals.h includes sdk.h which is a precompiled header. GCC precompiled headers cannot be included from other headers, so compilation of FileManager plugin fails. Patch to fix this attached.
    
     
  • Teodor Petrov

    Teodor Petrov - 2016-02-13
    • status: open --> applied
    • assigned_to: Teodor Petrov
    • Milestone: Undefined --> Next_Nightly
     
  • Teodor Petrov

    Teodor Petrov - 2016-02-13

    Applied in rev10779. Thanks

     

Log in to post a comment.