Re: [AD] Build problems with MSVC |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2003-11-25, Eric Botcazou <ebotcazou@xxxxxxxxxx> wrote:
> What happens exactly? What's the error message? Which GCC version?
> I can't reproduce with MinGW/MSYS, neither with GCC 2.95.3 nor GCC 3.2.
Line:
$(GCC) -x c $(DEPEND_PARAMS) assembler-with-cpp src/c/*.s src/i386/*.s src/misc/*.s src/win/*.s >> _depend.tmp
[ghankiewicz@xxxxxxxxxx] [~/project/allegro/allegro]$ make depend
gcc -MM -MG -I. -I./include -DSCAN_DEPEND -DALLEGRO_MSVC src/*.c src/c/*.c src/i386/*.c src/misc/*.c src/win/*.c demo/*.c > _depend.tmp
gcc -MM -MG -I. -I./include -DSCAN_DEPEND -DALLEGRO_MSVC docs/src/makedoc/*.c examples/*.c setup/*.c tests/*.c* tests/win/*.c >> _depend.tmp
gcc: installation problem, cannot exec `cc1plus': No such file or directory
make: *** [depend] Error 1
Not a very helpful message.
[ghankiewicz@xxxxxxxxxx] [~/project/allegro/allegro]$ gcc --version
gcc (GCC) 3.3.1 (cygming special)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> > Applied my previous patch with corrections.
>
> I disagree. The trend (initiated by Henrik's work) is to remove as many
> dependencies as possible on non-native tools. g++ is not a small package
> and we shouldn't require it just for dependencies, even optionally. We have
> to find another solution.
Sure, I don't now any though. The patch documents the current situation.