Where should I put the sources for TIFF Library?
Portsources maybe as a .tar.bz archive? I think it wants to compile the library from sources to bind it with the Datatype and the two projects.
Edited by miker1264 on 08-12-2024 14:14,
1 month agoI'm not sure I understand the question. Is TIFF library an external library or something that is integrated in either Contrib or Ports repositories? How did you build it before for ABIv1?
BTW, looking at contrib repository there is libtiff in gfx/libs/tiff.
It looks like you should be able to build it via "make contrib-gfx-libs-tiff" when contrib sources is placed inside AROS sources. Be sure to have correct branch (alt-abiv0) checked out in contrib.
I believe the library archive was placed in Portsources for ABIv1 & the compiler unpacked it to Ports & compiled it & linked in to the program using it or the Datatype in this case. I'll check to make sure.
Here is a screenshot. What is it missing? It says "file not found".
Edited by miker1264 on 08-12-2024 16:03,
1 month ago
miker1264 attached the following image:
deadwood
On ABIv0 I did the make for contrib-gfx-libs-tiff & it worked to build Tiff Library. My Internet was not connected so the fetches failed. Fortunately it found the Tiff Library sources in Portsources because that's where I put them originally. If fetches fail it looks there instead.
After that I was able to build tiffinfo which is a utility that comes with tiff library.
But I can't build ViewTIFF or Tiff Datatype yet because there are many code errors I must fix. I will need to re-write ViewTiff anyhow so it's ok.
Thanks again! :-)
Edited by miker1264 on 09-12-2024 11:34,
1 month agoInteresting, my test programs ViewTIFF & TIFFInfo compile correctly in the shell with gcc.
That should speed up testing & development.
ViiewTIFF compiles with the Build System for ABIv0. It now works with Tiff Library to load & display 24bit TIFF images. Load_TIFF works. Next I will verify that Save_TIFF also works.
This is the first step towards compiling the current TIFF Datatype that uses Tiff Library & the New TIFF Datatype that uses an internal TIFF Encoder/Decoder to access Tiff Data directly.
Edited by miker1264 on 13-12-2024 14:44,
1 month ago
miker1264 attached the following image:
amigamiaAdmin Posted
1 month agoHi Miker1264,
I noticed you are still using Icaros Desktop. I think it's a fantastic distro, but it hasn't been updated in at least a year or more. A shame that it has been left behind. Do you test your code on the newer versions of AROS released by deadwood or AROS one from AMIGASYSTEM?
The Tiny AROS SSD works on my mini PC. But it will require some minor tweaking to get it to my liking. I'd like to use my coffee bean window theme and some medium brown drawer icons with neon blue glow borders. It will look nice!
The system files and gcc aren't that old. So it's more updated that Icaros but it uses Magellan. Wanderer is just too limited for testing needs.
pixie
I've never used a docker before so I don't know about that. Using DevCPP is convenient. The environment is setup for Amiga 68k, AROS x86, AROS x86-64, and maybe more. Developing for AROS & Amiga isn't that difficult. But there is lots of research to do and documentation to read.
The RKRM is a good source.
AMIGASYSTEM
Wanderer for me is limited because I need to switch between Name View & Icon View frequently and sometimes I'm just deleting, or renaming or copying one file and it can't be done easily in Detail View on Wanderer.
I use AROS One also. I like it because it's very full featured loaded with lots of themes and icons. It's easy to configure and I especially like all the music players. For those reasons it's a pleasure to use on a regular basis. I like using AROS One!
If you could put Magellan in a folder ready to use by adjusting the Startup-Sequence or something really easy. That would be great. I don't know how to install Magellan. When I need to test a program or Datatype I need quick and easy.
Edited by miker1264 on 14-12-2024 12:49,
1 month ago