Menu

#17 compilation problem in mingw

open
nobody
None
5
2012-09-06
2008-07-15
Anonymous
No

Currently using
MinGW 3.4.5
wxWidget 2.8.8

trying to comiple ends with one Error message in ComicBrowser.cpp line 30 column 20

$ make -f Makefile.mingw
gives the following error included in attached text file.

Discussion

  • Nobody/Anonymous

    error log

     
  • Nobody/Anonymous

    Logged In: NO

    The error message was not included in the text. Here is the detail output:

    $ make -f Makefile.mingw

    bin2h.exe -c src/exit.png src/exit.h
    bin2h.exe -c src/firstpage.png src/firstpage.h
    bin2h.exe -c src/fullscreen.png src/fullscreen.h
    bin2h.exe -c src/lastpage.png src/lastpage.h
    bin2h.exe -c src/next.png src/next.h
    bin2h.exe -c src/nextpage.png src/nextpage.h
    bin2h.exe -c src/open.png src/open.h
    bin2h.exe -c src/prev.png src/prev.h
    bin2h.exe -c src/prevpage.png src/prevpage.h
    bin2h.exe -c src/rot_ccw.png src/rot_ccw.h
    bin2h.exe -c src/rot_cw.png src/rot_cw.h
    g++ -MM -Os -Wall -pipe -mthreads -DWIN32 -DWXMSW -D_UNICODE -DwxUSE_UNICODE_MSLU=1 -Iunrar -Iunzip -IC:\wxWidgets-2.6.2\include -IC:\wxWidgets-2.6.2\lib\gcc_lib\mswu -MT 'src/Resize.o' -MF 'src/Resize.d' src/Resize.cpp
    g++ -MM -Os -Wall -pipe -mthreads -DWIN32 -DWXMSW -D_UNICODE -DwxUSE_UNICODE_MSLU=1 -Iunrar -Iunzip -IC:\wxWidgets-2.6.2\include -IC:\wxWidgets-2.6.2\lib\gcc_lib\mswu -MT 'src/ComicalManager.o' -MF 'src/ComicalManager.d' src/ComicalManager.cpp
    g++ -MM -Os -Wall -pipe -mthreads -DWIN32 -DWXMSW -D_UNICODE -DwxUSE_UNICODE_MSLU=1 -Iunrar -Iunzip -IC:\wxWidgets-2.6.2\include -IC:\wxWidgets-2.6.2\lib\gcc_lib\mswu -MT 'src/ComicalFrame.o' -MF 'src/ComicalFrame.d' src/ComicalFrame.cpp
    g++ -MM -Os -Wall -pipe -mthreads -DWIN32 -DWXMSW -D_UNICODE -DwxUSE_UNICODE_MSLU=1 -Iunrar -Iunzip -IC:\wxWidgets-2.6.2\include -IC:\wxWidgets-2.6.2\lib\gcc_lib\mswu -MT 'src/ComicalCanvas.o' -MF 'src/ComicalCanvas.d' src/ComicalCanvas.cpp
    g++ -MM -Os -Wall -pipe -mthreads -DWIN32 -DWXMSW -D_UNICODE -DwxUSE_UNICODE_MSLU=1 -Iunrar -Iunzip -IC:\wxWidgets-2.6.2\include -IC:\wxWidgets-2.6.2\lib\gcc_lib\mswu -MT 'src/ComicalBrowser.o' -MF 'src/ComicalBrowser.d' src/ComicalBrowser.cpp

    src/ComicalBrowser.cpp:30:20: missing binary operator before token "("
    make: *** [src/ComicalBroswer.d] Error 1

    ==================================================

    Well don't know what does this error means. There is no configure script. Cannot find forum to ask how to compile so reported as a bug here.

    Regards!

     

Log in to post a comment.