dotgnu-general
[Top][All Lists]
Advanced

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

[DotGNU]ANN : Call for help with a porting of VCG to Dotgnu pnet/c


From: James Michael DuPont
Subject: [DotGNU]ANN : Call for help with a porting of VCG to Dotgnu pnet/c
Date: Sun, 10 Aug 2003 16:32:50 -0700 (PDT)

Dear Dotgnuers,

I have spent most of my day today compiling the visualization of
compiler graphs automatic graph layout VCG tool for pnet/C.
After reporting many bugs and wondering about many messages, i have
been able to get it to compile.

Now I need help linking it into all the great stuff you are working on.

Specifically the x11# and windforms. This vcg could be used as the most
kick ass winforms control you have ever seen with auto graph
layout!!!!!!

Maybe someone wants to help out? Send me your savannah ID and I will
sign you up.

Here is the new project page with the files in it :
https://savannah.nongnu.org/projects/vcgdotgnu/

here is the (wiki) webpage 
http://gnufans.net/intrspctr.pl?VcgInterface

Here is the snapshot with il files (2mb)
33e613f75b84ac7b65c2905279186a8d  vcgdotgnu-pre-alpha.tgz
http://savannah.nongnu.org/download/vcgdotgnu/vcgdotgnu.pkg/0.0.0.1/vcgdotgnu-pre-alpha.tgz

I wonder how to get the makefile right, and would appreciate some tips
on that  (attached)

The problem is however, the set of problems with the system libs, there
are lots of linker errors :

Here are the system calls : 
token 0x0A00000B: member `<Module>.sqrt' not found
token 0x0A0000B8: member `<Module>.atof' not found
token 0x0A0000BB: member `<Module>._IO_getc' not found
token 0x0A000104: member `<Module>.gettimeofday' not found
token 0x0A000109: member `<Module>.sleep' not found
token 0x0A00010A: member `<Module>.system' not found
token 0x0A000113: member `<Module>.__builtin_memcpy' not found
token 0x0A00004A: member `<Module>.__ctype_b_loc' not found
token 0x0A000073: member `<Module>.getcwd' not found
token 0x0A000074: member `<Module>.opendir' not found
token 0x0A000075: member `<Module>.stat' not found
token 0x0A000077: member `<Module>.asctime' not found
token 0x0A00007B: member `<Module>.getgrgid' not found
token 0x0A00007C: member `<Module>.readdir' not found
token 0x0A00007D: member `<Module>.closedir' not found
token 0x0A00007E: member `<Module>.qsort' not found
token 0x0A00005E: member `<Module>.atoi' not found
token 0x0A000062: member `<Module>.exp' not found

Here are X11 calls that I want to replace with calls to x11#
token 0x0A00001D: member `<Module>.XOpenDisplay' not found
token 0x0A00001E: member `<Module>.XDisplayName' not found
token 0x0A00001F: member `<Module>.XDefaultScreen' not found
token 0x0A000020: member `<Module>.XDisplayPlanes' not found
token 0x0A000021: member `<Module>.XDisplayWidth' not found
token 0x0A000022: member `<Module>.XDisplayHeight' not found
token 0x0A000023: member `<Module>.XDefaultColormap' not found
token 0x0A000024: member `<Module>.XWhitePixel' not found
token 0x0A000025: member `<Module>.XBlackPixel' not found
token 0x0A000027: member `<Module>.XSetForeground' not found
token 0x0A000028: member `<Module>.XFillRectangle' not found
token 0x0A00002A: member `<Module>.XSetInputFocus' not found
token 0x0A00002D: member `<Module>.XMoveResizeWindow' not found
token 0x0A00002F: member `<Module>.XCopyArea' not found
token 0x0A000030: member `<Module>.XSync' not found
token 0x0A000031: member `<Module>.XResizeWindow' not found
token 0x0A000032: member `<Module>.XNextEvent' not found
token 0x0A000037: member `<Module>.XCreateWindow' not found
token 0x0A000038: member `<Module>.XCreateBitmapFromData' not found
token 0x0A000039: member `<Module>.XLoadQueryFont' not found
token 0x0A00003C: member `<Module>.XSetStandardProperties' not found
token 0x0A00003D: member `<Module>.XMapRaised' not found
token 0x0A00003E: member `<Module>.XFlush' not found
token 0x0A00003F: member `<Module>.XCreateFontCursor' not found
token 0x0A000040: member `<Module>.XDefineCursor' not found
token 0x0A000041: member `<Module>.XDestroyWindow' not found
token 0x0A000042: member `<Module>.XCloseDisplay' not found
token 0x0A000045: member `<Module>.XDrawString' not found
token 0x0A000046: member `<Module>.XAllocColor' not found
token 0x0A000047: member `<Module>.XGetWindowAttributes' not found
token 0x0A000048: member `<Module>.XParseGeometry' not found
token 0x0A00004D: member `<Module>.XMapWindow' not found
token 0x0A00004E: member `<Module>.XDefaultGC' not found
token 0x0A00004F: member `<Module>.XChangeGC' not found
token 0x0A000050: member `<Module>.XCreatePixmap' not found
token 0x0A000051: member `<Module>.XSetFont' not found
token 0x0A000052: member `<Module>.XCreateSimpleWindow' not found
token 0x0A000053: member `<Module>.XTextWidth' not found
token 0x0A000054: member `<Module>.XDrawLine' not found
token 0x0A000055: member `<Module>.XFillPolygon' not found
token 0x0A000056: member `<Module>.XSetLineAttributes' not found
token 0x0A000057: member `<Module>.XSetDashes' not found
token 0x0A000058: member `<Module>.XDrawArc' not found
token 0x0A000059: member `<Module>.XFillArc' not found
token 0x0A00005A: member `<Module>.XLookupString' not found
token 0x0A00005C: member `<Module>.XMoveWindow' not found
token 0x0A00005D: member `<Module>.XSetWindowBorderWidth' not found

token 0x0A000064: member `<Module>.XUnmapWindow' not found
token 0x0A000065: member `<Module>.XIconifyWindow' not found
token 0x0A000067: member `<Module>.XQueryPointer' not found
token 0x0A000068: member `<Module>.XStoreName' not found
token 0x0A000069: member `<Module>.XSetNormalHints' not found

token 0x0A000088: member `<Module>.XCreateGC' not found
token 0x0A000089: member `<Module>.XSetBackground' not found
token 0x0A00008A: member `<Module>.XCopyPlane' not found


Here are internal problems : 

token 0x0A000049: member `struct
(BtYgtrQRVUDUqztrB1hBnA).default_screen' not found
token 0x0A00008C: member `struct gs_scroll_bar.is' not found
token 0x0A00008D: member `struct gs_scroll_bar.glob' not found
token 0x0A00002E: member `<Module>.log' not found
token 0x0A00007F: member `struct gs_scroll_bar.wl' not found
token 0x0A000080: member `struct gs_scroll_bar.wr' not found
token 0x0A000081: member `struct gs_scroll_bar.xt' not found
token 0x0A000082: member `struct gs_scroll_bar.xv' not found
token 0x0A000083: member `struct gs_scroll_bar.xb' not found
token 0x0A000084: member `struct gs_scroll_bar.y' not found
token 0x0A000036: member `struct (BtYgtrQRVUDUqztrB1hBnA).screens' not
found


thanks,

mike

=====
James Michael DuPont
http://introspector.sourceforge.net/

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Attachment: Makefile
Description: Makefile


reply via email to

[Prev in Thread] Current Thread [Next in Thread]