On Fri, Jun 6, 2014 at 3:27 AM, spam no <[email protected]> wrote:
> Hi Ratna, > > I found your program really useful as I recently bought an old > Tandy M102, I need to speed it up its "poor" basic using assembly > code. > Then I modified you program to add a little functionality that I need. > But I get stuck as I had to add a new file to handle my > modifications and these files are not compiled. I did in the order: > $ ./autoclean.sh && rm src/*.o > $ ./autogen.sh > $ ./configure > $ make > > Then all the makefiles generated should now take all the files > present into the directory 'src/' but this is not the case. > All the modifications done into 'interfaces.c' works great and add > a new tab to the notebook but when in the 'main.c' file I try to call > 'gui_list_test_attach_me ()' which is the graphical part of my work > following the same logic as what have done, then I got the following > error message > " > make all-recursive > make[1]: Entering directory > `/media/home/jom/WORKS/gnu8085Sim_DEV/gnusim8085-code' > Making all in po > make[2]: Entering directory > `/media/home/jom/WORKS/gnu8085Sim_DEV/gnusim8085-code/po' > make[2]: Leaving directory > `/media/home/jom/WORKS/gnu8085Sim_DEV/gnusim8085-code/po' > Making all in src > make[2]: Entering directory > `/media/home/jom/WORKS/gnu8085Sim_DEV/gnusim8085-code/src' > CCLD gnusim8085 > gnusim8085-main.o: In function `main': > /home/jom/WORKS/gnu8085Sim_DEV/gnusim8085-code/src/main.c:74: > undefined reference to `gui_list_test_attach_me' > collect2: error: ld returned 1 exit status > make[2]: *** [gnusim8085] Error 1 > " > I don't understand why these new files (h|c) are not added to the others? > I never had such an issue til now using autotools, all suggestions and > tips are welcome ;0) > > The other point is when my work will be done and work nicely I wish to > share it, as it could be useful for all the vintage computer > enthusiast as me... So Who I should contact to be notified of the > procedure to send my work to be published? > > Thanks in advance. > > best regards > > Johann MERCADIER > > > > Cordialement. > > ___JMoS___ >
_______________________________________________ Mailing list: https://launchpad.net/~gnusim8085-devel Post to : [email protected] Unsubscribe : https://launchpad.net/~gnusim8085-devel More help : https://help.launchpad.net/ListHelp

