[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: gschem Linux to OSX file problem



Hi Charles,

Thanks for the info.

>-45 -45 24000 18000
[snip]

Next little test:

In the file libgeda/src/g_rc.c, there is a function called:

g_rc_world_size (it's around line 531).  There is one DEBUG statement
in there (around line 552), could you please #if 1 it:

#if 1
  printf("%d %d\n", i_width, i_height);
  printf("%d %d\n", init_right, init_bottom);
#endif

rebuild libgeda and then send me the output from just running gschem
without any filename.  

Thanks.  I have a theory, but no answer yet. :)

			-Ales