![](https://secure.gravatar.com/avatar/214fe9a0ecb4aed8994e8618ade6f5a8.jpg?s=120&d=mm&r=g)
Another Mental/Bulia thing:
I have been working on the new build stuff for 0.40, such as making an inkscape.dll. This exercise in exporting symbols reveals some minor problems in our code, like I reported earlier. I just found another one. In the Win32 build, there is an extra main() being added to libinkscape.a.
This is much easier to do manually than a patch.
1. Could you add this line: extension/script/js/js.c to src/make.exclude,
2. and then run perl mkfiles.pl and perl mkdep.pl
3. ...and then commit make.* (will be 3 or 4 files)
Bob
![](https://secure.gravatar.com/avatar/eb3fe37da4a199eb4e3b479d8a57f808.jpg?s=120&d=mm&r=g)
On Tue, 2004-07-13 at 14:42, Bob Jamison wrote:
I have been working on the new build stuff for 0.40, such as making an inkscape.dll. This exercise in exporting symbols reveals some minor problems in our code, like I reported earlier. I just found another one. In the Win32 build, there is an extra main() being added to libinkscape.a.
Fixed.
-mental
participants (2)
-
Bob Jamison
-
MenTaLguY