Hello Florian,
> thank you for your quick response.
that's what we're here for ... and you've had luck ;-)
> Changing
>> char **environ=NULL;
> to
>> extern char **environ;
> indeed brought me further one step.
>
> But now I get another load of messages which I think stand in conjunction
> with lots of
> warnings I get during compilation.
> (Sorry I didn't mention those before)
Most of these warnings look "ok" (for some value of "ok"), ie. I think they can
be ignored.
> I'll just post the whole output here, maybe you can make up what I've done
> wrong here or
> is faulty in my environment.
> Despite the risk of making my post unreadable, I'll post the complete output
> of the make
> here.
I'll add some remarks.
> $ make
> Makefile:174: .ac_list.d: No such file or directory
The (automatically generated) dependency file didn't exist yet.
> deps for warnings.c
Here they get generated ...
> tags
> Duplicate entry in file cp_mv.c, line 366: cm___match_t
> Second entry ignored
These seem to be related to your ctags program; this doesn't matter.
> CC commit.c
> commit.c: In function âci__nondirâ:
> commit.c:511: warning: âsvn_stream_from_aprfileâ is deprecated (declared
> at
> /usr/include/subversion-1/svn_io.h:818)
Some subversion-functions may vanish in some later version
> commit.c:1270: warning: format not a string literal and no format arguments
Never mind
...
A lot of other warnings
> Link fsvs
> Undefined symbols:
> "_apr_hash_make", referenced from:
> _ign___new_group in ignore.o
...
> _ops__read_special_entry in est_ops.o
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> make[1]: *** [fsvs] Error 1
> make: *** [default-target] Error 2
These are the real problem.
Why are the apr libraries not linked?
Please open Makefile, and at line 155 there should be a line like
@$(CC) $(FSVS_LDFLAGS) ...
Please remove the '@' in front (so that the full commandline is shown),
and send me the output of "make", along with the (perhaps compressed)
config.log.
Thank you!
Regards,
Phil
--
Versioning your /etc, /home or even your whole installation?
Try fsvs (fsvs.tigris.org)!
------------------------------------------------------
http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=2628083
To unsubscribe from this discussion, e-mail:
[[email protected]].