Patches item #3605440, was opened at 2013-02-20 08:14
Message generated for change (Tracker Item Submitted) made by 
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=302915&aid=3605440&group_id=2915

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: dido ()
Assigned to: Nobody/Anonymous (nobody)
Summary: compile with tcl 8.6.0-3 and itcl 3.4.1-2

Initial Comment:
With the attached patch I was able to compile plplot-5.9.9 with tcl 8.6.0-3 and 
itcl 3.4.1-2.

itcl was not enabled in cmake but I was unable to uncomment it. Even with clean 
make and itcl unchecked, the conf tools searched for itcl on the system. After 
installing itcl 3.4.1-2 and locating the valid path on configuration file, the 
configuration completed but built failed.

1)There was a conflict of 'Tcl_Import' struct between plplot and new tcl 
headers  ("char * pattern" instead of "const char * pattern"). 

2)Also 'Tcl_Interp' struct does not seem to has any member "result".

These two rough-fixes (see the ugly patch) left the built process to finish. I 
built it on an Arch-x64 box with GCC 4.7.2 and cmake 2.8.10.2.  

Thanks and congratulations for your work!

p.s. message from built (help semantic bots find the problem): 

plplot/bindings/tk/tkMain.c:89:12: error: conflicting types for ‘Tcl_Import’
In file included from /usr/include/tcl.h:2433:0,
/usr/include/tclDecls.h:1472:13: note: previous declaration of ‘Tcl_Import’ was 
here

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=302915&aid=3605440&group_id=2915

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to