User forums > Using Code::Blocks
Installing FLTK v1.1.x-r5734 ?
Tintin72:
Yes, I'm under Windows XP pro.
Thank you very much for your help :)
phireis:
just install MinGW and MSYS. Then, inside MSYS, in the fltk-1.1.x-r5734 dir:
$./configure
$make
$make install(for installing in the MinGW directory)
will do the work for Fltk, since Fltk it doesnt have dependences(implements alternative implementations to various libraries like libpng, libjpeg... if they arent installed)
And Fltk 2.0.x have a CodeBlocks project :)
Philipe
stahta01:
--- Quote from: phireis on March 16, 2007, 01:44:52 am ---just install MinGW and MSYS. Then, inside MSYS, in the fltk-1.1.x-r5734 dir:
$./configure
$make
$make install(for installing in the MinGW directory)
will do the work for Fltk, since Fltk it doesnt have dependences(implements alternative implementations to various libraries like libpng, libjpeg... if they arent installed)
And Fltk 2.0.x have a CodeBlocks project :)
Philipe
--- End quote ---
Thanks for the info, I was using the supplied make files for mingw and getting bad results.
Using configure seems to be going farther in the build process.
Got the 1.1.7 libraries to build with
./configure --enable-localjpeg=yes --enable-localpng=no --enable-localzlib=no
make
Got fltk-1.1.x-r5734 libraries to build with normal command, I think the 1.1.7 release has issues with png and zlib.
./configure
make
Tim S
stahta01:
Is your FLTK devpak a static library? Or, does it contains DLLs?
If it contains DLLs, where can I download the old 1.1.7 DevPak so I can look at it.
Tim S
Uploaded Static Devpak to
http://www.savefile.com/projects/1039215
FLTK-1.1.x-r5734.DevPak
Script used to create is 7Zip inside of FLTK-1-devcxx.7z
Tintin72:
Thank you very much stahta01 for your help :D
I think later I will learn to use Mingw and Msys cause it seems really helpfull, but
now I have not much time for that.
So thanks again :)
Navigation
[0] Message Index
[*] Previous page
Go to full version