Bug 689787 - mkromfs.c, gsiorom.c
Summary: mkromfs.c, gsiorom.c
Status: NOTIFIED WORKSFORME
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: Build Process (show other bugs)
Version: 8.62
Hardware: PC Windows XP
: P4 normal
Assignee: Ray Johnston
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-08 12:55 UTC by Tomas Dils
Modified: 2008-12-19 08:31 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Dils 2008-04-08 12:55:49 UTC
1>   Bibliothek ".\bin\gswin32c.lib" und Objekt ".\bin\gswin32c.exp" werden
erstellt.
1>gsiorom.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol
"_gs_romfs_buildtime" in Funktion "_romfs_file_status".
1>NMAKE : fatal error U1077: "C:\Programme\MICROS~1.0\VC\bin\link.EXE":
R³ckgabe-Code "0x460"
1>Stop.
1>gsiorom.obj : error LNK2019: Verweis auf nicht aufgelöstes externes Symbol
"_gs_romfs" in Funktion "_romfs_file_status".
1>Project : error PRJ0019: Ein Tool hat einen Fehlercode aus folgender Quelle
zurückgegeben: "Die Makefile-Projektaktionen werden ausgeführt."
1>gsiorom.obj : error LNK2001: Nicht aufgelöstes externes Symbol "_gs_romfs".
1>gsiorom.obj : error LNK2001: Nicht aufgelöstes externes Symbol "_gs_romfs".
1>.\bin\gswin32c.exe : fatal error LNK1120: 2 nicht aufgelöste externe Verweise.
Comment 1 Ralph Giles 2008-04-08 14:53:03 UTC
build command? compiler?

Passing to Ray, since this is more his thing.
Comment 2 Ray Johnston 2008-04-08 15:29:24 UTC
My Deutsch is definitely rusty. May Marcos can translate the error messages,
but I agree that mkromfs is (mostly) mine.
Comment 3 Ray Johnston 2008-04-17 10:29:41 UTC
Please make sure you delete the obj and bin directories, then do a build with
nmake -f src/msvc32.mak COMPILE_INITS=1

This works fine for me.