Hello Chapel developers,
I was compiling this project
<https://github.com/Agobin/Chapel_Tic_Tac_Toe_Game> of mine with chpl.
Chapel's compiler reported this error message
<https://github.com/Agobin/Chapel_Tic_Tac_Toe_Game/blob/master/compilerMessage.txt>
to me, indicating it had
found a bug.
The error originated from this file this file
<https://github.com/Agobin/Chapel_Tic_Tac_Toe_Game/blob/master/ttt.chpl> on
line 29.
The function g_signal_connect() in the above mentioned file is a C function
extended into chapel. It links a signal ( its second argument) from a widget
(its first argument) to a callback function (its third argument) passing
its fourth argument to the callback function(g_print).
The functions g_print (the third argument of g_signal_connect()) is an
extended
c function similar to chapel's writeln() that prints its arguments to the
terminal.
Please for your feedback as it would enhance this project's development
or give me an alternative approach of working around the error message.
Additional information
chpl version: 1.12.0
gcc version: 5.3.1
Output of $CHPL_HOME/util/printchplenv script
<https://github.com/Agobin/Chapel_GUI_testing/blob/master/ScriptOutput>
Thanks,
Agobin.
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140
_______________________________________________
Chapel-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-bugs