jameswynn/simplefilewatcher

Cannot compile

Opened this issue · 0 comments

What steps will reproduce the problem?
1. Open Cygwin console
2. Navigate in build/gmake folder
3. run "make"

What is the expected output? What do you see instead?
Program does not compile, i get the following error:
$ make
==== Building SimpleDemo ====
FileWatcher.cpp
../../source/FileWatcher.cpp: In constructor »FW::FileWatcher::FileWatcher()«:
../../source/FileWatcher.cpp:43:15: Fehler: expected type-specifier before 
»FILEWATCHER_IMPL«
../../source/FileWatcher.cpp:43:15: Fehler: »int*« kann nicht nach 
»FW::FileWatcherImpl*« in assignment umgewandelt werden
../../source/FileWatcher.cpp:43:15: Fehler: expected »;« before 
»FILEWATCHER_IMPL«
SimpleDemo.make:131: recipe for target `../intermediate/Debug/FileWatcher.o' 
failed
make[1]: *** [../intermediate/Debug/FileWatcher.o] Error 1
Makefile:17: recipe for target `SimpleDemo' failed
make: *** [SimpleDemo] Error 2

What version of the product are you using? On what operating system?
2009-09-14 on Windows 7 64 bit

Please provide any additional information below.
I am using the compiler of cygwin

Thank you in advance!

Original issue reported on code.google.com by sebastia...@borstinet.de on 26 Jan 2013 at 9:20