Nothing change the libary is empty:
My log:
Font.cpp: At global scope:
Font.cpp:404: error: expected init-declarator before '*' token
Font.cpp:404: error: expected `,' or `;' before '*' token
Font.cpp:470: error: expected init-declarator before '*' token
Font.cpp:470: error: expected `,' or `;' before '*' token
Font.cpp:509: error: expected init-declarator before '*' token
Font.cpp:509: error: expected `,' or `;' before '*' token
Font.cpp: In function `void datedit_find_character(BITMAP*, int*, int*, int*, in
t*)':
Font.cpp:561: error: `bitmap_color_depth' undeclared (first use this function)
Font.cpp:566: error: `makecol_depth' undeclared (first use this function)
Font.cpp:571: error: `getpixel' undeclared (first use this function)
Font.cpp:577: error: invalid use of undefined type `struct BITMAP'
C:/CodeBlocks/bin/../lib/gcc/mingw32/3.4.4/../../../../include/allegro/internal/
aintern.h:766: error: forward declaration of `struct BITMAP'
Font.cpp:580: error: invalid use of undefined type `struct BITMAP'
C:/CodeBlocks/bin/../lib/gcc/mingw32/3.4.4/../../../../include/allegro/internal/
aintern.h:766: error: forward declaration of `struct BITMAP'
Font.cpp:592: error: invalid use of undefined type `struct BITMAP'
C:/CodeBlocks/bin/../lib/gcc/mingw32/3.4.4/../../../../include/allegro/internal/
aintern.h:766: error: forward declaration of `struct BITMAP'
Font.cpp:599: error: invalid use of undefined type `struct BITMAP'
C:/CodeBlocks/bin/../lib/gcc/mingw32/3.4.4/../../../../include/allegro/internal/
aintern.h:766: error: forward declaration of `struct BITMAP'
Font.cpp: At global scope:
Font.cpp:608: error: `FONT_GLYPH' was not declared in this scope
Font.cpp:608: error: `gl' was not declared in this scope
Font.cpp:608: error: expected primary-expression before "int"
Font.cpp:609: error: initializer expression list treated as compound expression
Font.cpp:609: error: expected `,' or `;' before '{' token
Font.cpp: In function `int import_bitmap_font_color(BITMAP**, int)':
Font.cpp:656: error: `create_bitmap_ex' undeclared (first use this function)
Font.cpp:658: error: `clear_to_color' undeclared (first use this function)
Font.cpp:662: error: `blit' undeclared (first use this function)
Font.cpp: In function `int bitmap_font_ismono(BITMAP*)':
Font.cpp:679: error: invalid use of undefined type `struct BITMAP'
C:/CodeBlocks/bin/../lib/gcc/mingw32/3.4.4/../../../../include/allegro/internal/
aintern.h:766: error: forward declaration of `struct BITMAP'
Font.cpp:680: error: invalid use of undefined type `struct BITMAP'
C:/CodeBlocks/bin/../lib/gcc/mingw32/3.4.4/../../../../include/allegro/internal/
aintern.h:766: error: forward declaration of `struct BITMAP'
Font.cpp:681: error: `getpixel' undeclared (first use this function)
Font.cpp: In function `FONT_COLOR_DATA* upgrade_to_color_data(FONT_MONO_DATA*)':
Font.cpp:698: error: `_al_malloc' undeclared (first use this function)
Font.cpp:704: error: 'struct FONT_COLOR_DATA' has no member named 'bitmaps'
Font.cpp:707: error: `text_mode' undeclared (first use this function)
Font.cpp:710: error: `FONT_GLYPH' undeclared (first use this function)
Font.cpp:710: error: `g' undeclared (first use this function)
Font.cpp:710: error: 'struct FONT_MONO_DATA' has no member named 'glyphs'
Font.cpp:711: error: `create_bitmap_ex' undeclared (first use this function)
Font.cpp:712: error: `clear_to_color' undeclared (first use this function)
Font.cpp:714: error: invalid use of undefined type `struct BITMAP'
C:/CodeBlocks/bin/../lib/gcc/mingw32/3.4.4/../../../../include/allegro/internal/
aintern.h:766: error: forward declaration of `struct BITMAP'
Font.cpp:720: error: `free' undeclared (first use this function)
Font.cpp:723: error: 'struct FONT_MONO_DATA' has no member named 'glyphs'
Font.cpp: At global scope:
Font.cpp:731: error: variable or field `upgrade_to_color' declared void
Font.cpp:731: error: `FONT' was not declared in this scope
Font.cpp:731: error: `f' was not declared in this scope
Font.cpp:732: error: expected `,' or `;' before '{' token
Font.cpp:774: error: expected init-declarator before '*' token
Font.cpp:774: error: expected `,' or `;' before '*' token
Font.cpp:862: error: expected init-declarator before '*' token
Font.cpp:862: error: expected `,' or `;' before '*' token
Font.cpp: In member function `MASFont* MASFont::Load(const char*)':
Font.cpp:952: error: `get_extension' undeclared (first use this function)
Font.cpp:952: error: `uconvert_ascii' undeclared (first use this function)
Font.cpp:952: error: `ustricmp' undeclared (first use this function)
Font.cpp:958: error: `af' undeclared (first use this function)
Font.cpp:958: error: `TRUE' undeclared (first use this function)
Font.cpp:958: error: `import_bitmap_font' undeclared (first use this function)
Font.cpp:963: error: `import_scripted_font' undeclared (first use this function)
Font.cpp:968: error: `import_it_font' undeclared (first use this function)
Font.cpp:973: error: `PACKFILE' undeclared (first use this function)
Font.cpp:973: error: `f' undeclared (first use this function)
Font.cpp:973: error: `F_READ' undeclared (first use this function)
Font.cpp:973: error: `pack_fopen' undeclared (first use this function)
Font.cpp:975: error: `pack_igetl' undeclared (first use this function)
Font.cpp:976: error: `pack_fclose' undeclared (first use this function)
Font.cpp:978: error: `import_grx_font' undeclared (first use this function)
Font.cpp:982: error: `import_bios_font' undeclared (first use this function)
Font.cpp:992: error: `ff' undeclared (first use this function)
Font.cpp:992: error: `uconvert_toascii' undeclared (first use this function)
Font.cpp:992: error: `alfont_load_font' undeclared (first use this function)
Font.cpp:999: error: `font' undeclared (first use this function)
C:\COdeBlocks\bin\make: [../obj/mingw/Font.o] Error 1 (ignored)
g++ -O2 -fomit-frame-pointer -ffast-math -fexpensive-optimizations -fpeephole -s
-o ../obj/mingw/MusicPlayer.o -c MusicPlayer.cpp
In file included from ../include/MASkinG/Skin.h:19,
from ../include/MASkinG/DialogObj.h:18,
from ../include/MASkinG/Dialog.h:18,
from ../include/MASkinG/MusicPlayer.h:18,
from MusicPlayer.cpp:15:
../include/MASkinG/global.h:18:20: alfont.h: No such file or directory
In file included from ../include/MASkinG/global.h:20,
from ../include/MASkinG/Skin.h:19,
from ../include/MASkinG/DialogObj.h:18,
from ../include/MASkinG/Dialog.h:18,
from ../include/MASkinG/MusicPlayer.h:18,
from MusicPlayer.cpp:15:
../include/MASkinG/Font.h:27: error: ISO C++ forbids declaration of `ALFONT_FONT
' with no type
../include/MASkinG/Font.h:27: error: expected `;' before '*' token
../include/MASkinG/Font.h:36: error: expected `)' before '*' token
../include/MASkinG/Font.h:65: error: `ALFONT_FONT' has not been declared
../include/MASkinG/Font.h:65: error: ISO C++ forbids declaration of `f' with no
type
In file included from ../include/MASkinG/DialogObj.h:18,
from ../include/MASkinG/Dialog.h:18,
from ../include/MASkinG/MusicPlayer.h:18,
from MusicPlayer.cpp:15:
../include/MASkinG/Skin.h:184: error: `ALFONT_FONT' has not been declared
../include/MASkinG/Skin.h:184: error: ISO C++ forbids declaration of `f' with no
type
C:\COdeBlocks\bin\make: [../obj/mingw/MusicPlayer.o] Error 1 (ignored)
g++ -O2 -fomit-frame-pointer -ffast-math -fexpensive-optimizations -fpeephole -s
-o ../obj/mingw/MidiPlayer.o -c MidiPlayer.cpp
In file included from ../include/MASkinG/Skin.h:19,
from ../include/MASkinG/DialogObj.h:18,
from ../include/MASkinG/Dialog.h:18,
from ../include/MASkinG/MusicPlayer.h:18,
from ../include/MASkinG/MidiPlayer.h:19,
from MidiPlayer.cpp:15:
../include/MASkinG/global.h:18:20: alfont.h: No such file or directory
In file included from ../include/MASkinG/global.h:20,
from ../include/MASkinG/Skin.h:19,
from ../include/MASkinG/DialogObj.h:18,
from ../include/MASkinG/Dialog.h:18,
from ../include/MASkinG/MusicPlayer.h:18,
from ../include/MASkinG/MidiPlayer.h:19,
from MidiPlayer.cpp:15:
../include/MASkinG/Font.h:27: error: ISO C++ forbids declaration of `ALFONT_FONT
' with no type
../include/MASkinG/Font.h:27: error: expected `;' before '*' token
../include/MASkinG/Font.h:36: error: expected `)' before '*' token
../include/MASkinG/Font.h:65: error: `ALFONT_FONT' has not been declared
../include/MASkinG/Font.h:65: error: ISO C++ forbids declaration of `f' with no
type
In file included from ../include/MASkinG/DialogObj.h:18,
from ../include/MASkinG/Dialog.h:18,
from ../include/MASkinG/MusicPlayer.h:18,
from ../include/MASkinG/MidiPlayer.h:19,
from MidiPlayer.cpp:15:
../include/MASkinG/Skin.h:184: error: `ALFONT_FONT' has not been declared
../include/MASkinG/Skin.h:184: error: ISO C++ forbids declaration of `f' with no
type
C:\COdeBlocks\bin\make: [../obj/mingw/MidiPlayer.o] Error 1 (ignored)
g++ -O2 -fomit-frame-pointer -ffast-math -fexpensive-optimizations -fpeephole -s
-o ../obj/mingw/WinIcon.o -c WinIcon.cpp
In file included from ../include/MASkinG/Skin.h:19,
from ../include/MASkinG/DialogObj.h:18,
from ../include/MASkinG/Dialog.h:18,
from ../include/MASkinG/Text.h:18,
from ../include/MASkinG/Button.h:18,
from ../include/MASkinG/WinButton.h:18,
from ../include/MASkinG/WinIcon.h:18,
from WinIcon.cpp:15:
../include/MASkinG/global.h:18:20: alfont.h: No such file or directory
In file included from ../include/MASkinG/global.h:20,
from ../include/MASkinG/Skin.h:19,
from ../include/MASkinG/DialogObj.h:18,
from ../include/MASkinG/Dialog.h:18,
from ../include/MASkinG/Text.h:18,
from ../include/MASkinG/Button.h:18,
from ../include/MASkinG/WinButton.h:18,
from ../include/MASkinG/WinIcon.h:18,
from WinIcon.cpp:15:
../include/MASkinG/Font.h:27: error: ISO C++ forbids declaration of `ALFONT_FONT
' with no type
../include/MASkinG/Font.h:27: error: expected `;' before '*' token
../include/MASkinG/Font.h:36: error: expected `)' before '*' token
../include/MASkinG/Font.h:65: error: `ALFONT_FONT' has not been declared
../include/MASkinG/Font.h:65: error: ISO C++ forbids declaration of `f' with no
type
In file included from ../include/MASkinG/DialogObj.h:18,
from ../include/MASkinG/Dialog.h:18,
from ../include/MASkinG/Text.h:18,
from ../include/MASkinG/Button.h:18,
from ../include/MASkinG/WinButton.h:18,
from ../include/MASkinG/WinIcon.h:18,
from WinIcon.cpp:15:
../include/MASkinG/Skin.h:184: error: `ALFONT_FONT' has not been declared
../include/MASkinG/Skin.h:184: error: ISO C++ forbids declaration of `f' with no
type
C:\COdeBlocks\bin\make: [../obj/mingw/WinIcon.o] Error 1 (ignored)
g++ -O2 -fomit-frame-pointer -ffast-math -fexpensive-optimizations -fpeephole -s
-o ../obj/mingw/MessageBox.o -c MessageBox.cpp
In file included from ../include/MASkinG/Skin.h:19,
from ../include/MASkinG/DialogObj.h:18,
from ../include/MASkinG/Dialog.h:18,
from ../include/MASkinG/Window.h:18,
from ../include/MASkinG/MessageBox.h:18,
from MessageBox.cpp:15:
../include/MASkinG/global.h:18:20: alfont.h: No such file or directory
In file included from ../include/MASkinG/global.h:20,
from ../include/MASkinG/Skin.h:19,
from ../include/MASkinG/DialogObj.h:18,
from ../include/MASkinG/Dialog.h:18,
from ../include/MASkinG/Window.h:18,
from ../include/MASkinG/MessageBox.h:18,
from MessageBox.cpp:15:
../include/MASkinG/Font.h:27: error: ISO C++ forbids declaration of `ALFONT_FONT
' with no type
../include/MASkinG/Font.h:27: error: expected `;' before '*' token
../include/MASkinG/Font.h:36: error: expected `)' before '*' token
../include/MASkinG/Font.h:65: error: `ALFONT_FONT' has not been declared
../include/MASkinG/Font.h:65: error: ISO C++ forbids declaration of `f' with no
type
In file included from ../include/MASkinG/DialogObj.h:18,
from ../include/MASkinG/Dialog.h:18,
from ../include/MASkinG/Window.h:18,
from ../include/MASkinG/MessageBox.h:18,
from MessageBox.cpp:15:
../include/MASkinG/Skin.h:184: error: `ALFONT_FONT' has not been declared
../include/MASkinG/Skin.h:184: error: ISO C++ forbids declaration of `f' with no
type
C:\COdeBlocks\bin\make: [../obj/mingw/MessageBox.o] Error 1 (ignored)
g++ -O2 -fomit-frame-pointer -ffast-math -fexpensive-optimizations -fpeephole -s
-o ../obj/mingw/ColorSel.o -c ColorSel.cpp
In file included from ../include/MASkinG/Skin.h:19,
from ../include/MASkinG/DialogObj.h:18,
from ../include/MASkinG/Dialog.h:18,
from ../include/MASkinG/Window.h:18,
from ../include/MASkinG/ColorSel.h:18,
from ColorSel.cpp:17:
../include/MASkinG/global.h:18:20: alfont.h: No such file or directory
In file included from ../include/MASkinG/global.h:20,
from ../include/MASkinG/Skin.h:19,
from ../include/MASkinG/DialogObj.h:18,
from ../include/MASkinG/Dialog.h:18,
from ../include/MASkinG/Window.h:18,
from ../include/MASkinG/ColorSel.h:18,
from ColorSel.cpp:17:
../include/MASkinG/Font.h:27: error: ISO C++ forbids declaration of `ALFONT_FONT
' with no type
../include/MASkinG/Font.h:27: error: expected `;' before '*' token
../include/MASkinG/Font.h:36: error: expected `)' before '*' token
../include/MASkinG/Font.h:65: error: `ALFONT_FONT' has not been declared
../include/MASkinG/Font.h:65: error: ISO C++ forbids declaration of `f' with no
type
In file included from ../include/MASkinG/DialogObj.h:18,
from ../include/MASkinG/Dialog.h:18,
from ../include/MASkinG/Window.h:18,
from ../include/MASkinG/ColorSel.h:18,
from ColorSel.cpp:17:
../include/MASkinG/Skin.h:184: error: `ALFONT_FONT' has not been declared
../include/MASkinG/Skin.h:184: error: ISO C++ forbids declaration of `f' with no
type
C:\COdeBlocks\bin\make: [../obj/mingw/ColorSel.o] Error 1 (ignored)
g++ -O2 -fomit-frame-pointer -ffast-math -fexpensive-optimizations -fpeephole -s
-o ../obj/mingw/Separator.o -c Separator.cpp
In file included from ../include/MASkinG/Skin.h:19,
from ../include/MASkinG/DialogObj.h:18,
from ../include/MASkinG/Dialog.h:18,
from ../include/MASkinG/Separator.h:18,
from Separator.cpp:15:
../include/MASkinG/global.h:18:20: alfont.h: No such file or directory
In file included from ../include/MASkinG/global.h:20,
from ../include/MASkinG/Skin.h:19,
from ../include/MASkinG/DialogObj.h:18,
from ../include/MASkinG/Dialog.h:18,
from ../include/MASkinG/Separator.h:18,
from Separator.cpp:15:
../include/MASkinG/Font.h:27: error: ISO C++ forbids declaration of `ALFONT_FONT
' with no type
../include/MASkinG/Font.h:27: error: expected `;' before '*' token
../include/MASkinG/Font.h:36: error: expected `)' before '*' token
../include/MASkinG/Font.h:65: error: `ALFONT_FONT' has not been declared
../include/MASkinG/Font.h:65: error: ISO C++ forbids declaration of `f' with no
type
In file included from ../include/MASkinG/DialogObj.h:18,
from ../include/MASkinG/Dialog.h:18,
from ../include/MASkinG/Separator.h:18,
from Separator.cpp:15:
../include/MASkinG/Skin.h:184: error: `ALFONT_FONT' has not been declared
../include/MASkinG/Skin.h:184: error: ISO C++ forbids declaration of `f' with no
type
C:\COdeBlocks\bin\make: [../obj/mingw/Separator.o] Error 1 (ignored)
ar src ../lib/mingw/libmasking.a ../obj/mingw/DialogDo.o ../obj/mingw/Icon.o ../
obj/mingw/CheckBox.o ../obj/mingw/ClearScreen.o ../obj/mingw/DialogObj.o ../obj/
mingw/Dialog.o ../obj/mingw/DRS.o ../obj/mingw/EditText.o ../obj/mingw/Button.o
../obj/mingw/HyperText.o ../obj/mingw/Bitmap.o ../obj/mingw/Panel.o ../obj/mingw
/PanelRaised.o ../obj/mingw/PanelSunken.o ../obj/mingw/PanelRidge.o ../obj/mingw
PanelGroove.o ../obj/mingw/BoxShadow.o ../obj/mingw/RadioButton.o ../obj/mingw
Box.o ../obj/mingw/Slider.o ../obj/mingw/HiddenList.o ../obj/mingw/Text.o ../obj
/mingw/WinButton.o ../obj/mingw/Skin.o ../obj/mingw/List.o ../obj/mingw/Scroller
.o ../obj/mingw/MASkinG.o ../obj/mingw/Window.o ../obj/mingw/WinBox.o ../obj/min
gw/Keyboard.o ../obj/mingw/Progress.o ../obj/mingw/Log.o ../obj/mingw/Console.o
../obj/mingw/Alert.o ../obj/mingw/Alert3.o ../obj/mingw/FileSelect.o ../obj/ming
w/Settings.o ../obj/mingw/Rect.o ../obj/mingw/Timer.o ../obj/mingw/Tab.o ../obj/
mingw/Font.o ../obj/mingw/MusicPlayer.o ../obj/mingw/MidiPlayer.o ../obj/mingw/W
inIcon.o ../obj/mingw/MessageBox.o ../obj/mingw/ColorSel.o ../obj/mingw/Separato
r.o
ar: ../obj/mingw/DialogDo.o: No such file or directory
C:\COdeBlocks\bin\make: [../lib/mingw/libmasking.a] Error 1 (ignored)
D:\Documents and Settings\PMUZYKA\Pulpit\MASkinG\src>