Menu

#8 Can't compile under Fedora 23.

1.0
open
nobody
None
2015-12-06
2015-12-02
TIM
No

i have included the build log

1 Attachments

Discussion

  • David Ricart

    David Ricart - 2015-12-03

    Hi Tim.

    Thanks for reporting.

    It seems like the errors come from glibmm code. Would you mind telling us the versions of glibmm and gtkmm that are installed in your system? The output of the following command would suffice:

    pkg-config --modversion glibmm-2.4 gtkmm-3.0

    Also, can you build porg alone (without grop)?

    Regards,

    ~David.

     
  • TIM

    TIM - 2015-12-03

    $ pkg-config --modversion glibmm-2.4 gtkmm-3.0
    2.46.2
    3.18.0

    compiling with --disable-grop works, and i get rpmbuild to produce the rpm package.

     
  • David Ricart

    David Ricart - 2015-12-04

    Please, try again adding "-Wno-deprecated-declarations -Wno-variadic-macros" to CXXFLAGS variable.

     
    • TIM

      TIM - 2015-12-04

      I have added the obove options to the spec file, like this

      %configure CXXFLAGS="-Wno-deprecated-declarations -Wno-variadic-macros"
      

      But it still not compiles, ihave included the output of the build log

       
  • David Ricart

    David Ricart - 2015-12-05

    Please forget about my previous message, and apply the attached patch instead.

     
    • TIM

      TIM - 2015-12-05

      Still no go,
      (I have included the build log).

       
  • David Ricart

    David Ricart - 2015-12-05

    BTW Can you compile porg-0.8 "by hand" in the same system? I mean, without all the RPM build thing...

     
    • TIM

      TIM - 2015-12-05

      Nice catch,
      manually compiling the code seems to work. (yaaa )

      Seems like I didn't remove the above code from the spec file.
      So now the application compiles under F23 as well.

      Thank you :)

      PS. I have a suse build for this package, if any one intersted.
      https://build.opensuse.org/package/show/home:The-IceMan-Blog/porg

       
  • David Ricart

    David Ricart - 2015-12-06

    Great!

    Thanks for packaging porg.

     

Log in to post a comment.