2 messages in com.mysql.lists.gui-toolsRE: Problems compiling on Solaris
FromSent OnAttachments
Eric McDonald03 Mar 2003 13:03 
Eric McDonald06 Mar 2003 14:06 
Subject:RE: Problems compiling on Solaris
From:Eric McDonald (er@rain.org)
Date:03/06/2003 02:06:39 PM
List:com.mysql.lists.gui-tools

Hi There:

Still very interested in finding out what these compile problems are--If anybody out there has some suggestions it would be greatly appreciated.

Sincerely,

-----Original Message----- From: Eric McDonald [mailto:er@rain.org] Sent: Monday, March 03, 2003 1:04 PM To: my@lists.mysql.com Subject: Problems compiling on Solaris

Hi:

I am trying to compile the MySQLCC package on Solaris 2.8, but run into the following trouble. Can anyone provide a possible answer?

Thanks in advance,

g++ -c -Wall -W -O2 -D_REENTRANT -DQT_DLL -DHAVE_MYSQLCC_CONFIG -DQT_NO_DEB UG -DQT_THREAD_SUPPORT -I/usr/local/src/qt/mkspecs/solaris2.8 -I. -Iinclude -Ishared/include -Iinclude/CSqlEditor -I../../include -I/usr/local/src/qt/in clude -I../../../openwin/include -Imoc/ -o tmp/main.o src/main.cpp src/main.cpp:34:23: my_getopt.h: No such file or directory src/main.cpp:43: `GET_NO_ARG' was not declared in this scope src/main.cpp:43: `NO_ARG' was not declared in this scope src/main.cpp:45: `GET_NO_ARG' was not declared in this scope src/main.cpp:45: `NO_ARG' was not declared in this scope src/main.cpp:47: `GET_NO_ARG' was not declared in this scope src/main.cpp:47: `NO_ARG' was not declared in this scope src/main.cpp:49: `GET_NO_ARG' was not declared in this scope src/main.cpp:49: `NO_ARG' was not declared in this scope src/main.cpp:51: `GET_STR' was not declared in this scope src/main.cpp:51: `REQUIRED_ARG' was not declared in this scope src/main.cpp:53: `GET_STR' was not declared in this scope src/main.cpp:53: `REQUIRED_ARG' was not declared in this scope src/main.cpp:55: `GET_STR' was not declared in this scope src/main.cpp:55: `REQUIRED_ARG' was not declared in this scope src/main.cpp:57: `GET_STR' was not declared in this scope src/main.cpp:57: `REQUIRED_ARG' was not declared in this scope src/main.cpp:61: `GET_STR' was not declared in this scope src/main.cpp:61: `OPT_ARG' was not declared in this scope src/main.cpp:63: `GET_UINT' was not declared in this scope src/main.cpp:63: `REQUIRED_ARG' was not declared in this scope src/main.cpp:66: `GET_STR' was not declared in this scope src/main.cpp:66: `REQUIRED_ARG' was not declared in this scope src/main.cpp:69: `GET_ULONG' was not declared in this scope src/main.cpp:69: `REQUIRED_ARG' was not declared in this scope src/main.cpp:71: `GET_STR' was not declared in this scope src/main.cpp:71: `REQUIRED_ARG' was not declared in this scope src/main.cpp:73: `GET_UINT' was not declared in this scope src/main.cpp:73: `REQUIRED_ARG' was not declared in this scope src/main.cpp:76: `GET_STR' was not declared in this scope src/main.cpp:76: `REQUIRED_ARG' was not declared in this scope src/main.cpp:79: `GET_STR' was not declared in this scope src/main.cpp:79: `REQUIRED_ARG' was not declared in this scope src/main.cpp:81: `GET_NO_ARG' was not declared in this scope src/main.cpp:81: `NO_ARG' was not declared in this scope src/main.cpp:83: `GET_NO_ARG' was not declared in this scope src/main.cpp:83: `NO_ARG' was not declared in this scope src/main.cpp:84: array size missing in `my_long_options' src/main.cpp:84: storage size of `my_long_options' isn't known src/main.cpp:41: storage size of `my_long_options' isn't known src/main.cpp: In function `my_bool get_one_option(int, const my_option*, char*)': src/main.cpp:96: invalid use of undefined type `struct my_option' src/main.cpp:41: forward declaration of `struct my_option' src/main.cpp:96: `GET_NO_ARG' undeclared (first use this function) src/main.cpp:96: (Each undeclared identifier is reported only once for each function it appears in.) src/main.cpp:96: invalid use of undefined type `struct my_option' src/main.cpp:41: forward declaration of `struct my_option' src/main.cpp:96: `NO_ARG' undeclared (first use this function) src/main.cpp: In function `void usage()': src/main.cpp:117: `my_print_help' undeclared (first use this function) src/main.cpp: In function `int main(int, char**)': src/main.cpp:127: `handle_options' undeclared (first use this function) make: *** [tmp/main.o] Error 1