bugFIM: Fbi IMproved - Bugs: bug #51243, Won't build with --disable-sdl due...

 
 

bug #51243: Won't build with --disable-sdl due to a change in 0.5-rc1

Submitted by:  None
Submitted on:  Thu 15 Jun 2017 06:27:43 PM UTC  
 
Category: NoneSeverity: 3 - Normal
Item Group: NoneStatus: Fixed
Privacy: PublicAssigned to: None
Open/Closed: Closed

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Sat 17 Jun 2017 12:23:28 AM UTC, comment #1:

Hi,
thank you for spotting the bug!
This has been fixed a number of commits ago in SVN revision -r1028:1029 and waits to go into 0.5-rc3.
You are welcome to give a try to the latest SVN version!
svn co http://svn.savannah.nongnu.org/svn/fbi-improved/branches/0.5/
cd 0.5
sh autogen.sh
./configure ...

ciao!

dezperado <dezperado>
Project Administrator
Thu 15 Jun 2017 06:27:43 PM UTC, original submission:

Hi,

Someone changed CommandConsole-init.cpp:258:17:

Somebody tried to print out what compile option was disabled:

if(device!=FIM_DDN_VAR_DUMB)
{
if( 0
#ifndef FIM_WITH_AALIB
|| device==FIM_DDN_INN_AA
#endif /* FIM_WITH_AALIB */
#ifndef FIM_WITH_LIBSDL
|| device==FIM_WITH_LIBSDL
#endif /* FIM_WITH_LIBSDL */
#ifdef FIM_WITH_NO_FRAMEBUFFER
|| device==FIM_DDN_INN_FB
#endif /* FIM_WITH_NO_FRAMEBUFFER */
#ifndef FIM_WITH_LIBIMLIB2
|| device==FIM_DDN_VAR_IL2
#endif /* FIM_WITH_LIBIMLIB2 */
#ifndef FIM_WITH_CACALIB
|| device==FIM_DDN_INN_CACA
#endif /* FIM_WITH_CACALIB */
)
std::cerr << "Device string \""<<device<<"\" has been configured out (disabled) at build time.\n";
else
std::cerr << "Unrecognized display device string \""<<device<<"\".\n";
std::cerr << "Valid choices are " << FIM_DDN_VARS_IN << "!\n";
}

This can't possibly work. Please remove!

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by dezperado (Posted a comment)
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 2 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Sat 17 Jun 2017 12:23:28 AM UTCdezperadoStatusNone=>Fixed
      Open/ClosedOpen=>Closed

    Back to the top


    Powered by Savane 3.1-cleanup1