My bad - easy to fix.

Matthew Sacks wrote:
> The error has mutated:
> Configuration summary for drizzle version 7.0.0
> 
>    * Installation prefix:       /usr/local
>    * System type:               apple-darwin9.6.0
>    * Host CPU:                  powerpc
>    * C Compiler:                powerpc-apple-darwin9-gcc-4.0.1 (GCC)
> 4.0.1 (Apple Inc. build 5490)
>    * C++ Compiler:              powerpc-apple-darwin9-g++-4.0.1 (GCC)
> 4.0.1 (Apple Inc. build 5490)
>    * Build auth_pam:            no
>    * Assertions enabled:        yes
>    * Debug enabled:             yes
>    * Profiling enabled:         no
>    * Coverage enabled:          no
>    * Warnings as failure:       yes
>    * Scheduling Plugins:        single_thread pool_of_threads
>    * C++ cstdint location:      <stdint.h>
>    * C++ hash_map location:     <ext/hash_map>
>    * C++ hash namespace:        __gnu_cxx
>    * C++ cmath location:        <cmath>
>    * C++ cmath namespace:       std
> 
> ---
> Making drizzled/configmake.h
> make  all-recursive
> Making all in .
> make[2]: Nothing to be done for `all-am'.
> Making all in gnulib
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>         cat ./getopt.in.h; \
>       } > getopt.h-t
> mv -f getopt.h-t getopt.h
> rm -f time.h-t time.h
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
>         sed -e 's/@''INCLUDE_NEXT''@/include_next/g' \
>             -e 's|@NEXT_TIME_H''@|<time.h>|g' \
>             -e 's|@REPLACE_LOCALTIME_R''@|0|g' \
>             -e 's|@REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g' \
>             -e 's|@REPLACE_STRPTIME''@|GNULIB_PORTCHECK|g' \
>             -e 's|@REPLACE_TIMEGM''@|0|g' \
>             -e 's|@SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g' \
>             -e 's|@TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g' \
>             < ./time.in.h; \
>       } > time.h-t
> mv time.h-t time.h
> rm -f unistd.h-t unistd.h
> { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
>         sed -e 's|@''HAVE_UNISTD_H''@|1|g' \
>             -e 's/@''INCLUDE_NEXT''@/include_next/g' \
>             -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
>             -e 's|@''GNULIB_CHOWN''@|0|g' \
>             -e 's|@''GNULIB_DUP2''@|0|g' \
>             -e 's|@''GNULIB_ENVIRON''@|0|g' \
>             -e 's|@''GNULIB_FCHDIR''@|0|g' \
>             -e 's|@''GNULIB_FTRUNCATE''@|0|g' \
>             -e 's|@''GNULIB_GETCWD''@|0|g' \
>             -e 's|@''GNULIB_GETLOGIN_R''@|0|g' \
>             -e 's|@''GNULIB_GETPAGESIZE''@|0|g' \
>             -e 's|@''GNULIB_LCHOWN''@|0|g' \
>             -e 's|@''GNULIB_LSEEK''@|0|g' \
>             -e 's|@''GNULIB_READLINK''@|0|g' \
>             -e 's|@''GNULIB_SLEEP''@|0|g' \
>             -e 's|@''HAVE_DUP2''@|1|g' \
>             -e 's|@''HAVE_FTRUNCATE''@|1|g' \
>             -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
>             -e 's|@''HAVE_READLINK''@|1|g' \
>             -e 's|@''HAVE_SLEEP''@|1|g' \
>             -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
>             -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
>             -e 's|@''HAVE_OS_H''@|0|g' \
>             -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
>             -e 's|@''REPLACE_CHOWN''@|0|g' \
>             -e 's|@''REPLACE_FCHDIR''@|0|g' \
>             -e 's|@''REPLACE_GETCWD''@|0|g' \
>             -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
>             -e 's|@''REPLACE_LCHOWN''@|0|g' \
>             -e 's|@''REPLACE_LSEEK''@|0|g' \
>             < ./unistd.in.h; \
>       } > unistd.h-t
> mv unistd.h-t unistd.h
> make  all-am
> depbase=`echo dummy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
>       /bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99
> -DHAVE_CONFIG_H   -I.. -I.. -I/usr/local/include -fpch-deps -Wall
> -Wextra -Werror -pedantic -Wundef -Wstrict-prototypes
> -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls
> -Wno-strict-aliasing      -Wshadow   -mno-fused-madd  -MT dummy.lo -MD
> -MP -MF $depbase.Tpo -c -o dummy.lo dummy.c &&\
>       mv -f $depbase.Tpo $depbase.Plo
> mkdir .libs
>  gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -I/usr/local/include
> -fpch-deps -Wall -Wextra -Werror -pedantic -Wundef -Wstrict-prototypes
> -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls
> -Wno-strict-aliasing -Wshadow -mno-fused-madd -MT dummy.lo -MD -MP -MF
> .deps/dummy.Tpo -c dummy.c  -fno-common -DPIC -o .libs/dummy.o
>  gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -I/usr/local/include
> -fpch-deps -Wall -Wextra -Werror -pedantic -Wundef -Wstrict-prototypes
> -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls
> -Wno-strict-aliasing -Wshadow -mno-fused-madd -MT dummy.lo -MD -MP -MF
> .deps/dummy.Tpo -c dummy.c -o dummy.o >/dev/null 2>&1
> depbase=`echo getopt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
>       /bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99
> -DHAVE_CONFIG_H   -I.. -I.. -I/usr/local/include -fpch-deps -Wall
> -Wextra -Werror -pedantic -Wundef -Wstrict-prototypes
> -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls
> -Wno-strict-aliasing      -Wshadow   -mno-fused-madd  -MT getopt.lo
> -MD -MP -MF $depbase.Tpo -c -o getopt.lo getopt.c &&\
>       mv -f $depbase.Tpo $depbase.Plo
>  gcc -std=gnu99 -DHAVE_CONFIG_H -I.. -I.. -I/usr/local/include
> -fpch-deps -Wall -Wextra -Werror -pedantic -Wundef -Wstrict-prototypes
> -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls
> -Wno-strict-aliasing -Wshadow -mno-fused-madd -MT getopt.lo -MD -MP
> -MF .deps/getopt.Tpo -c getopt.c  -fno-common -DPIC -o .libs/getopt.o
> In file included from getopt.c:36:
> gettext.h:22:5: error: "ENABLE_NLS" is not defined
> gettext.h:175:6: error: "__STRICT_ANSI__" is not defined
> gettext.h:199:5: error: "__STRICT_ANSI__" is not defined
> gettext.h:214:6: error: "__STRICT_ANSI__" is not defined
> gettext.h:245:5: error: "__STRICT_ANSI__" is not defined
> gettext.h:260:6: error: "__STRICT_ANSI__" is not defined
> cc1: warnings being treated as errors
> getopt.c:228: warning: unused parameter 'argc'
> getopt.c:228: warning: unused parameter 'argv'
> getopt.c:1104:5: error: "_LIBC" is not defined
> make[3]: *** [getopt.lo] Error 1
> make[2]: *** [all] Error 2
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> 
> I'm considering moving to Linux for Drizzle Dev for now....
> 
> On Sun, Feb 1, 2009 at 8:15 AM, Jay Pipes <[email protected]> wrote:
>> Matthew Sacks wrote:
>>> Perhaps I should log a bug for this?
>> +1 if it's reproduceable definitely.
>>
>> -jay
>>
>>> On Wed, Jan 28, 2009 at 10:23 PM, Monty Taylor <[email protected]> wrote:
>>>> Jay Pipes wrote:
>>>>> Matthew Sacks wrote:
>>>>>> command:
>>>>>>  ./config/autorun.sh && ./configure --with-debug && make -j2
>>>>>>
>>>> Harrumph. Why didn't autoconf catch this first??
>>>>
>>>>>> error:
>>>>>>
>>>>>> In file included from drizzled.cc:48:
>>>>>> ../drizzled/temporal_format.h:34:18: error: pcre.h: No such file or
>>>>>> directory
>>>>>> ../drizzled/temporal_format.h:49: error: ISO C++ forbids declaration
>>>>>> of 'pcre' with no type
>>>>>> ../drizzled/temporal_format.h:49: error: expected ';' before '*' token
>>>>>> ../drizzled/temporal_format.h: In member function 'bool
>>>>>> drizzled::TemporalFormat::is_valid() const':
>>>>>> ../drizzled/temporal_format.h:73: error: '_re' was not declared in
>>>>>> this scope
>>>>>> mv -f .deps/dtcollation.Tpo .deps/dtcollation.Po
>>>>>> g++ -DHAVE_CONFIG_H   -I.. -I.. -I/usr/local/include -fpch-deps -Wall
>>>>>> -Wextra -Werror -pedantic -Wundef -Wno-redundant-decls -Wno-long-long
>>>>>> -Wno-strict-aliasing       -Wshadow      -fno-rtti -O0 -DDEBUG -ggdb3
>>>>>>  -MT errmsg.o -MD -MP -MF .deps/errmsg.Tpo -c -o errmsg.o errmsg.cc
>>>>>> make[3]: *** [drizzled.o] Error 1
>>>>>> make[3]: *** Waiting for unfinished jobs....
>>>>>> mv -f .deps/errmsg.Tpo .deps/errmsg.Po
>>>>>> make[2]: *** [all] Error 2
>>>>>> make[1]: *** [all-recursive] Error 1
>>>>>> make: *** [all] Error 2
>>>>>>
>>>>>> How might I resolve this?
>>>>> Have you tried make distclean and re-build?
>>>>>
>>>>> -jay
>>>>>
>>>>> _______________________________________________
>>>>> Mailing list: https://launchpad.net/~drizzle-discuss
>>>>> Post to     : [email protected]
>>>>> Unsubscribe : https://launchpad.net/~drizzle-discuss
>>>>> More help   : https://help.launchpad.net/ListHelp
>>>>>
>>> _______________________________________________
>>> Mailing list: https://launchpad.net/~drizzle-discuss
>>> Post to     : [email protected]
>>> Unsubscribe : https://launchpad.net/~drizzle-discuss
>>> More help   : https://help.launchpad.net/ListHelp
>>
> 


_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to