I'm completely new to CodeLite and C++ so this is probably just an oversite on my part.
CodeLite version: v3.5.5378
Installed from the Ubuntu repositories
My OS is Ubunutu 12.04 Precise
Build Window output:
[code----------Build Started--------
/bin/sh -c '"make" -j 2 -f "ubnt_wsp.mk"'
----------Building project:[ ubntinfo - Debug ]----------
make[1]: Entering directory `/home/barry/.codelite/ubnt/ubntinfo'
<command-line>:0:1: error: macro names must be identifiers
make[1]: *** [Debug/main.o.d] Error 1
make[1]: Leaving directory `/home/barry/.codelite/ubnt/ubntinfo'
make: *** [All] Error 2
----------Build Ended----------
0 errors, 0 warnings
[/code]
What I'v done is copy an example program from libssh2.org's site. It is c code and I'm pasted it into a c++ project.
At this point I'm so new at this I'm not sure what else to post. Let me know what else to post to get a handle on the
error.<command-line>:0:1: error: macro names must be identifiers
Thanks for your time,
Barry