[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gtk-devel
Subject:    Re: gtk-devel-list Digest, Vol 88, Issue 15
From:       jun louis <louisliangjun () gmail ! com>
Date:       2011-08-19 1:03:25
Message-ID: CAKfR46186eH=-711qLS-OYtn9DF6Bvu4KvjWk5uSmdWefnJFVg () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


This error because of parser.py Conflict with python builtin module parser.
when "import parser" in codegen_main.py cause error.
so I rename parser.py to xxparser.py then, modify codegen_main.py, replace
"parser" with "xxparser", compile succeed!

good luck!

2011/8/18 <gtk-devel-list-request@gnome.org>

> Send gtk-devel-list mailing list submissions to
>        gtk-devel-list@gnome.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://mail.gnome.org/mailman/listinfo/gtk-devel-list
> or, via email, send a message with subject or body 'help' to
>        gtk-devel-list-request@gnome.org
>
> You can reach the person managing the list at
>        gtk-devel-list-owner@gnome.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of gtk-devel-list digest..."
>
>
> Today's Topics:
>
>   1. Re: make glib-2.29.16 fails on codegen_main.py (George Brink)
>   2. Re: make glib-2.29.16 fails on codegen_main.py (Dieter Verfaillie)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 17 Aug 2011 17:40:55 -0400
> From: George Brink <siberianowl@yahoo.com>
> To: gtk-devel-list@gnome.org
> Subject: Re: make glib-2.29.16 fails on codegen_main.py
> Message-ID: <j2hch8$s94$1@dough.gmane.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> On 8/16/2011 3:31 PM, Dieter Verfaillie wrote:
> > You seem to be hitting the same stuff I have already encountered,
> > so you might also be interested in my windows branch here:
> > https://github.com/dieterv/glib/tree/windows
>
> Yes, I am trying to build GTK+3 on Windows... without any luck for now.
>
> Your branch also is not very easy to use. You did not published ready to
> use configure script, and automake from MSYS does show a lot of errors
> while attempting to make a new configure.
>
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 18 Aug 2011 09:21:54 +0200
> From: "Dieter Verfaillie" <dieterv@optionexplicit.be>
> To: "George Brink" <siberianowl@yahoo.com>
> Cc: gtk-devel-list@gnome.org
> Subject: Re: make glib-2.29.16 fails on codegen_main.py
> Message-ID: <20110818092154.17612la93j6alb4i@webmail.linuxsystems.be>
> Content-Type: text/plain;       charset=ISO-8859-1;     DelSp="Yes";
>        format="flowed"
>
> Quoting "George Brink" <siberianowl@yahoo.com>:
>
> > On 8/16/2011 3:31 PM, Dieter Verfaillie wrote:
> >> You seem to be hitting the same stuff I have already encountered,
> >> so you might also be interested in my windows branch here:
> >> https://github.com/dieterv/glib/tree/windows
> >
> > Yes, I am trying to build GTK+3 on Windows... without any luck for now.
>
> Hang in there, it's possible. Have had it working (even with
> introspection support) for some time now. The mswindows theme engine
> is broken though...
>
> > Your branch also is not very easy to use. You did not published
> > ready to use configure script, and automake from MSYS does show a
> > lot of errors while attempting to make a new configure.
>
> Well, it's a branch, not a source tarball so you are indeed expected
> to either:
> - "fix" MSYS (haven't had time yet to build a mingw-get-able
>   repo for this) or;
> - you can also simply NOCONFIGURE=1 ./autogen on a Linux box/vm and
>   do everything else with MinGW/MSYS.
>
> mvg,
> Dieter
>
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
>
> ------------------------------
>
> _______________________________________________
> gtk-devel-list mailing list
> gtk-devel-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gtk-devel-list
>
>
> End of gtk-devel-list Digest, Vol 88, Issue 15
> **********************************************
>

[Attachment #5 (text/html)]

This error because of parser.py <span id="result_box" class="short_text" \
lang="en"><span class="hps">Conflict</span></span> with python builtin module \
parser.<br>when &quot;import parser&quot; in codegen_main.py cause error.<br> so I \
rename parser.py to xxparser.py then, modify codegen_main.py, replace \
&quot;parser&quot; with &quot;xxparser&quot;, compile succeed!<br><br>good \
luck!<br><br><div class="gmail_quote">2011/8/18  <span dir="ltr">&lt;<a \
href="mailto:gtk-devel-list-request@gnome.org">gtk-devel-list-request@gnome.org</a>&gt;</span><br>
 <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
                solid;padding-left:1ex;">Send gtk-devel-list mailing list submissions \
                to<br>
        <a href="mailto:gtk-devel-list@gnome.org">gtk-devel-list@gnome.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://mail.gnome.org/mailman/listinfo/gtk-devel-list" \
target="_blank">http://mail.gnome.org/mailman/listinfo/gtk-devel-list</a><br> or, via \
                email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:gtk-devel-list-request@gnome.org">gtk-devel-list-request@gnome.org</a><br>
 <br>
You can reach the person managing the list at<br>
        <a href="mailto:gtk-devel-list-owner@gnome.org">gtk-devel-list-owner@gnome.org</a><br>
 <br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of gtk-devel-list digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: make glib-2.29.16 fails on codegen_main.py (George Brink)<br>
   2. Re: make glib-2.29.16 fails on codegen_main.py (Dieter Verfaillie)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 17 Aug 2011 17:40:55 -0400<br>
From: George Brink &lt;<a \
                href="mailto:siberianowl@yahoo.com">siberianowl@yahoo.com</a>&gt;<br>
To: <a href="mailto:gtk-devel-list@gnome.org">gtk-devel-list@gnome.org</a><br>
Subject: Re: make glib-2.29.16 fails on codegen_main.py<br>
Message-ID: &lt;j2hch8$s94$<a \
                href="mailto:1@dough.gmane.org">1@dough.gmane.org</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
On 8/16/2011 3:31 PM, Dieter Verfaillie wrote:<br>
&gt; You seem to be hitting the same stuff I have already encountered,<br>
&gt; so you might also be interested in my windows branch here:<br>
&gt; <a href="https://github.com/dieterv/glib/tree/windows" \
target="_blank">https://github.com/dieterv/glib/tree/windows</a><br> <br>
Yes, I am trying to build GTK+3 on Windows... without any luck for now.<br>
<br>
Your branch also is not very easy to use. You did not published ready to<br>
use configure script, and automake from MSYS does show a lot of errors<br>
while attempting to make a new configure.<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 18 Aug 2011 09:21:54 +0200<br>
From: &quot;Dieter Verfaillie&quot; &lt;<a \
                href="mailto:dieterv@optionexplicit.be">dieterv@optionexplicit.be</a>&gt;<br>
                
To: &quot;George Brink&quot; &lt;<a \
                href="mailto:siberianowl@yahoo.com">siberianowl@yahoo.com</a>&gt;<br>
Cc: <a href="mailto:gtk-devel-list@gnome.org">gtk-devel-list@gnome.org</a><br>
Subject: Re: make glib-2.29.16 fails on codegen_main.py<br>
Message-ID: &lt;<a href="mailto:20110818092154.17612la93j6alb4i@webmail.linuxsystems.be">20110818092154.17612la93j6alb4i@webmail.linuxsystems.be</a>&gt;<br>
                
Content-Type: text/plain;       charset=ISO-8859-1;     DelSp=&quot;Yes&quot;;<br>
        format=&quot;flowed&quot;<br>
<br>
Quoting &quot;George Brink&quot; &lt;<a \
href="mailto:siberianowl@yahoo.com">siberianowl@yahoo.com</a>&gt;:<br> <br>
&gt; On 8/16/2011 3:31 PM, Dieter Verfaillie wrote:<br>
&gt;&gt; You seem to be hitting the same stuff I have already encountered,<br>
&gt;&gt; so you might also be interested in my windows branch here:<br>
&gt;&gt; <a href="https://github.com/dieterv/glib/tree/windows" \
target="_blank">https://github.com/dieterv/glib/tree/windows</a><br> &gt;<br>
&gt; Yes, I am trying to build GTK+3 on Windows... without any luck for now.<br>
<br>
Hang in there, it&#39;s possible. Have had it working (even with<br>
introspection support) for some time now. The mswindows theme engine<br>
is broken though...<br>
<br>
&gt; Your branch also is not very easy to use. You did not published<br>
&gt; ready to use configure script, and automake from MSYS does show a<br>
&gt; lot of errors while attempting to make a new configure.<br>
<br>
Well, it&#39;s a branch, not a source tarball so you are indeed expected<br>
to either:<br>
- &quot;fix&quot; MSYS (haven&#39;t had time yet to build a mingw-get-able<br>
   repo for this) or;<br>
- you can also simply NOCONFIGURE=1 ./autogen on a Linux box/vm and<br>
   do everything else with MinGW/MSYS.<br>
<br>
mvg,<br>
Dieter<br>
<br>
<br>
----------------------------------------------------------------<br>
This message was sent using IMP, the Internet Messaging Program.<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
gtk-devel-list mailing list<br>
<a href="mailto:gtk-devel-list@gnome.org">gtk-devel-list@gnome.org</a><br>
<a href="http://mail.gnome.org/mailman/listinfo/gtk-devel-list" \
target="_blank">http://mail.gnome.org/mailman/listinfo/gtk-devel-list</a><br> <br>
<br>
End of gtk-devel-list Digest, Vol 88, Issue 15<br>
**********************************************<br>
</blockquote></div><br>



_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic