Zoltan,

Thanks for the quick answer.

I'm having configure and compile problems. When I go beyond configure
problems,
I run into compile ones. I'm using the script command to log all the job,
but it is
quite large to include here, so I show below some lines of the last compile
errors (the
line breaks with '\' is for clarity):

/opt/SUNWspro/bin/CC -I. \
 -I../include \
 -g \
 -xarch=v9 \
 -pto \
 -D_THREAD_SAFE \
 -D_REENTRANT \
 -I/usr/openwin/include \
 -c tclmico.cc \
 -o tclmico.o
"../include/mico/os-thread/pthreads.h", line 714: Warning (Anachronism):
Formal \
 argument 2 of type extern "C" void(*)(void*) in call to \
 pthread_key_create(unsigned*, extern "C" void(*)(void*)) is being \
 passed void(*)(void*).
"../include/mico/os-thread/pthreads.h", line 847: Warning (Anachronism):
Formal \
 argument 3 of type extern "C" void*(*)(void*) in call to \
 pthread_create(unsigned*, const _pthread_attr*, extern "C"
void*(*)(void*), void*) is \
 being passed void*(*)(void*).
"../include/mico/tclmico.h", line 32: Error: Could not open include file
<tcl.h>.
"../include/mico/tclmico.h", line 51: Error: Type name expected instead of
"Tcl_TimerToken".
"../include/mico/tclmico.h", line 55: Error: Tcl_TimerToken is not defined.


This is how I configure MICO:

CC=/opt/SUNWspro/bin/cc\
 CFLAGS="-xarch=v9 -g"\
 CXX=/opt/SUNWspro/bin/CC\
 CXXFLAGS="-xarch=v9 -g"\
 CPP="/opt/SUNWspro/bin/CC -E"\
 ./configure\
 --prefix=/opt/mico\
 --disable-optimize\
 --enable-debug\
 --enable-shared\
 --enable-threads\
 --without-ssl\
 --without-tcl\
 --without-gtk\
 --without-qt
                                                                            
 Thanks.                                                                    
                                                                            
                                                                            
                                                                            
 Milton Nunes                                                               
                                                                            
 --------------------------------                                           
                                                                            
 [EMAIL PROTECTED]                                              
                                                                            
 PETROBRAS - E&P-EXP/GEO/TGEO                                               
                                                                            
 Tel.: (+55 21) 3224-4126                                                   
                                                                            
 Fax.: (+55 21) 3224-1818                                                   
                                                                            





                                                                           
             "Zoltan Bordas"                                               
             <[EMAIL PROTECTED]                                          
             pirit.com>                                               Para 
                                          <[EMAIL PROTECTED]>  
             19/12/2007 11:04             <mico-devel@mico.org>            
                                                                        cc 
                                                                           
                                                                   Assunto 
                                          RE: [mico-devel] Building MICO   
                                          in SunOS 5.8 64-bit.             
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           




I have built MICO for SunOS 5.8 using Workshop 7 both 32 and 64 bit and
never had a problem running in production now. Also I built MICO 2.3.11
using gcc 3.2.2 but I don't recall weather I had problems or not.

What kind of problem you are running into?

Zoltan

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Tuesday, December 18, 2007 12:29 PM
To: mico-devel@mico.org
Subject: [mico-devel] Building MICO in SunOS 5.8 64-bit.


Hi,

I'm trying to compile MICO 2.3.12 in SunOS 5.8/Solaris 8, SPARC, 64-bit, in
the last two weeks.
I'm having a lot of trouble: I have tried the native C/C++ compiler (Sun
WorkShop 6 update 2 C/C++ 5.3 2001/05/15)
without success. I have tried, then, the GNU C/C++ compiler (gcc/g++
3.2.2): without success, too.

Any suggestions, my friends?

 Thanks,




 Milton Nunes


 --------------------------------


 [EMAIL PROTECTED]


 PETROBRAS - E&P-EXP/GEO/TGEO


 Tel.: (+55 21) 3224-4126


 Fax.: (+55 21) 3224-1818







"O emitente desta mensagem é responsável por seu conteúdo e endereçamento.
Cabe ao destinatário cuidar quanto ao tratamento adequado. Sem a devida
autorização, a divulgação, a reprodução, a distribuição ou qualquer outra
ação em desconformidade com as normas internas do Sistema Petrobras são
proibidas e passíveis de sanção disciplinar, cível e criminal."

"The sender of this message is responsible for its content and addressing.
The receiver shall take proper care of it. Without due authorization, the
publication, reproduction, distribution or the performance of  any other
action not conforming to Petrobras System internal policies and procedures
is forbidden and liable to disciplinary, civil or criminal  sanctions."

"El emisor de este mensaje es responsable por su contenido y
direccionamiento. Cabe al destinatario darle el tratamiento adecuado. Sin
la debida autorización, su divulgación, reproducción, distribución o
cualquier otra acción no conforme a las normas internas del Sistema
Petrobras están prohibidas y serán pasibles de sanción disciplinaria, civil
y penal."


_______________________________________________
Mico-devel mailing list
Mico-devel@mico.org
http://www.mico.org/mailman/listinfo/mico-devel






"O emitente desta mensagem é responsável por seu conteúdo e endereçamento.
Cabe ao destinatário cuidar quanto ao tratamento adequado. Sem a devida
autorização, a divulgação, a reprodução, a distribuição ou qualquer outra
ação em desconformidade com as normas internas do Sistema Petrobras são
proibidas e passíveis de sanção disciplinar, cível e criminal."

"The sender of this message is responsible for its content and addressing.
The receiver shall take proper care of it. Without due authorization, the
publication, reproduction, distribution or the performance of  any other
action not conforming to Petrobras System internal policies and procedures
is forbidden and liable to disciplinary, civil or criminal  sanctions."

"El emisor de este mensaje es responsable por su contenido y
direccionamiento. Cabe al destinatario darle el tratamiento adecuado. Sin
la debida autorización, su divulgación, reproducción, distribución o
cualquier otra acción no conforme a las normas internas del Sistema
Petrobras están prohibidas y serán pasibles de sanción disciplinaria, civil
y penal."


_______________________________________________
Mico-devel mailing list
Mico-devel@mico.org
http://www.mico.org/mailman/listinfo/mico-devel

Reply via email to