
QGifer
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Deathmachine
7 years ago
I have a problem compiling qgifer
[ 45%] Building CXX object CMakeFiles/qgifer.dir/src/main.cpp.o
In file included from /home/kurush/qgifer-0.2.1-linux-i686-bin/qgifer-0.2.1-source/build/ui_mainwindow.h:38:0,
from /home/kurush/qgifer-0.2.1-linux-i686-bin/qgifer-0.2.1-source/src/mainwindow.h:32,
from /home/kurush/qgifer-0.2.1-linux-i686-bin/qgifer-0.2.1-source/src/main.cpp:23:
/home/kurush/qgifer-0.2.1-linux-i686-bin/qgifer-0.2.1-source/src/palettewidget.h: In member function ‘ColorMapObject* PaletteWidget::mapCopy()’:
/home/kurush/qgifer-0.2.1-linux-i686-bin/qgifer-0.2.1-source/src/palettewidget.h:33:90: error: ‘MakeMapObject’ was not declared in this scope
ColorMapObject* mapCopy() {return MakeMapObject(palette->ColorCount, palette->Colors);}
^
/home/kurush/qgifer-0.2.1-linux-i686-bin/qgifer-0.2.1-source/src/palettewidget.h: In member function ‘void PaletteWidget::clear()’:
/home/kurush/qgifer-0.2.1-linux-i686-bin/qgifer-0.2.1-source/src/palettewidget.h:41:53: error: ‘FreeMapObject’ was not declared in this scope
void clear() {if(palette) FreeMapObject(palette); palette = NULL; update();}
^
make[2]: *** [CMakeFiles/qgifer.dir/src/main.cpp.o] Error 1
make[1]: *** [CMakeFiles/qgifer.dir/all] Error 2
make: *** [all] Error 2
I'm using giflib 5.0.5
Thanks in advance for any help.
Report
Drool
7 years ago
Report
chodak166
7 years ago
Report
Drool
7 years ago
http://libav.org
Report