[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: locks-test.c compilation problem

From: Karol Szkudlarek <karol_at_mikronika.com.pl>
Date: 2005-04-07 18:02:08 CEST

Max Bowsher wrote:
> Karol Szkudlarek wrote:
>
>> Max Bowsher wrote:
>>
>>> Karol Szkudlarek wrote:
>>>
>>>> Hi!
>>>>
>>>> I am trying to build the latest trunk and I got the following error:
>>>>
>>>> karol@karol:~/var/svn/svnobj> make
>>>> gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
>>>> -D_SVID_SOURCE -D_GNU_SOURCE -g -O2 -pthread -DNEON_ZLIB
>>>> -I../repossvn/trunk/subversion/include -I./subversion
>>>> -I/home/karol/usr/subversion/include/neon
>>>> -I/usr/local/ports/svn/include/apr-0
>>>> -I/usr/local/ports/svn/include/apr-0 -o
>>>> subversion/tests/libsvn_fs/locks-test.o -c
>>>> ../repossvn/trunk/subversion/tests/libsvn_fs/locks-test.c
>>>> Assembler messages:
>>>> FATAL: can't create subversion/tests/libsvn_fs/locks-test.o:
>>>
>>>
>>>
>>>> Nie ma takiego pliku ani katalogu
>>>
>>>
>>>
>>> Please translate the above to English.
>>>
>>>> make: *** [subversion/tests/libsvn_fs/locks-test.o] Błąd 1
>>>>
>>>> My platform is: Linux Suse 9.1 on AMD64.
>>>>
>>>> Karol
>>
>>
>> Assembler messages:
>> FATAL: can't create subversion/tests/libsvn_fs/locks-test.o: No such
>> file or directory
>> make: *** [subversion/tests/libsvn_fs/locks-test.o] Error 1
>
>
> Unfortunately, that's not much to go on.
> I think you will have to debug this a bit more yourself.
>
> Max.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

I think that Makefile didn't create directory for object file.

When I create output directory libsvn_fs via:

$ mkdir subversion/tests/libsvn_fs

the locks-test.c compiles fine.

gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -g -O2 -pthread -DNEON_ZLIB
-I../repossvn/trunk/subversion/include -I./subversion
-I/home/karol/usr/subversion/include/neon
-I/usr/local/ports/svn/include/apr-0
-I/usr/local/ports/svn/include/apr-0 -o
subversion/tests/libsvn_fs/locks-test.o -c
../repossvn/trunk/subversion/tests/libsvn_fs/locks-test.c

Greets,
Karol

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 7 18:04:09 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.