You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
sebastia...@borstinet.de
on 26 Jan 2013 at 9:20The text was updated successfully, but these errors were encountered: