Memberlistvivit-worldwide.org  FAQFAQ   SearchSearch   UsergroupsUsergroups 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages Log in with your Vivit username and passwordLog in with your Vivit username and password 

Pset.h error when compiling with GCC 4.4.1

 
Post new topic   Reply to topic    Vivit Discussion Groups Forum Index -> HP Support
View previous topic :: View next topic  
Author Message
prijank
Newbie


Joined: 17 Nov 2009
Posts: 1
Location: INDIA

PostPosted: Wed Nov 18, 2009 12:18 am    Post subject: Pset.h error when compiling with GCC 4.4.1 Reply with quote

Hi
We are facing a error in one our programs during compilation. The following is the error. Requesting help in finding a resolution.

hpux11.11/bits/gthr.h:162,
from /apps/gcc64-4.4.0/opt/hp-gcc64-4.4.0/bin/../lib/gcc/hppa64-hp-hpux11.11/4.4.0/../../../../include/c++/4.4.0/ext/atomicity.h:34,
from /apps/gcc64-4.4.0/opt/hp-gcc64-4.4.0/bin/../lib/gcc/hppa64-hp-hpux11.11/4.4.0/../../../../include/c++/4.4.0/bits/ios_base.h:41,
from /apps/gcc64-4.4.0/opt/hp-gcc64-4.4.0/bin/../lib/gcc/hppa64-hp-hpux11.11/4.4.0/../../../../include/c++/4.4.0/ios:43,
from /apps/gcc64-4.4.0/opt/hp-gcc64-4.4.0/bin/../lib/gcc/hppa64-hp-hpux11.11/4.4.0/../../../../include/c++/4.4.0/ostream:40,
from /apps/gcc64-4.4.0/opt/hp-gcc64-4.4.0/bin/../lib/gcc/hppa64-hp-hpux11.11/4.4.0/../../../../include/c++/4.4.0/iostream:40,
from ./String.h:13,
from ./Application.h:28,
from ./Application.cpp:10:
/usr/include/sys/pset.h:190: error: 'psetid_t' was not declared in this scope/usr/include/sys/pset.h:190: error: 'pset' was not declared in this scope
/usr/include/sys/pset.h:191: error: 'psetid_t' was not declared in this scope
/usr/include/sys/pset.h:192: error: 'psetid_t' was not declared in this scope
/usr/include/sys/pset.h:192: error: expected primary-expression before 'spu'
/usr/include/sys/pset.h:192: error: 'psetid_t' was not declared in this scope
/usr/include/sys/pset.h:192: error: 'opset' was not declared in this scope
/usr/include/sys/pset.h:192: error: initializer expression list treated as compound expression
/usr/include/sys/pset.h:193: error: 'psetid_t' was not declared in this scope
/usr/include/sys/pset.h:193: error: expected primary-expression before 'idtype'
/usr/include/sys/pset.h:194: error: expected primary-expression before 'id'
/usr/include/sys/pset.h:194: error: 'psetid_t' was not declared in this scope
/usr/include/sys/pset.h:194: error: 'opset' was not declared in this scope
/usr/include/sys/pset.h:194: error: initializer expression list treated as compound expression
/usr/include/sys/pset.h:195: error: 'psetid_t' was not declared in this scope
/usr/include/sys/pset.h:196: error: expected primary-expression before 'type'
/usr/include/sys/pset.h:196: error: expected primary-expression before '*' token
/usr/include/sys/pset.h:196: error: 'value' was not declared in this scope
/usr/include/sys/pset.h:196: error: initializer expression list treated as compound expression
/usr/include/sys/pset.h:197: error: 'psetid_t' was not declared in this scope
/usr/include/sys/pset.h:198: error: expected primary-expression before 'type'
/usr/include/sys/pset.h:198: error: expected primary-expression before 'value'
/usr/include/sys/pset.h:198: error: initializer expression list treated as compound expression
/usr/include/sys/pset.h:199: error: 'psetid_t' has not been declared
In file included from /usr/include/pthread.h:11,
from /apps/gcc64-4.4.0/opt/hp-gcc64-4.4.0/bin/../lib/gcc/hppa64-hp-hpux11.11/4.4.0/../../../../include/c++/4.4.0/hppa64-hp-hpux11.11/bits/gthr-default.h:41,
from /apps/gcc64-4.4.0/opt/hp-gcc64-4.4.0/bin/../lib/gcc/hppa64-hp-hpux11.11/4.4.0/../../../../include/c++/4.4.0/hppa64-hp-hpux11.11/bits/gthr.h:162,
from /apps/gcc64-4.4.0/opt/hp-gcc64-4.4.0/bin/../lib/gcc/hppa64-hp-hpux11.11/4.4.0/../../../../include/c++/4.4.0/ext/atomicity.h:34,
from /apps/gcc64-4.4.0/opt/hp-gcc64-4.4.0/bin/../lib/gcc/hppa64-hp-hpux11.11/4.4.0/../../../../include/c++/4.4.0/bits/ios_base.h:41,
from /apps/gcc64-4.4.0/opt/hp-gcc64-4.4.0/bin/../lib/gcc/hppa64-hp-hpux11.11/4.4.0/../../../../include/c++/4.4.0/ios:43,
from /apps/gcc64-4.4.0/opt/hp-gcc64-4.4.0/bin/../lib/gcc/hppa64-hp-hpux11.11/4.4.0/../../../../include/c++/4.4.0/ostream:40,
from /apps/gcc64-4.4.0/opt/hp-gcc64-4.4.0/bin/../lib/gcc/hppa64-hp-hpux11.11/4.4.0/../../../../include/c++/4.4.0/iostream:40,
from ./String.h:13,
from ./Application.h:28,
from ./Application.cpp:10:
/apps/gcc64-4.4.0/opt/hp-gcc64-4.4.0/bin/../lib/gcc/hppa64-hp-hpux11.11/4.4.0/include-fixed/sys/pthread.h:829: error: 'psetid_t' was not declared in this scope
/apps/gcc64-4.4.0/opt/hp-gcc64-4.4.0/bin/../lib/gcc/hppa64-hp-hpux11.11/4.4.0/include-fixed/sys/pthread.h:829: error: expected primary-expression before ',' token
/apps/gcc64-4.4.0/opt/hp-gcc64-4.4.0/bin/../lib/gcc/hppa64-hp-hpux11.11/4.4.0/include-fixed/sys/pthread.h:829: error: 'psetid_t' was not declared in this scope
/apps/gcc64-4.4.0/opt/hp-gcc64-4.4.0/bin/../lib/gcc/hppa64-hp-hpux11.11/4.4.0/include-fixed/sys/pthread.h:829: error: expected primary-expression before ')' token
/apps/gcc64-4.4.0/opt/hp-gcc64-4.4.0/bin/../lib/gcc/hppa64-hp-hpux11.11/4.4.0/include-fixed/sys/pthread.h:829: error: initializer expression list treated as compound expression
In file included from ./String.h:15,
from ./Application.h:28,
from ./Application.cpp:10:
/usr/include/sys/rtpset.h:77: error: 'psetid_t' has not been declared
*** Error exit code 1

Stop.
_________________
Prijan Kurup
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Vivit Discussion Groups Forum Index -> HP Support All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group