Hi

On Nov 29, 2012, at 7:46, Manolo Gouy <manolo.g...@univ-lyon1.fr> wrote:

>> I have this problem: when I run the executable of my program, the terminal 
>> window is opened and it catch all keyboard input directed to the graphical 
>> window.
>> 
>> I don't want the terminal !
>> 
>> Where I wrong ?
> 
> Can you use Xcode to build FLTK and your program? This will produce
> bundled applications that are what Mac OS X expects, really, for a
> program with GUI. The terminal will not be opened and input will work
> as expected.
> 
> Alternatively, you can produce bundled apps also with make,
> as done for example with the sudoku demo application if you have built
> FLTK with configure+make (not if you used Cmake).

Had the same problem a couple of months ago and I posted about it to the 
general list.
I got many tips to fix it and many of them worked but the simplest was to use 
the Xcode project that comes with fltk and build with that.

Laszlo

> _______________________________________________
> fltk-dev mailing list
> fltk-dev@easysw.com
> http://lists.easysw.com/mailman/listinfo/fltk-dev

_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to