Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Compile errors with QNX headers: (4 Items)
   
Compile errors with QNX headers  
I've loaded the 6.4.0 eval onto a new machine, vista :( . I then took an existing group of projects from our 4.0.1 build
 machine and copied them to a new workspace on the new machine.

From the IDE executed 'build all'

Most projects build fine. However, the GUI (PhAB) project produces hundreds of errors.


<snip>
c: .............../PiProto.h expected ')' before '*' token
PtCallbackInfo_t has no member named 'cbdata'


All of the errors pertain to the include/photon directory tree.

Any ideas?

Re: Compile errors with QNX headers  
Is it c++ source and compiler is not c++? What is the full compilation line?

Graham mCcormack wrote:
> I've loaded the 6.4.0 eval onto a new machine, vista :( . I then took an existing group of projects from our 4.0.1 
build machine and copied them to a new workspace on the new machine.
> 
> From the IDE executed 'build all'
> 
> Most projects build fine. However, the GUI (PhAB) project produces hundreds of errors.
> 
> 
> <snip>
> c: .............../PiProto.h expected ')' before '*' token
> PtCallbackInfo_t has no member named 'cbdata'
> 
> 
> All of the errors pertain to the include/photon directory tree.
> 
> Any ideas?
> 
> 
> 
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post24320
> 
Re: Compile errors with QNX headers  
The code is C and the compile line is;

c:/qnx640/host/win32/x86/usr/bin/gcc -V4,2,4, gcc_ntox86 -c -Wc,-Wall -Wc,-Wno-parenthese -O -DNDEBUG -I

Re: Compile errors with QNX headers  
Where is the other half of command line?