Hi,
first: it's probably my fault since I originally put into wxCode\build\bakefiles,
without checking their "version", a copy of "config.sub" and "config.guess" files which
were old. Then they were copied into all bakefile-based components :(
Anyway I've already solved this :)
See my last mail on this ML "[wxCode-users] Updated config.sub, config.guess,
wxpresets.m4"; probably using a "cvs update" cmd you can solve your problems.
Mike Dobbs wrote:
> Does anyone know how to compile in linux amd64 (specifically debian sid
> amd)
>
> ./configure -build i386 gets me:
>>configure: error: unknown system type i386-pc-none.
>
>
>
> I tried compiling using my own Makefiles, but can't find what
> WXDLLIMPEXP_PDFDOC is supposed to go to? Some DLL?
>
> Any ideas?
WXDLLIMPEXP_PDFDOC is a macro defined by include\wx\*def.h which is defined when using
the -DWXMAKINGDLL_PDFDOC option for all source files (when compiling in shared mode).
Anyway I strongly suggest you not to use your own makefiles but to rely on the configure
scripts. If you still have problems try to regenerate the configure script for the
component you need using the build\acregen.sh script (you'll need automake >= 1.9.6).
Francesco
|