Compiling problem on win32
This is too bizarre... with fresh CVS, the newest libs, and a new install of mingw that's all up to date (fresh install, not upgrade), I am unable compile. I have everything in default locations so I am sure that is not the issue.
It appears that it might be translation related since it references i18n stuff, but I could be mistaken. Anyway, the compiler dies with the following:
---snip--- In file included from c:/gtk28/include/glibmm-2.4/glibmm/i18n.h:27, from dialogs/clonetiler.cpp:19: c:/gtk28/include/glib-2.0/glib/gi18n.h:25:1: warning: "_" redefined In file included from dialogs/clonetiler.cpp:14: c:/gtk28/perl/lib/CORE/config.h:3782:1: warning: this is the location of the pre vious definition In file included from dialogs/../verbs.h:16, from dialogs/clonetiler.cpp:28: dialogs/../require-config.h:2:3: #error "Must #include config.h (ifdef HAVE_CONF IG_H) before anything else." make[1]: *** [dialogs/clonetiler.o] Error 1 make[1]: Leaving directory `C:/cvs/inkscape/inkscape_pedro/inkscape/src' make: *** [dist] Error 2 ----------
If anyone has any ideas, I'd be more than happy to try anything at this point.
-Josh
Joshua A. Andler schrieb: ...
---snip--- In file included from c:/gtk28/include/glibmm-2.4/glibmm/i18n.h:27, from dialogs/clonetiler.cpp:19: c:/gtk28/include/glib-2.0/glib/gi18n.h:25:1: warning: "_" redefined In file included from dialogs/clonetiler.cpp:14: c:/gtk28/perl/lib/CORE/config.h:3782:1: warning: this is the location of the pre
...
If anyone has any ideas, I'd be more than happy to try anything at this point.
-Josh
Not an idea but here with the 050908 libs it is working. I download and test with the 050911 libs.
Adib. ---
Adib Taraben schrieb:
...
If anyone has any ideas, I'd be more than happy to try anything at this point.
-Josh
Not an idea but here with the 050908 libs it is working. I download and test with the 050911 libs.
Adib.
Everything compiles ok even with the 050911 libs (after a make clean). ---
Adib Taraben wrote:
Adib Taraben schrieb:
...
If anyone has any ideas, I'd be more than happy to try anything at this point.
-Josh
Not an idea but here with the 050908 libs it is working. I download and test with the 050911 libs.
Adib.
Everything compiles ok even with the 050911 libs (after a make clean).
Too weird... thanks for the feedback though.
-Josh
Joshua A. Andler wrote:
Adib Taraben wrote:
Adib Taraben schrieb:
...
If anyone has any ideas, I'd be more than happy to try anything at this point.
-Josh
Not an idea but here with the 050908 libs it is working. I download and test with the 050911 libs.
Adib.
Everything compiles ok even with the 050911 libs (after a make clean).
Too weird... thanks for the feedback though.
-Josh
The first time you type 'make' you must be in the top-level directory. This creates config.h and the silly genmarshal stuff which I can't fathom the purpose of. The problem you are seeing is the result of the proper defines not being seen. You can subsequently 'make' in /src if you want to.
Bob
participants (3)
-
Adib Taraben
-
Bob Jamison
-
Joshua A. Andler