Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!samsung!uunet!ns-mx!shumun.weeg.uiowa.edu From: tdawson@shumun.weeg.uiowa.edu (Tim Dawson) Newsgroups: comp.sys.next Subject: Using subprojects in IB. Message-ID: <6586@ns-mx.uiowa.edu> Date: 20 Jun 91 21:58:32 GMT Sender: news@ns-mx.uiowa.edu Lines: 22 Hello, I am working on a project with a number of subprojects. I have gotten most of the kinks worked out in the system except for two questions and I was wondering if anybody could help me. 1) How do I use gdb properly? It seems that I have to copy the source files from the subproject directory to the root project directory in order to debug any objects. This is very inconvenient and detracts from the modularity that subprojects offer. Is there any way around this? 2) When I copy my compiled program into a directory aside from my home project directory, menu items which are connected to the subproject do not function. It seems as if the nib files are not being loaded. I have tried this with files created with both make and make debug. I have tried make install. I have tried using strip on all of these. Nothing works. This is of vital importance as the program is useless without the functions imbedded in the subprojects. Thanks for any help. ..tim