Re: Tcl/Tk 9.0.0 rebase

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Monday, 14 October 2024 12:55:39 EDT Jaroslav Škarvada wrote:
> I would like to rebase Tcl/Tk in rawhide (f42) to the latest stable
> 9.0.0 release. Unfortunately, there are several incompatibilities [1]
> and several applications will require porting.

[snip]

> deal

I am trying to port deal to tcl 9.0.0 and I am stuck.

My package required many changes mostly changing certain int variables
to type Tcl_Size (aka long).  I got down to only one error compiling
any file that includes tcl.h.  My minimal test case is:

    #include <tcl.h>
    int main () {
        return 1;
    }

which produces this error when I copy the gcc command generated in
mock:

    In file included from foo.c:1:
    /var/lib/mock/fedora-rawhide-x86_64/root/usr/include/tcl.h:2553:14: error: expected ‘;’ before ‘void’
     2553 | static inline void
          |              ^~~~~
          |              ;

I get that header from "Copr repo for TclTK9.0.0 owned by jska":

tcl-devel              x86_64 1:9.0.0-1.fc42       copr:copr.fedorainfracloud.org:jskarvad:TclTK9.0.0 821.4 KiB

(I also tried installing from your SRPMs, but got the same error.)

Is there another source for the new tcl-devel?


-- 
Garry T. Williams



-- 
_______________________________________________
devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Users]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]

  Powered by Linux