discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Pantomime/Testing error


From: Guevara, Kristine F
Subject: RE: Pantomime/Testing error
Date: Thu, 11 Jul 2002 12:54:25 -0500

I retained those changes I made earlier in my .cshrc and in
/Pantomime/Testing/GNUmakefile then I sourced GNUstep.csh again and tried to
compile the test programs.  It did not give me the ld error anymore and it
exited the build successfully.

Making all in Client...
make[1]: Entering directory `/reserved/toolman/Pantomime/Testing/Client'
Making all for app Pantomime...
grep: RE error 41: No remembered search string.
grep: RE error 41: No remembered search string.
make[1]: Leaving directory `/reserved/toolman/Pantomime/Testing/Client'
Making all in Tests...
make[1]: Entering directory `/reserved/toolman/Pantomime/Testing/Tests'
Making all for app Tests...
mkdir -p ./shared_obj
mkdir -p ./shared_obj/sparc
mkdir -p ./shared_obj/sparc/solaris2.8
mkdir -p ./shared_obj/sparc/solaris2.8/gnu-gnu-gnu
mkdir -p Tests.app
mkdir -p Tests.app/sparc
mkdir -p Tests.app/sparc/solaris2.8
mkdir -p Tests.app/sparc/solaris2.8/gnu-gnu-gnu
 Compiling file main.m ...
 Compiling file TestCase.m ...
 Compiling file testMimeUtility.m ...
 Compiling file testMessage.m ...
 Compiling file testMimeBodypart.m ...
 Linking app Tests ...
/GNUtools/2.8/System/Makefiles/mkinstalldirs Tests.app/Resources
mkdir -p Tests.app/Resources
grep: RE error 41: No remembered search string.
grep: RE error 41: No remembered search string.
make[1]: Leaving directory `/reserved/toolman/Pantomime/Testing/Tests'

However when I do openapp Pantomime.app it says:
Can't find the required application: Pantomime.app!

Kristine



-----Original Message-----
From: Ludovic Marcotte
To: Guevara, Kristine F
Sent: 7/11/02 10:27 AM
Subject: RE: Pantomime/Testing error

Hi Kristine,

> I made that change to /Pantomime/Testing/GNUmakefile and it still
returned
> with the same error.  I also changed my .cshrc to be
> 
> setenv LD_LIBRARY_PATH
> /GNUtools/2.8/lib:/usr/openwin/lib:/usr/lib:/usr/ucblib

Sorry to ask this question but are you sure it was defined before 
firing-up make?

You could try to  set the ADDITIONAL_LIB_DIRS = /usr/ucblib in the 
GNUmakefile.

(see http://www.gnustep.org/resources/documentation/make_1.html#SEC27
for 
all the details)

Also try doing:

/usr/ccs/bin/nm libucb.so.1 | grep flock

just to be sure it's really defined in this lib. I get:

[213]   |     23164|     200|FUNC |GLOB |0    |9      |flock
[113]   |         0|       0|FILE |LOCL |0    |ABS    |flock.c

Ludo

-- 
Live as if you were to die tomorrow.
Learn as if you were to live forever.
 - Gandhi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]