[x] MonadicShooter

Memo

  • 動かなかった。

    • たぶん DXFI ライブラリの問題

リポジトリ

インストール

Ubuntu 18.04

$ git clone https://github.com/fumieval/MonadicShooter.git
$ cd MonadicShooter
$ cabal run
MonadicShooter/Graphic.o:rBWR_info: error: undefined reference to 'DXFI_LoadImage'
MonadicShooter/Graphic.o:rBWS_info: error: undefined reference to 'DXFI_LoadImageMatrix'
MonadicShooter/Graphic.o:rBWT_info: error: undefined reference to 'DXFI_CropImage'
MonadicShooter/Graphic.o:rBWV_info: error: undefined reference to 'DXFI_DrawImage'
MonadicShooter/Graphic.o:rBWV_info: error: undefined reference to 'DXFI_DrawImage'
MonadicShooter/Graphic.o:rBWX_info: error: undefined reference to 'DXFI_DrawImageScaledWithAngle'
MonadicShooter/Graphic.o:rBWX_info: error: undefined reference to 'DXFI_DrawImageScaledWithAngle'
MonadicShooter/Graphic.o:sC2p_info: error: undefined reference to 'DXFI_LoadImage'
MonadicShooter/Graphic.o:sC2t_info: error: undefined reference to 'DXFI_CropImage'
MonadicShooter/Graphic.o:sC3F_info: error: undefined reference to 'DXFI_LoadImage'
MonadicShooter/Graphic.o:MonadicShooterziGraphic_zdwdraw_info: error: undefined reference to 'DXFI_DrawImage'
MonadicShooter/Graphic.o:MonadicShooterziGraphic_zdwdraw_info: error: undefined reference to 'DXFI_DrawImage'
MonadicShooter/Graphic.o:MonadicShooterziGraphic_zdwdraw_info: error: undefined reference to 'DXFI_DrawImageScaledWithAngle'
MonadicShooter/Input.o:rD8o_info: error: undefined reference to 'DXFI_IsKeyPressed'
MonadicShooter/Input.o:MonadicShooterziInput_getTheInput1_info: error: undefined reference to 'DXFI_IsKeyPressed'
MonadicShooter/Input.o:MonadicShooterziInput_getTheInput1_info: error: undefined reference to 'DXFI_IsKeyPressed'
MonadicShooter/Input.o:MonadicShooterziInput_getTheInput1_info: error: undefined reference to 'DXFI_IsKeyPressed'
Main.o:rLSO_info: error: undefined reference to 'DXFI_Initialize'
Main.o:rLSP_info: error: undefined reference to 'DXFI_Release'
Main.o:rLSQ_info: error: undefined reference to 'DXFI_GetTickCount'
Main.o:rLSQ_info: error: undefined reference to 'DXFI_GetTickCount'
Main.o:rLSR_info: error: undefined reference to 'DXFI_SetLogging'
Main.o:rLSR_info: error: undefined reference to 'DXFI_SetLogging'
Main.o:rLSS_info: error: undefined reference to 'DXFI_SetWindowMode'
Main.o:rLST_info: error: undefined reference to 'DXFI_SetWindowCaption'
Main.o:sLUg_info: error: undefined reference to 'DXFI_SetWindowCaption'
Main.o:rLSU_info: error: undefined reference to 'DXFI_SetDrawingDestination'
Main.o:Main_initializze1_info: error: undefined reference to 'DXFI_SetWindowMode'
Main.o:Main_initializze1_info: error: undefined reference to 'DXFI_SetLogging'
Main.o:Main_initializze1_info: error: undefined reference to 'DXFI_Initialize'
Main.o:Main_initializze1_info: error: undefined reference to 'DXFI_SetDrawingDestination'
Main.o:rLSV_info: error: undefined reference to 'DXFI_Wait'
Main.o:rLSW_info: error: undefined reference to 'DXFI_ClearScreen'
Main.o:rLSX_info: error: undefined reference to 'DXFI_FlipScreen'
Main.o:rLSY_info: error: undefined reference to 'DXFI_AcceptMessage'
Main.o:Main_main3_info: error: undefined reference to 'DXFI_ClearScreen'
Main.o:Main_main3_info: error: undefined reference to 'DXFI_GetTickCount'
Main.o:Main_main3_info: error: undefined reference to 'DXFI_Wait'
Main.o:Main_main3_info: error: undefined reference to 'DXFI_AcceptMessage'
Main.o:Main_main3_info: error: undefined reference to 'DXFI_FlipScreen'
Main.o:Main_main1_info: error: undefined reference to 'DXFI_GetTickCount'
Main.o:Main_main1_info: error: undefined reference to 'DXFI_Release'
collect2: error: ld returned 1 exit status
`gcc' failed in phase `Linker'. (Exit code: 1)

スクリーンショット

Last updated