[M3devel] pixmap problem

Jay jayk123 at hotmail.com
Sat Jan 19 09:55:12 CET 2008


and then wouldn't you know...the end of gdb building looks like:
 
Info: resolving _LINES by linking to __imp__LINES (auto-import)Info: resolving _COLS by linking to __imp__COLS (auto-import)Info: resolving _stdscr by linking to __imp__stdscr (auto-import)Info: resolving _curscr by linking to __imp__curscr (auto-import)make[3]: Entering directory `/cygdrive/c/dev2/cm3.2/m3-sys/m3gdb/NT386GNU/gdb'make[4]: Entering directory `/cygdrive/c/dev2/cm3.2/m3-sys/m3gdb/NT386GNU/gdb/doc'make[4]: Nothing to be done for `all'.make[4]: Leaving directory `/cygdrive/c/dev2/cm3.2/m3-sys/m3gdb/NT386GNU/gdb/doc'make[3]: Leaving directory `/cygdrive/c/dev2/cm3.2/m3-sys/m3gdb/NT386GNU/gdb'make[2]: Leaving directory `/cygdrive/c/dev2/cm3.2/m3-sys/m3gdb/NT386GNU/gdb'make[1]: Leaving directory `/cygdrive/c/dev2/cm3.2/m3-sys/m3gdb/NT386GNU'make[1]: Entering directory `/cygdrive/c/dev2/cm3.2/m3-sys/m3gdb/NT386GNU'make[1]: Nothing to be done for `all-target'.make[1]: Leaving directory `/cygdrive/c/dev2/cm3.2/m3-sys/m3gdb/NT386GNU'
Fatal Error: unable to copy "gdb/gdb" to "m3gdb": ErrorCode=2: The system cannot find the file specified.
###################### LINK_FILE: ##################
But I don't see any errros before that...I think I'm just forgetting to append .exe.
 
 - Jay
 



From: jayk123 at hotmail.comSo for imported data, the compiler must generated a read and dereference of the pointer __imp__Foo for accesses to Foo, if Foo is to be imported.Data imports may be faster when appropriate, but for this reason, I'd say they aren't worth it.And for this reason, I HOPE Modula-3 never imports/exports data. Oh, you could, for data, always reference the pointer __imp_Foo, and if non materializes, create one.However that would suck perf in order to make an uncommon case work.I hope Modula-3 doesn't do that either. :)Though I guess since this global data in question...maybe it is rare??? Later, - Jay
_________________________________________________________________
Shed those extra pounds with MSN and The Biggest Loser!!
http://biggestloser.msn.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://m3lists.elegosoft.com/pipermail/m3devel/attachments/20080119/050bbeec/attachment-0002.html>


More information about the M3devel mailing list