Hello everyone,

I am making fairly steady progress on C::Blocks. I recently decided to set
up Windows continuous integration for my projects using appveyor. (I plan
to soon set up Mac CI using a "generic" language on Mac... wish me luck.)

My problem is that on my own testing virtualbox environment, I get
successful builds and test passes for C::Blocks, but appveyor seems to
encounter trouble. The specific tcc error (given at
https://ci.appveyor.com/project/run4flat/c-blocks/build/1.0.17#L47) is:

  C:/STRAWB~1/perl/lib/CORE/perl.h:2708: error: ';' expected (got
"perl_os_thread")

Does anybody know what's going on? I suspect it could be a missing
command-line argument or define for the call to tcc (i.e. -D...), but I
figured I would check if others had encountered an error such as this
before.

Thanks!
David

P. S. As far as I can tell, C::Blocks works on Windows and Linux. It might
also work on Mac, but it's been a while since I checked that very carefully
and I cannot speak with certainty. Feel free to give it a spin and let me
know what you think!

-- 
 "Debugging is twice as hard as writing the code in the first place.
  Therefore, if you write the code as cleverly as possible, you are,
  by definition, not smart enough to debug it." -- Brian Kernighan

Reply via email to