La cosa se ve en que basicamente qwidget.h, qlist.h y
qpixmap.h no se encuentran en el directorio, a lo
mejor debias bajar otro archivo con esas librerias o
bien las dependencias no estan satisfechas, de ahi en
adelante, asumo que todo lo demas sale por que son
funciones que deberian estar en alguna de esas
librerias, revisa bien las dependencias de la
aplicacion y leete el INSTALL o README q por lo
general traen, si no ves nada insatisfecho, entonces
enviales un correo a los desarrolladores de la
aplicacion.

 --- Listas <[EMAIL PROTECTED]> escribi�: 
> Holas
> 
> como orgulloso usuario de debian, me he visto
> obligado a instalar el 
> programa simikon, pues increiblemente todavia no se
> han incluido 
> paquetes de ningun IDE o entorno de
> desarrollo/emulacion de 
> microprocesadores de la familia 8051 de Intel. En mi
> busqueda por la red 
> y sf.net me he encontrado con bastantes proyectos
> (mas de los que 
> pense), pero todos en etapa muy verde... y solo
> instalables a partir de 
> los fuentes.
> 
> A continuacion (un estracto de) la salida que obtuve
> al aplicar 'make':
> 
> root /opt/Simikon-0.0.8# ./configure.unix
> /* ------------------------------------------- */
> /* Configuration script for compiling SiMiKON. */
> /* Copyright (c) 2000 Alen Kovac.              */
> /* ------------------------------------------- */
> 
> Checking for tmake... ok
> Creating Makefiles...
> root.pro
> src.pro
> simikon.pro
> widgets.pro
> STabCtl.pro
> 
> type make to build SiMiKON
> 
> root /opt/Simikon-0.0.8# make
> for i in src; do ( if [ -d $i ]; then cd $i ;
> pro=`basename $i`.pro ; 
> tmake $pro -o Makefile; grep "TEMPLATE.*subdirs"
> $pro 2>/dev/null 
>  >/dev/null && make -f Makefile tmake_all || true;
> fi; ) ; done
> 
> ......
> 
> cd STabCtl; make
> make[3]: Entering directory
> `/home/opt/Simikon-0.0.8/src/widgets/STabCtl'
> g++ -c -pipe -Wall -W -g -I/usr/include/qt -o
> obj/stabbar.o stabbar.cpp
> En el fichero inclu�do de stabbar.cpp:8:
> stabbar.h:11:21: qwidget.h: No existe el fichero o
> el directorio
> stabbar.h:12:19: qlist.h: No existe el fichero o el
> directorio
> stabbar.h:13:21: qpixmap.h: No existe el fichero o
> el directorio
> In file included from stabbar.cpp:8:
> stabbar.h:34: error: 'QString' is used as a type,
> but is not defined as 
> a type.
> stabbar.h:35: error: error sint�ctico before `*'
> token
> stabbar.h:37: error: 'QColor' is used as a type, but
> is not defined as a 
> type.
> stabbar.h: En constructor
> `TabBarData::TabBarData(int, const char*)':
> stabbar.h:23: error: `label' undeclared (first use
> this function)
> stabbar.h:23: error: (Each undeclared identifier is
> reported only once 
> for each
>     function it appears in.)
> stabbar.h:24: error: `pix' undeclared (first use
> this function)
> stabbar.h:26: error: `textColor' undeclared (first
> use this function)
> stabbar.h:26: error: `Qt' undeclared (first use this
> function)
> stabbar.h:26: error: error de decodificaci�n before
> `;' token
> stabbar.h: At global scope:
> stabbar.h:43: error: error de decodificaci�n before
> `{' token
> stabbar.h:47: error: destructors must be member
> functions
> stabbar.h:55: error: error de decodificaci�n before
> `&' token
> stabbar.h:57: error: error de decodificaci�n before
> `&' token
> stabbar.h:59: error: error de decodificaci�n before
> `&' token
> stabbar.h:60: error: error sint�ctico before `&'
> token
> stabbar.h: En function `int currentTab()':
> stabbar.h:64: error: `_currentTab' undeclared (first
> use this function)
> stabbar.h: At global scope:
> stabbar.h:70: error: error de decodificaci�n before
> `&' token
> stabbar.h:71: error: error de decodificaci�n before
> `)' token
> stabbar.h:73: error: virtual outside class
> declaration
> stabbar.h:74: error: error de decodificaci�n before
> `&' token
> stabbar.h:74: error: virtual outside class
> declaration
> stabbar.h: En function `bool isShowTabIcon()':
> stabbar.h:77: error: `iconShow' undeclared (first
> use this function)
> 
> ..............
> 
> 
> stabbar.cpp:47: error: error de decodificaci�n
> before `)' token
> stabbar.cpp:48: error: invalid use of undefined type
> `class BarPainter'
> stabbar.h:40: error: forward declaration of `class
> BarPainter'
> stabbar.cpp: En member function `void
> BarPainter::resizeEvent(...)':
> stabbar.cpp:49: error: type `int' argument given to
> `delete', expected 
> pointer
> stabbar.cpp:50: error: error de decodificaci�n
> before `)' token
> stabbar.cpp:51: error: incomplete type `STabBar'
> does not have member 
> `TAB_TOP'
> stabbar.cpp:52: error: error de decodificaci�n
> before `(' token
> stabbar.cpp:54: error: incomplete type `STabBar'
> does not have member `
>     TAB_RIGHT'
> stabbar.cpp:55: error: error de decodificaci�n
> before `(' token
> stabbar.cpp: At global scope:
> stabbar.cpp:62: error: invalid use of undefined type
> `class BarPainter'
> stabbar.h:40: error: forward declaration of `class
> BarPainter'
> stabbar.cpp: En member function `void
> BarPainter::drawBuffer()':
> stabbar.cpp:63: error: `QColor' undeclared (first
> use this function)
> stabbar.cpp:63: error: error de decodificaci�n
> before `=' token
> stabbar.cpp:71: error: error de decodificaci�n
> before `)' token
> stabbar.cpp:72: error: incomplete type `STabBar'
> does not have member 
> `TAB_TOP'
> stabbar.cpp:76: error: incomplete type `STabBar'
> does not have member `
>     TAB_RIGHT'
> 
> ...........
> 
> 
> stabbar.cpp:626: error: invalid use of undefined
> type `class BarPainter'
> stabbar.h:40: error: forward declaration of `class
> BarPainter'
> stabbar.cpp:627: error: invalid use of undefined
> type `class BarPainter'
> stabbar.h:40: error: forward declaration of `class
> BarPainter'
> stabbar.cpp:627: error: `move' undeclared (first use
> this function)
> stabbar.cpp:628: error: `QMIN' undeclared (first use
> this function)
> stabbar.cpp:628: error: `resize' undeclared (first
> use this function)
> stabbar.cpp:632: error: invalid use of undefined
> type `class BarPainter'
> stabbar.h:40: error: forward declaration of `class
> BarPainter'
> stabbar.cpp:635: error: invalid use of undefined
> type `class BarPainter'
> stabbar.h:40: error: forward declaration of `class
> BarPainter'
> stabbar.cpp:637: error: `height' undeclared (first
> use this function)
> stabbar.cpp:637: error: invalid use of undefined
> type `class BarPainter'
> stabbar.h:40: error: forward declaration of `class
> BarPainter'
> stabbar.cpp:642: error: `setGeometry' undeclared
> (first use this function)
> stabbar.cpp:645: error: invalid use of undefined
> type `class BarPainter'
> stabbar.h:40: error: forward declaration of `class
> BarPainter'
> stabbar.cpp:646: error: `show' undeclared (first use
> this function)
> stabbar.cpp:649: error: `hide' undeclared (first use
> this function)
> stabbar.cpp:658: error: invalid use of undefined
> type 
=== message truncated === 

_________________________________________________________
Do You Yahoo!?
La mejor conexi�n a internet y 2GB en tu buz�n de Correo Yahoo! por $100 al 
mes. http://net.yahoo.com.mx

Responder a