This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Compilation problems on Fedora Core 5 and GCC 4.1


Hi

I am getting lots of compilation errors when compiling Vocal (softswitch) software on Fedora Core 5 w/gcc 4.1.

Here is an example of the errors which look to be c++ template related. Can some throw lite on what has changed in gcc 4.1 for templates that can help me resolve this error.

============================================================
../build/../util/Fifo.cc: In member function ârtual int Vocal::Fifo<Msg>::wait(Vocal::TimeAndDate::millisecons_t)â../build/../util/Fifo.cc:90: error: âMutexâas not declared in this scope
../build/../util/Fifo.cc:110: error: âFifoSizeâas not declared in this scope
make[1]: *** [obj.debug.Linux.i686/services/FifoService.o] Error 1
make[1]: Leaving directory `/home/karihalo/vocal_staging/vocal/util'
make: *** [util] Error 2
=============================================================


Looking on internet, I found some reference to your awareness in this area. Can you help ?

Thx,
ujjval



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]