On Thu, Jul 01, 2004 at 12:00:31PM -0400, [EMAIL PROTECTED] wrote:
> Hi all,
> 
> I have some questions about my pcb install.  The build completes without any errors 
> but as far as I can tell, it did not build everything.  Not all of the part 
> libraries, examples, and docs are being built.  The pcb build seems fine but does 
> not function completely.  I can open it up and change things in the menu bar but the 
> buttons in the lower left corner do not function.  Another problems is, the pcb and 
> m4 directory is not created or found when I am performing a gschem -> pcb.
> 
> I did do some poking around in the archives but did not find any reference to this 
> possible problem.
> 
> My distribution is Fedora.  Could someone please let me know if I am doing something 
> wrong in the install or what they did to install it on Fedora.
> 
> 
 
What version of pcb?  Is it one of the snapshots or from cvs?

Can you send a log of the build and install?  For example

if you're using csh/tcsh:

./configure |& tee m.log
make |& tee -a m.log
make install |& tee -a m.log

if you're using bash/sh:

./configure 2>&1 | tee m.log
make 2>&1 | tee -a m.log
make install 2>&1 | tee -a m.log

and send or post the file m.log.

-Dan


-- 

Reply via email to