Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error compiling code master #12

Closed
aperi2007 opened this issue Mar 15, 2014 · 1 comment
Closed

Error compiling code master #12

aperi2007 opened this issue Mar 15, 2014 · 1 comment

Comments

@aperi2007
Copy link

Hi, trying to compile the code of last master (commit 0877fd8) . I'm having this error:

g++ -DPACKAGE_NAME="iipsrv" -DPACKAGE_TARNAME="iipsrv" -DPACKAGE_VERSION="1.0" -DPACKAGE_STRING="iipsrv\ 1.0" -DPACKAGE_BUGREPORT="ruven@users.sourceforge.net" -DPACKAGE_URL="" -DPACKAGE="iipsrv" -DVERSION="1.0" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=".libs/" -DHAVE_GLOB_H=1 -DHAVE_TIME_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_LOG2=1 -DHAVE_SETENV=1 -DHAVE_EXT_POOL_ALLOCATOR_H=1 -DHAVE_UNORDERED_MAP=// -DHAVE_TR1_UNORDERED_MAP=// -DHAVE_NAMESPACES=// -DHAVE_EXT_HASH_MAP=// -DHAVE_JPEG=1 -DHAVE_LIBMEMCACHED_MEMCACHED_H=1 -DHAVE_MEMCACHED=1 -DHAVE_TIFF=1 -DNPROCS=1 -DHAVE_PNG_H=1 -DHAVE_STREAMBUF_CHAR_TYPE=1 -DHAVE_LIBNSL=1 -DHAVE_FPOS=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_ARPA_INET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_UNISTD_H=1 -DHAVE_FILENO_PROTO=1 -DHAVE_STRERROR=1 -I. -I. -m64 -std=gnu++0x -m64 -MT Task.o -MD -MP -MF .deps/Task.Tpo -c -o Task.o Task.cc
Task.cc: In static member function âstatic Task* Task::factory(const string&)â:
Task.cc:37:64: error: âtransformâ was not declared in this scope
Task.cc: In member function âvirtual void CMP::run(Session_, const string&)â:
Task.cc:315:67: error: âtransformâ was not declared in this scope
make[1]: *_* [Task.o] Error 1
make[1]: Leaving directory `/home/archivio/tomcat/software/iipimage/iipsrv-svn/src'
make: *** [all-recursive] Error 1

@ruven
Copy link
Owner

ruven commented Mar 16, 2014

OK, there was a missing include in Task.cc - I've just committed a fix.

@ruven ruven closed this as completed Mar 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants