Allegro.cc - Online Community

Allegro.cc Forums » Allegro Development » 4.4.2 devpak ?

This thread is locked; no one can reply to it. rss feed Print
4.4.2 devpak ?
karistouf
Member #5,126
October 2004
avatar

hi ! this a thread for nice members of the community continuying maintenance of branch of allegro 4
I have a special request, fighting as usual with dependencies and so on.

Actually my project is based on OpenLayer, allegro 4.2 and was on minw32 gcc3.4.2
Its now 3 years i m developping it, so i m quite somehow blocked to a certain level: i m not a boy who love to deal with libraries and internals. I prefer to use them and dont know how to hack them.

i finally changed of compilator ( TDM GCC 6.4.1) but i have some troubles to avoid to use the 4.2.2 devpak to make full usage of allegro 4.4

Does anybody could release a compiled version for mingw 6.4.1 ? is it possible to have it in devpak ? will it feet with OpenLayer ?

woaw, what a question ;-)

I m compiling ok with this output:

Compiler: Default compiler
Building Makefile: "C:\white_cat\sources\Makefile.win"
Executing make clean
rm -f ../obj/MAIN_fev2011_14.o ../obj/WhiteCat_private.res ../white_cat_0_8_2_8gui10TDMGCC.exe

g++.exe -c MAIN_fev2011_14.cpp -o ../obj/MAIN_fev2011_14.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -I"C:/white_cat/sources" -I"C:/white_cat/sources/odmxusb_terry" -I"C:/white_cat/sources/enttec_pro" -I"C:/white_cat/sources/midishare/include" -I"C:/white_cat/sources/dashard" -I"C:/Dev-Cpp/include/haru" -I"C:/white_cat/sources/borderless06/include/borderless" -I"C:/white_cat/sources/arduino/Cserial" -I"C:/white_cat/sources/audiere-1.9.4-win32/include" -I"C:/white_cat/sources/libharu-2.0.8/include" -I"C:/white_cat/sources/libharu-2.0.8/include" -I"C:/white_cat/sources/openCV-1.0/include/opencv" -I"C:/Dev-Cpp/include" -I"C:/white_cat/sources/chipmunk" -I"C:/white_cat/sources/Chipmunk-6.0.3/include/chipmunk" -I"C:/white_cat/sources/allegro-4.4.2-mingw-4.5.2/include" -Iinclude/borderless -Llib/borderless -lchipmunk

g++.exe: -lchipmunk: linker input file unused because linking not done

windres.exe -i WhiteCat_private.rc --input-format=rc -o ../obj/WhiteCat_private.res -O coff

g++.exe ../obj/MAIN_fev2011_14.o ../obj/WhiteCat_private.res -o "..\white_cat_0_8_2_8gui10TDMGCC.exe" -L"C:/Dev-Cpp/lib" -L"C:/Dev-Cpp/lib" -L"C:/white_cat/sources/borderless06/lib/borderless" -L"C:/white_cat/sources/audiere-1.9.4-win32/lib" -L"C:/white_cat/sources/libharu-2.0.8/mingw32" -L"C:/white_cat/sources/openCV-1.0/lib" -L"C:/white_cat/sources/chipmunk" -L"C:/white_cat/sources/of_preRelease_v007_win_cb/libs/openFrameworks" -L"C:/white_cat/sources/allegro-4.4.2-mingw-4.5.2/lib" -mwindows -lopenlayer -lglyph-agl -lfreetype.dll -lpng -lzdll -lagl -lalleg -luser32 -lgdi32 -lglu32 -lopengl32 -lpthreadGC2 ../../Dev-Cpp/lib/libwsock32.a odmxusb_terry/FTD2XX.lib enttec_pro/ftd2xx.lib midishare/libraries/mshare32.lib ../../Dev-Cpp/lib/libiphlpapi.a ../../Dev-Cpp/lib/libhpdf.a ../../Dev-Cpp/lib/libz.a openCV-1.0/lib/libcv.a openCV-1.0/lib/libcxcore.a openCV-1.0/lib/libhighgui.a audiere-1.9.4-win32/lib/audiere.lib ../../Dev-Cpp/lib/libpthreadGC2.a chipmunk/libchipmunk.a allegro-4.4.2-mingw-4.5.2/lib/liballegro-4.4.2-monolith-mt.a

Execution terminated
Compilation successful

verthex
Member #11,340
September 2009
avatar

Search google for mingw and download the installer. I just did it 2 days ago.

karistouf said:

Does anybody could release a compiled version for mingw 6.4.1 ?

Edit::nm

The only devpak that exists afaik is the 4.2 version.

karistouf
Member #5,126
October 2004
avatar

i have installed the TDM-GCC mingw wich works in fact. i had to let default compiler of dev cpp in default, to use it with make. make in TDM-GCC is called mingw32-make and doent appear for dev cpp.

devpak: i know its possible to do it , but i m helas not enough good in interns of code to arrive to do it :-(

LennyLen
Member #5,313
December 2004
avatar

I'll give it a go for you. I'm downloading the TDM copmiler now.

karistouf
Member #5,126
October 2004
avatar

MERCI a lot !!!! ;-)

LennyLen
Member #5,313
December 2004
avatar

Is OGG Vorbis support important to you? I'm having trouble with it.

karistouf
Member #5,126
October 2004
avatar

not at all.
i m using allegro only for putpixel / spline maths and draw / timers / backamnesia / keyboard and mouse. and surely allegro gl for OpenLayer

LennyLen
Member #5,313
December 2004
avatar

Ok, I've built Allegro 4.4.2 with TDM 4.6.1 and tested that it works correctly. I need to get some sleep now, but tomorrow I'll remind myself of how to build a DevPak (actually, it's a fairly easy process).

karistouf
Member #5,126
October 2004
avatar

wow... thanks a lot lenny !
any tutorial on how to do the all process would be very nice !!!
have a nice night ;-)

LennyLen
Member #5,313
December 2004
avatar

Here is the DevPak. It has Allegro 4.4.2, plus the Addons (allegrogl, allegjpg, loadpng, but not logg). I did both Debug and Release builds.

Which part of the process did you want a tutorial for? I built the library following the instructions that come with the source, and followed the instructions for making a DevPak that are available at http://www.devpaks.org

karistouf
Member #5,126
October 2004
avatar

Woaw! Will test it tomorrow!
Many many thanks! ;-)
About tutorial in fact i font know the basison how to recompile allegro from sources :-(

hum... devpak dont want to be installed, i will try an unzip

LennyLen
Member #5,313
December 2004
avatar

I got around to installing MSYS so that I could compile libogg and libvorbis, so I've created a new DevPak which has the complete A4.2.2 plus addons package. It can be downloaded here.

karistouf said:

hum... devpak dont want to be installed, i will try an unzip

Are you using Dev-C++ or Code::Blocks? I tested the DevPak using the Dev-C++ Package Manager, and it worked fine there.

karistouf
Member #5,126
October 2004
avatar

hi, i m on dev cpp 5.0.0.1 Orwell maintaining, but will go backward to 4.9.3 ;-)
i give you feedback as soon as possible ;-)
thanks a lot lenny

[EDIT]: ok gone back to original dev cpp, devpak works. many thanks lenny. its great. unfortunately i m fighting now with Open Layer wich isnt like by mingw 641 ! i will post another thread bout it. i had to downgrade gcc to 3.4.5 version, as many things are not accepted in openlayer libray by mingw 4.6 :-/

thanks a lot

Go to: