You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for hosting this repo, and sorry for raising this issue such a long time after its last commit! In case you are still interested in the content, perhaps this information is welcome:
I'm trying to compile the rastertoultra filter for CUPS (which I believe relates to the security overlay that these printers apply to cards), so I executed make in the root of the repo, and after a bunch of warnings and notes (which I think don't matter), I get this error:
/usr/bin/ld: /tmp/ccLF6Mtu.o: in function `main':
rastertoultra.c:(.text.startup+0x6c): undefined reference to `initializeSettings'
collect2: error: ld returned 1 exit status
make: *** [makefile:68: rastertoultra] Error 1
I've looked inside the rastertoultra.c file, and I can see that initializeSettings is indeed called inside main on line 7619, but also that it is actually defined starting on line 857, and unfortunately I don't know any C with which I could diagnose further.
I'm using Ubuntu 20.04 with the libcups2-dev package (cups-devel isn't available for this platform, but I believe they are equivalent) and my gcc version is 9.4.0 with ld 2.34 and make 4.2.1
Would you have any suggestions for tracing the cause of the error please?
The text was updated successfully, but these errors were encountered:
The original code is not by me but rather by Magicard - and since I never touched it that much in the first place, I do not have much insight in it's workings..
You might be better off asking Magicard for a mor up to date copy of the original archive and manually backporting my changes (if even required).
Hi, thanks for hosting this repo, and sorry for raising this issue such a long time after its last commit! In case you are still interested in the content, perhaps this information is welcome:
I'm trying to compile the
rastertoultra
filter for CUPS (which I believe relates to the security overlay that these printers apply to cards), so I executedmake
in the root of the repo, and after a bunch of warnings and notes (which I think don't matter), I get this error:I've looked inside the
rastertoultra.c
file, and I can see thatinitializeSettings
is indeed called insidemain
on line 7619, but also that it is actually defined starting on line 857, and unfortunately I don't know any C with which I could diagnose further.I'm using Ubuntu 20.04 with the
libcups2-dev
package (cups-devel
isn't available for this platform, but I believe they are equivalent) and mygcc
version is 9.4.0 withld
2.34 andmake
4.2.1Would you have any suggestions for tracing the cause of the error please?
The text was updated successfully, but these errors were encountered: