Closed
Bug 224
Opened 27 years ago
Closed 24 years ago
It will not compile!
Categories
(MozillaClassic Graveyard :: XFE, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mike, Assigned: ramiro)
Details
Created by Mike Machado (mike@innercite.com) on Tuesday, April 14, 1998 4:49:39 PM PDT
Additional Details :
Here here an error I get: I am using the lesstif headers,
but I thought they were supposed to contain the same
fucntions as the motif ones...
gcc -o Linux2.0.33_x86_DBG.OBJ/Folder.o -c -DXP_UNIX -g
-ansi -Wall -pipe -DLINU
X -Dlinux -mno-486 -DLINUX1_2 -Di386 -DLINUX2_0
-D_POSIX_SOURCE -D_BSD_SOURCE -D
SW_THREADS -DNEED_ENDIAN_H -DNEED_GETOPT_H -DNEED_IOCTL_H
-DUSE_NODL_TABS -DHAVE
_SIGNED_CHAR -DNEED_SYS_TIME_H -DHAVE_SYS_BITYPES_H
-DNEED_UINT_T -DNEED_TIME_R
-DMITSHM -D_XOPEN_SOURCE -DNO_INT64_T
-D_PR_LOCAL_THREADS_ONLY -DHAVE_STRERROR
-DDEBUG -UNDEBUG -DDEBUG_root -DTRACING -DNSPR20 -DNETSCAPE
-DOSTYPE=\"Linux2.0\
" -DMOZILLA_CLIENT -DNO_SECURITY -DEDITOR
-DMOZ_COMMUNICATOR_IIDS -DEDITOR -DEDI
TOR_UI -DLAYERS -DUNIX_EMBED -DX_PLUGINS -DUNIX_LDAP -DNSPR
-DMOCHA -DUNIX_ASYNC
_DNS -DDEVELOPER_DEBUG -I../../../../dist/public/Microline
-I../../../../includ
e -I/usr/X11R6/include
-I../../../../dist/Linux2.0.33_x86_DBG.OBJ/include Fo
lder.c
gcc -o Linux2.0.33_x86_DBG.OBJ/Grid.o -c -DXP_UNIX -g -ansi
-Wall -pipe -DLINUX
-Dlinux -mno-486 -DLINUX1_2 -Di386 -DLINUX2_0
-D_POSIX_SOURCE -D_BSD_SOURCE -DSW
_THREADS -DNEED_ENDIAN_H -DNEED_GETOPT_H -DNEED_IOCTL_H
-DUSE_NODL_TABS -DHAVE_S
IGNED_CHAR -DNEED_SYS_TIME_H -DHAVE_SYS_BITYPES_H
-DNEED_UINT_T -DNEED_TIME_R -D
MITSHM -D_XOPEN_SOURCE -DNO_INT64_T -D_PR_LOCAL_THREADS_ONLY
-DHAVE_STRERROR -D
DEBUG -UNDEBUG -DDEBUG_root -DTRACING -DNSPR20 -DNETSCAPE
-DOSTYPE=\"Linux2.0\"
-DMOZILLA_CLIENT -DNO_SECURITY -DEDITOR
-DMOZ_COMMUNICATOR_IIDS -DEDITOR -DEDITO
R_UI -DLAYERS -DUNIX_EMBED -DX_PLUGINS -DUNIX_LDAP -DNSPR
-DMOCHA -DUNIX_ASYNC_D
NS -DDEVELOPER_DEBUG -I../../../../dist/public/Microline
-I../../../../include
-I/usr/X11R6/include
-I../../../../dist/Linux2.0.33_x86_DBG.OBJ/include Grid
.c
Grid.c: In function `DropRegister':
Grid.c:7132: warning: implicit declaration of function
`XmDropSiteRegister'
Grid.c:7135: warning: implicit declaration of function
`XmDropSiteUnregister'
Grid.c: In function `DropStart':
Grid.c:7146: `XmDropProcCallbackStruct' undeclared (first
use this function)
Grid.c:7146: (Each undeclared identifier is reported only
once
Grid.c:7146: for each function it appears in.)
Grid.c:7146: `cbs' undeclared (first use this function)
Grid.c:7146: warning: statement with no effect
Grid.c:7147: parse error before `te'
Grid.c:7153: parse error before `)'
Grid.c:7156: `XmINVALID_DROP_SITE' undeclared (first use
this function)
Grid.c:7159: `valid' undeclared (first use this function)
Grid.c:7160: `row' undeclared (first use this function)
Grid.c:7160: `col' undeclared (first use this function)
Grid.c:7164: `exportTargets' undeclared (first use this
function)
Grid.c:7165: `n' undeclared (first use this function)
Grid.c:7167: `i' undeclared (first use this function)
Grid.c:7175: `args' undeclared (first use this function)
Grid.c:7175: warning: left-hand operand of comma expression
has no effect
Grid.c:7176: warning: left-hand operand of comma expression
has no effect
Grid.c:7183: `te' undeclared (first use this function)
Grid.c:7185: warning: left-hand operand of comma expression
has no effect
Grid.c:7186: warning: left-hand operand of comma expression
has no effect
Grid.c:7187: warning: left-hand operand of comma expression
has no effect
make[3]: *** [Linux2.0.33_x86_DBG.OBJ/Grid.o] Error 1
make[3]: Leaving directory
`/home/apps/netscape-source/ns/cmd/xfe/Microline3.0/X
mL'
make[2]: *** [libs] Error 2
make[2]: Leaving directory
`/home/apps/netscape-source/ns/cmd/xfe'
make[1]: *** [libs] Error 2
make[1]: Leaving directory
`/home/apps/netscape-source/ns/cmd'
make: *** [libs] Error 2
[root@linus ns]#
please let me know if it is my lesstif setup or what.
I have version 0.82
Updated by null (null) on Friday, April 24, 1998 9:40:23 PM PDT
Additional Details :
This problem gets fixed when you use the latest lesstif from lesstif.org.
Marking resolved.
Comment 1•24 years ago
|
||
mid-air collision ? / bugzilla cleanup
Reopening (current State: resolved and no resolution)
Status: RESOLVED → REOPENED
Comment 2•24 years ago
|
||
marking fixed
Status: REOPENED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•